Add Powershell syntax highlighting and coc plugin
This commit is contained in:
parent
9f4a7417ef
commit
b4863699eb
1 changed files with 3 additions and 1 deletions
|
@ -67,6 +67,8 @@ Plug 'rust-lang/rust.vim'
|
|||
Plug 'godlygeek/tabular' | Plug 'plasticboy/vim-markdown'
|
||||
" Ansible syntax highlighting
|
||||
Plug 'pearofducks/ansible-vim', { 'do': './UltiSnips/generate.sh' }
|
||||
" PowerShell syntax hightlighting
|
||||
Plug 'PProvost/vim-ps1'
|
||||
|
||||
" STATUSLINE
|
||||
Plug 'vim-airline/vim-airline'
|
||||
|
@ -103,7 +105,7 @@ let g:pymode_options_max_line_length = 90
|
|||
let g:pymode_options_colorcolumn = 0
|
||||
let g:pymode_lint_ignore = ["E203"]
|
||||
|
||||
let g:coc_global_extensions = [ 'coc-python', 'coc-json', 'coc-html', 'coc-css', 'coc-vimtex' ]
|
||||
let g:coc_global_extensions = [ 'coc-powershell', 'coc-python', 'coc-json', 'coc-html', 'coc-css', 'coc-vimtex' ]
|
||||
|
||||
"let g:ycm_extra_conf_globlist = ['!~/*'] " is overwritten in autogroups for c
|
||||
"let g:ycm_autoclose_preview_window_after_insertion = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue