mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
Configured nvim's lsp and more
This commit is contained in:
@@ -240,11 +240,20 @@
|
|||||||
mprisence
|
mprisence
|
||||||
kdePackages.qt5compat
|
kdePackages.qt5compat
|
||||||
gif-for-cli
|
gif-for-cli
|
||||||
|
# lsp
|
||||||
|
texlab
|
||||||
|
clang-tools
|
||||||
|
python311Packages.python-lsp-server
|
||||||
|
lua-language-server
|
||||||
|
pylint
|
||||||
|
black
|
||||||
];
|
];
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
nerd-fonts._0xproto
|
nerd-fonts._0xproto
|
||||||
|
cinzel
|
||||||
|
times-newer-roman
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|||||||
@@ -437,7 +437,7 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
-- require(lspconfig) is deprecated
|
-- require(lspconfig) is deprecated
|
||||||
-- -- Set up lspconfig.
|
-- -- Set up lspconfig.
|
||||||
-- local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
-- local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
||||||
-- -- Replace <YOUR_LSP_SERVER> with each lsp server you've enabled.
|
-- -- Replace <YOUR_LSP_SERVER> with each lsp server you've enabled.
|
||||||
|
|||||||
Reference in New Issue
Block a user