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 = " "