nixvim: enable line numbers

This commit is contained in:
Khaïs COLIN 2024-07-27 15:14:21 +02:00
parent 3d7114a9e1
commit 9524270935
3 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,8 @@
{
# Import all your configuration modules here
imports = [
./bufferline.nix
./options.nix
./clipboard.nix
./bufferline.nix
];
}