lua lsp edits

This commit is contained in:
2026-02-09 13:35:50 -06:00
parent d0e94ed5a7
commit 4f8489bfdb
4 changed files with 13 additions and 17 deletions

View File

@@ -12,8 +12,8 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
os.exit(1)
end
end
vim.opt.rtp:prepend(lazypath)
vim.opt.rtp:prepend(lazypath)
vim.g.mapleader = " "
vim.g.maplocalleader = " "

View File

@@ -36,20 +36,6 @@ return {
vim.lsp.config("*", { capabilities = caps })
vim.lsp.config("lua_ls", {
settings = {
Lua = {
diagnostics = {
globals = { "vim" },
},
workspace = {
checkThirdParty = false,
},
telemetry = { enable = false },
},
},
})
vim.lsp.enable {
"lua_ls",
}