From 4e20ff5147cb35e0e137d3362a8c3afcf3f6e253 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Sun, 5 Apr 2026 11:56:40 +0200 Subject: [PATCH] Configured nvim's lsp and more --- hosts/laptop/configuration.nix | 9 +++++++++ modules/home-manager/neovim.nix | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 2a6025c..f0ad871 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -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 diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 3efec0e..8d6a446 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -437,7 +437,7 @@ }) - -- require(lspconfig) is deprecated + -- require(lspconfig) is deprecated -- -- Set up lspconfig. -- local capabilities = require('cmp_nvim_lsp').default_capabilities() -- -- Replace with each lsp server you've enabled.