neovim additions
This commit is contained in:
parent
315e988734
commit
409f13a1db
25 changed files with 242 additions and 86 deletions
11
home/afoucaultc/packages/neovim/plugins/snacks.nix
Normal file
11
home/afoucaultc/packages/neovim/plugins/snacks.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.nixvim.plugins.snacks = {
|
||||
enable = true;
|
||||
settings = {
|
||||
bigfile.enabled = true; # gère proprement les très gros fichiers
|
||||
quickfile.enabled = true; # affichage plus rapide au démarrage
|
||||
indent.enabled = true; # guides d'indentation visuels
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue