VIM: Yaml plugins

This commit is contained in:
Tobias Manske 2022-06-01 19:15:50 +02:00
parent 740ea734dc
commit abf0916002
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 202689A59D645C1C
3 changed files with 8 additions and 1 deletions

View File

@ -53,7 +53,9 @@ if (has("termguicolors"))
set termguicolors
endif
colorscheme happy_hacking
" colorscheme happy_hacking
" colorscheme evening
colorscheme kit
" Turn on the Wild menu
set wildmenu

View File

@ -12,6 +12,7 @@ autocmd BufNewFile,BufReadPost *.md call Markdown()
" Groovy syntax highlighting
au BufNewFile,BufRead Jenkinsfile set filetype=groovy
au BufNewFile,BufRead *.bu set filetype=yaml
au BufNewFile,BufRead .latexmkrc set filetype=perl

View File

@ -73,12 +73,16 @@ Plug 'udalov/kotlin-vim'
Plug 'xuhdev/vim-latex-live-preview'
Plug 'pearofducks/ansible-vim'
Plug 'justinmk/vim-syntax-extra'
Plug 'mrk21/yaml-vim'
" Rust
Plug 'timonv/vim-cargo'
Plug 'rust-lang/rust.vim'
Plug 'cespare/vim-toml'
Plug 'hashivim/vim-terraform'
Plug 'taDachs/kit.vim', {'commit': 'dae7c4a0ce37e8ffc4bd1dfcc68f8ea01d572e9e'}
" Git integration