feat(lsp,plugins): plugins and lsp configuration with lze and lzextras

This commit is contained in:
Guz
2025-12-10 17:39:24 -03:00
parent b5219c3889
commit 62dcb05405
3 changed files with 336 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "
---- Plugins
require("dot.plugins")
-- Filetype plugins
vim.o.filetype = "on"