|
|
@ -45,6 +45,7 @@ call vundle#begin()
|
|
|
|
Plugin 'Glench/Vim-Jinja2-Syntax' " jinja2 syntax stuff
|
|
|
|
Plugin 'Glench/Vim-Jinja2-Syntax' " jinja2 syntax stuff
|
|
|
|
Plugin 'rust-lang/rust.vim' " bare minimum rust syntax stuff
|
|
|
|
Plugin 'rust-lang/rust.vim' " bare minimum rust syntax stuff
|
|
|
|
Plugin 'elubow/cql-vim'
|
|
|
|
Plugin 'elubow/cql-vim'
|
|
|
|
|
|
|
|
Plugin 'tikhomirov/vim-glsl'
|
|
|
|
|
|
|
|
|
|
|
|
" Past plugins
|
|
|
|
" Past plugins
|
|
|
|
"
|
|
|
|
"
|
|
|
@ -481,7 +482,6 @@ let g:SuperTabClosePreviewOnPopupClose = 1
|
|
|
|
if !has('nvim')
|
|
|
|
if !has('nvim')
|
|
|
|
let g:ale_linters = {'rust': ['analyzer']}
|
|
|
|
let g:ale_linters = {'rust': ['analyzer']}
|
|
|
|
let g:ale_fixers = {'rust': ['rustfmt', 'trim_whitespace', 'remove_trailing_lines']}
|
|
|
|
let g:ale_fixers = {'rust': ['rustfmt', 'trim_whitespace', 'remove_trailing_lines']}
|
|
|
|
let g:rustfmt_autosave = 1
|
|
|
|
|
|
|
|
let g:ale_rust_cargo_use_clippy = 1
|
|
|
|
let g:ale_rust_cargo_use_clippy = 1
|
|
|
|
let g:ale_completion_enabled = 1
|
|
|
|
let g:ale_completion_enabled = 1
|
|
|
|
set completeopt=menu,menuone,preview,noselect,noinsert
|
|
|
|
set completeopt=menu,menuone,preview,noselect,noinsert
|
|
|
|