|
1 | 1 | " sbadia vimrc
|
2 | 2 | " https://github.com/sbadia/grimvim
|
3 | 3 | " https://stackoverflow.com/questions/6951672/how-can-i-insert-a-real-tab-character-in-vim
|
| 4 | +" :set expandtab / :set tabstop=4 / :retab |
4 | 5 |
|
5 | 6 | set t_Co=256
|
6 | 7 | set t_AB=^[[48;5;%dm
|
@@ -106,10 +107,10 @@ Plug 'chr4/sslsecure.vim'
|
106 | 107 | Plug 'chr4/nginx.vim'
|
107 | 108 | Plug 'chrisbra/csv.vim'
|
108 | 109 | " Hashicorp/GCP
|
109 |
| -Plug 'hashivim/vim-terraform' |
110 |
| -Plug 'hashivim/vim-vaultproject' |
111 |
| -Plug 'hashivim/vim-consul' |
112 |
| -Plug 'hashivim/vim-vagrant' |
| 110 | +"Plug 'hashivim/vim-terraform' |
| 111 | +"Plug 'hashivim/vim-vaultproject' |
| 112 | +"Plug 'hashivim/vim-consul' |
| 113 | +"Plug 'hashivim/vim-vagrant' |
113 | 114 | " https://github.com/ryanoasis/nerd-fonts
|
114 | 115 | " https://github.com/ryanoasis/vim-devicons
|
115 | 116 | Plug 'ryanoasis/vim-devicons'
|
@@ -316,6 +317,16 @@ set ofu=syntaxcomplete#Complete
|
316 | 317 | "highlight NbSp ctermbg=lightgreen guibg=lightred
|
317 | 318 | "match NbSp /\%xa0/
|
318 | 319 |
|
| 320 | +"https://www.synbioz.com/blog/tech/vim-faites-un-sans-faute |
| 321 | +hi clear SpellBad |
| 322 | +hi clear SpellCap |
| 323 | +hi clear SpellRare |
| 324 | +hi clear SpellLocal |
| 325 | +hi SpellBad cterm=underline ctermfg=9 ctermbg=0 gui=undercurl |
| 326 | +hi SpellCap cterm=underline ctermfg=14 ctermbg=0 gui=undercurl |
| 327 | +hi SpellRare cterm=underline ctermfg=13 ctermbg=0 gui=undercurl |
| 328 | +hi SpellLocal cterm=underline ctermfg=11 ctermbg=0 gui=undercurl |
| 329 | + |
319 | 330 | let g:UltiSnipsExpandTrigger="<tab>"
|
320 | 331 | let g:UltiSnipsJumpForwardTrigger="<c-b>"
|
321 | 332 | let g:UltiSnipsJumpBackwardTrigger="<c-z>"
|
0 commit comments