lsp setup

This commit is contained in:
Daniel B Sherry 2025-05-24 09:04:20 -05:00
parent 5c937dc1c8
commit 5bd1837e7d
18 changed files with 260 additions and 195 deletions

View file

@ -2,7 +2,6 @@ return {
"folke/snacks.nvim",
priority = 1000,
lazy = false,
---@type snacks.Config
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
@ -21,8 +20,6 @@ return {
]],
-- stylua: ignore
---@type snacks.dashboard.Item[]
keys = {
-- { icon = " ", key = "f", desc = "Find File", action = ":lua Snacks.dashboard.pick('files')" },
{ icon = "", key = "n", desc = "New File", action = ":ene | startinsert" },