fix neovim config

This commit is contained in:
Kabbone 2022-09-19 17:47:24 +02:00
parent 281e9a06ee
commit 0091f8389e
Signed by: Kabbone
SSH Key Fingerprint: SHA256:iDfA/JbfNCsPT5EOvS1y+ZKaiXstaTWgm/6oQPn6LYg

View File

@ -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 = {