diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-04-22 14:35:18 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-04-22 14:35:18 +0200 |
| commit | 5ea3bc169a44a07e7706bdee2bc7270acfff0761 (patch) | |
| tree | a6aa0f585bcb4686b62b2352b7b8c6fc36891697 /modules/examples | |
| parent | 49b899dd97b054e09fcd45cbf06f6468d94b8460 (diff) | |
lnl: fix relativenumber lag?
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 031d946..c9f4612 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -110,6 +110,12 @@ colorscheme solarized set bg=dark + set synmaxcol=256 + + set lazyredraw + set regexpengine=1 + set ttyfast + set clipboard=unnamed set mouse=a @@ -167,8 +173,6 @@ let g:is_bash=1 - let g:ale_sign_error = '⨉' - let g:ale_sign_warning = '⚠' let g:ale_virtualenv_dir_names = ['venv'] " let g:ycm_add_preview_to_completeopt = 1 @@ -181,13 +185,6 @@ nmap <Leader>D :YcmCompleter GetDoc<CR> nmap <Leader>d :YcmCompleter GoToDefinition<CR> nmap <Leader>r :YcmCompleter GoToReferences<CR> - - let g:pymode_folding = 0 - let g:pymode_lint = 0 - let g:pymode_options_colorcolumn = 0 - let g:pymode_options_max_line_length = 120 - let g:pymode_rope_complete_on_dot = 0 - let g:pymode_rope_regenerate_on_write = 0 ''; programs.zsh.enable = true; |
