fix neovim config
This commit is contained in:
parent
281e9a06ee
commit
0091f8389e
@ -10,6 +10,7 @@
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
defaultEditor = true;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
|
||||
@ -33,7 +34,8 @@
|
||||
indent-blankline-nvim # Indentation lines
|
||||
];
|
||||
|
||||
extraConfig = ''
|
||||
configure = {
|
||||
customRC = ''
|
||||
syntax enable " Syntax highlighting
|
||||
colorscheme srcery " Color scheme text
|
||||
let g:lightline = {
|
||||
|
Loading…
Reference in New Issue
Block a user