neovim new config
This commit is contained in:
parent
763bbf5cc1
commit
315e988734
50 changed files with 739 additions and 52 deletions
25
home/afoucaultc/packages/neovim/config/extrapackages.nix
Normal file
25
home/afoucaultc/packages/neovim/config/extrapackages.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# binaires nécessaires
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.nixvim = {
|
||||
extraPackages = with pkgs; [
|
||||
# lsp
|
||||
nil # nix
|
||||
lua-language-server # lua
|
||||
texlab # latx
|
||||
python3 # python
|
||||
pyright # python v2
|
||||
|
||||
# formatters
|
||||
nixfmt-rfc-style
|
||||
stylua
|
||||
ruff
|
||||
|
||||
# tools
|
||||
zathura
|
||||
ripgrep
|
||||
fd
|
||||
octave
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue