mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-15 03:18:39 +00:00
Fix config
This commit is contained in:
@@ -148,7 +148,12 @@
|
||||
in {
|
||||
enable = true;
|
||||
plugins = [
|
||||
nixpkgs.vimPlugins.molokai
|
||||
{
|
||||
plugin = nixpkgs.vimPlugins.molokai;
|
||||
config = ''
|
||||
colorscheme molokai
|
||||
'';
|
||||
}
|
||||
nixpkgs.vimPlugins.tagbar
|
||||
nixpkgs.vimPlugins.fzf-vim
|
||||
{
|
||||
@@ -188,8 +193,6 @@
|
||||
let g:syntastic_check_on_open = 1
|
||||
let g:syntastic_check_on_wq = 0'';
|
||||
}
|
||||
|
||||
nixpkgs.vimPlugins.tagbar
|
||||
];
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
Reference in New Issue
Block a user