home: neovim with linenumber
This commit is contained in:
parent
3840010433
commit
9d711fae43
|
@ -62,6 +62,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
syntax on
|
syntax on
|
||||||
|
set number relativenumber
|
||||||
'';
|
'';
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
|
|
Loading…
Reference in New Issue