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.