VIM: Yaml plugins
This commit is contained in:
parent
740ea734dc
commit
abf0916002
@ -53,7 +53,9 @@ if (has("termguicolors"))
|
|||||||
set termguicolors
|
set termguicolors
|
||||||
endif
|
endif
|
||||||
|
|
||||||
colorscheme happy_hacking
|
" colorscheme happy_hacking
|
||||||
|
" colorscheme evening
|
||||||
|
colorscheme kit
|
||||||
|
|
||||||
" Turn on the Wild menu
|
" Turn on the Wild menu
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
@ -12,6 +12,7 @@ autocmd BufNewFile,BufReadPost *.md call Markdown()
|
|||||||
|
|
||||||
" Groovy syntax highlighting
|
" Groovy syntax highlighting
|
||||||
au BufNewFile,BufRead Jenkinsfile set filetype=groovy
|
au BufNewFile,BufRead Jenkinsfile set filetype=groovy
|
||||||
|
au BufNewFile,BufRead *.bu set filetype=yaml
|
||||||
|
|
||||||
|
|
||||||
au BufNewFile,BufRead .latexmkrc set filetype=perl
|
au BufNewFile,BufRead .latexmkrc set filetype=perl
|
||||||
|
@ -73,12 +73,16 @@ Plug 'udalov/kotlin-vim'
|
|||||||
Plug 'xuhdev/vim-latex-live-preview'
|
Plug 'xuhdev/vim-latex-live-preview'
|
||||||
Plug 'pearofducks/ansible-vim'
|
Plug 'pearofducks/ansible-vim'
|
||||||
Plug 'justinmk/vim-syntax-extra'
|
Plug 'justinmk/vim-syntax-extra'
|
||||||
|
Plug 'mrk21/yaml-vim'
|
||||||
|
|
||||||
" Rust
|
" Rust
|
||||||
Plug 'timonv/vim-cargo'
|
Plug 'timonv/vim-cargo'
|
||||||
Plug 'rust-lang/rust.vim'
|
Plug 'rust-lang/rust.vim'
|
||||||
|
|
||||||
Plug 'cespare/vim-toml'
|
Plug 'cespare/vim-toml'
|
||||||
|
Plug 'hashivim/vim-terraform'
|
||||||
|
|
||||||
|
Plug 'taDachs/kit.vim', {'commit': 'dae7c4a0ce37e8ffc4bd1dfcc68f8ea01d572e9e'}
|
||||||
|
|
||||||
|
|
||||||
" Git integration
|
" Git integration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user