diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-20 10:55:28 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-20 10:55:28 +0000 |
commit | 9801d70ce0d82793432530092a8472b2d4881463 (patch) | |
tree | 10601575fe865ee41b23d1eac05189be87c509a2 /.vimrc | |
parent | cmus (diff) | |
download | scripts-9801d70ce0d82793432530092a8472b2d4881463.tar.gz scripts-9801d70ce0d82793432530092a8472b2d4881463.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ let g:is_posix = 1 set rtp+=/usr/bin/fzf " set rtp+=/home/bloodstalker/extra/llvm-clang-4/build/bin/clangd " set rtp+=/usr/local/bin/pyls -let g:polyglot_disabled = ['go.plugin', 'markdown.plugin', 'terraform.plugin', 'haproxy.plugin', 'python.plugin', 'python-compiler.plugin', 'python-indent.plugin', 'c.plugin', 'cpp.plugin'] +let g:polyglot_disabled = ['sensible', 'go.plugin', 'markdown.plugin', 'terraform.plugin', 'haproxy.plugin', 'python', 'c.plugin', 'cpp.plugin'] " call plug#begin('~/.vim/plugged') call plug#begin('~/.vim/bundle') |