1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00

lnl: increase synmaxcol

This commit is contained in:
Daiderd Jordan 2018-07-08 11:44:10 +02:00
parent 4e36591b07
commit 67f1510862
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -100,20 +100,17 @@
programs.vim.enableSensible = true;
programs.vim.plugins = [
{ names = [ "ReplaceWithRegister" "vim-indent-object" "vim-sort-motion" ]; }
{ names = [ "ale" "vim-gitgutter" "vim-dispatch" ]; }
{ names = [ "commentary" "vim-eunuch" "repeat" "tabular" ]; }
{ names = [ "fzfWrapper" "fzf-vim" "youcompleteme" ]; }
{ names = [ "gist-vim" "webapi-vim" ]; }
{ names = [ "polyglot" "colors-solarized" ]; }
{ names = [ "python-mode" ]; }
{ names = [ "commentary" "vim-eunuch" "repeat" "tabular" "ReplaceWithRegister" "vim-indent-object" "vim-sort-motion" ]; }
{ names = [ "fzfWrapper" "fzf-vim" "youcompleteme" "ale" "vim-gitgutter" "vim-dispatch" ]; }
{ names = [ "fugitive" "rhubarb" "gist-vim" "webapi-vim" ]; }
{ names = [ "polyglot" "bats-vim" "colors-solarized" "editorconfig-vim" ]; }
];
programs.vim.vimConfig = ''
colorscheme solarized
set bg=dark
set synmaxcol=256
set synmaxcol=4096
set lazyredraw
set regexpengine=1