diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,9 @@ set list lcs=tab:>\ ,trail:~,precedes:<,space:\ ,nbsp:× " set correct filetype for terraform files autocmd BufRead,BufNewFile *.tf,*.tfvars set filetype=terraform +" set correct comment string for powershell files +autocmd FileType ps1 setlocal commentstring=#\ %s + " --------------------------------- " --- KEYBINDINGS " -------------------------------- |