home: neovim with linenumber

This commit is contained in:
genofire 2021-10-09 01:41:14 +02:00
parent 3840010433
commit 9d711fae43
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
enable = true;
extraConfig = ''
syntax on
set number relativenumber
'';
plugins = with pkgs.vimPlugins; [
nvim-lspconfig