Configured nvim's lsp and more

This commit is contained in:
Tomas Rivera
2026-04-05 11:56:40 +02:00
parent 9fbb03663c
commit 4e20ff5147
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -240,11 +240,20 @@
mprisence
kdePackages.qt5compat
gif-for-cli
# lsp
texlab
clang-tools
python311Packages.python-lsp-server
lua-language-server
pylint
black
];
# fonts
fonts.packages = with pkgs; [
nerd-fonts._0xproto
cinzel
times-newer-roman
];
# Some programs need SUID wrappers, can be configured further or are
+1 -1
View File
@@ -437,7 +437,7 @@
})
-- require(lspconfig) is deprecated
-- require(lspconfig) is deprecated
-- -- Set up lspconfig.
-- local capabilities = require('cmp_nvim_lsp').default_capabilities()
-- -- Replace <YOUR_LSP_SERVER> with each lsp server you've enabled.