From 67f1510862206c70329d4d3f929d6bf9bf6d5e06 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 8 Jul 2018 11:44:10 +0200 Subject: [PATCH] lnl: increase synmaxcol --- modules/examples/lnl.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 7e2572f6..4dadffba 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -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