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