probably hashicorp stuff related
This commit is contained in:
parent
838f675332
commit
376933605c
12
vimrc
12
vimrc
@ -32,14 +32,16 @@ if has("persistent_undo")
|
||||
set undofile
|
||||
endif
|
||||
|
||||
au BufRead,BufNewFile Pipfile setfiletype toml
|
||||
au BufRead,BufNewFile *.gcfg setfiletype gitconfig
|
||||
au BufRead,BufNewFile Pipfile setfiletype toml
|
||||
au BufRead,BufNewFile Dockerfile* setfiletype dockerfile
|
||||
au BufRead,BufNewFile *.hcl setfiletype hcl
|
||||
au BufRead,BufNewFile *.nomad setfiletype hcl
|
||||
au BufRead,BufNewFile *.service setfiletype systemd
|
||||
au BufRead,BufNewFile .Rprofile setfiletype r
|
||||
au QuickFixCmdPost *grep* cwindow
|
||||
au BufRead,BufNewFile .envrc setfiletype sh
|
||||
au BufRead,BufNewFile Dockerfile* setfiletype dockerfile
|
||||
au BufRead,BufNewFile Pipfile setfiletype toml
|
||||
au BufWritePre *.py execute ':Black'
|
||||
au QuickFixCmdPost *grep* cwindow
|
||||
|
||||
map ,t :w<CR>
|
||||
map ,- :nohl<CR>
|
||||
@ -50,6 +52,8 @@ let g:airline_powerline_fonts = 1
|
||||
let g:coc_global_extensions = ['coc-tsserver']
|
||||
let g:coc_node_path = "/home/dan/.nvm/versions/node/v16.9.1/bin/node"
|
||||
let g:go_fmt_command = "goimports"
|
||||
let g:html_indent_script1 = "inc"
|
||||
let g:html_indent_style1 = "inc"
|
||||
let g:python_highlight_all = 1
|
||||
let g:rustfmt_autosave = 1
|
||||
let g:shfmt_extra_args = '-i 2'
|
||||
|
Loading…
Reference in New Issue
Block a user