Browse Source

woooorrkkk

main
Thorn Avery 3 years ago
parent
commit
d8292c6d63
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      overlay.nix

+ 3
- 1
overlay.nix View File

@@ -7,9 +7,9 @@ customPlugins: self: super: {
knownPlugins = super.vimPlugins // (customPlugins super);
pluginNames = [
"rainbow-vim"
"vim-racket"
"vimwiki"
"slimv"
"vim-racket"
];
};
customRC = ''
@@ -45,6 +45,8 @@ customPlugins: self: super: {
let g:rainbow_active = 1
let g:rainbow_ctermfgs = [ 'lightblue', 'lightgreen', 'yellow', 'red', 'magenta']

imap <C-L> λ
'';
};
};


Loading…
Cancel
Save