]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
qutebrowser: update defaults
[dotfiles.git] / vim / vimrc
index 9b09203b9de0dcd095b993f0c50d5cb19cf544b0..7d88d12063344bfa977aad220d73af971abffd0e 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -46,6 +46,7 @@ Plug 'tpope/vim-endwise'
 Plug 'tpope/vim-eunuch'
 Plug 'tpope/vim-fugitive'
 Plug 'tpope/vim-repeat'
 Plug 'tpope/vim-eunuch'
 Plug 'tpope/vim-fugitive'
 Plug 'tpope/vim-repeat'
+Plug 'tpope/vim-scriptease'
 Plug 'tpope/vim-speeddating'
 Plug 'tpope/vim-surround'  "investigate vim-sandwich
 Plug 'tpope/vim-unimpaired'
 Plug 'tpope/vim-speeddating'
 Plug 'tpope/vim-surround'  "investigate vim-sandwich
 Plug 'tpope/vim-unimpaired'
@@ -78,6 +79,7 @@ let g:ale_cpp_parse_compile_commands = 1
 " don't use loclist as it's being populated by ycm
 " (might want to enable for other filetypes)
 let g:ale_set_loclist = 0
 " don't use loclist as it's being populated by ycm
 " (might want to enable for other filetypes)
 let g:ale_set_loclist = 0
+let g:ale_cpp_gcc_options = ''
 let g:ale_linters_ignore = { 'cpp': ['clangd', 'clangtidy', 'clang'] }
 
 Plug 'git@github.com:/ram-z/vim-orgmode', { 'branch': 'dev' } " {{{2
 let g:ale_linters_ignore = { 'cpp': ['clangd', 'clangtidy', 'clang'] }
 
 Plug 'git@github.com:/ram-z/vim-orgmode', { 'branch': 'dev' } " {{{2