aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-05-26 19:00:46 +0000
committerterminaldweller <thabogre@gmail.com>2021-05-26 19:00:46 +0000
commit9bb49d1352c970f666cbf44b0eec11817b2ccb4f (patch)
tree2173d672774aa6710e65a80c7ea2764be63e12c0 /.vimrc
parentmerge (diff)
downloadscripts-9bb49d1352c970f666cbf44b0eec11817b2ccb4f.tar.gz
scripts-9bb49d1352c970f666cbf44b0eec11817b2ccb4f.zip
fixed the w3m script problems. now using exa. some other small stuff
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 060987a..6f4b377 100644
--- a/.vimrc
+++ b/.vimrc
@@ -76,7 +76,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
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']
+let g:polyglot_disabled = ['go.plugin','markdown.plugin']
call vundle#begin()
Plugin 'vim-airline/vim-airline'
@@ -207,7 +207,7 @@ Plugin 'hail2u/vim-css3-syntax'
call vundle#end()
filetype plugin indent on
-let g:gfm_syntax_enable_always = 0
+let g:gfm_syntax_enable_always = 1
let g:gfm_syntax_enable_filetypes = ['markdown.gfm']
autocmd BufRead,BufNew,BufNewFile README.md setlocal ft=markdown.gfm