Display colorcolumn in js/ts files
This commit is contained in:
parent
2ee5a7ede5
commit
aac1260fa5
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ tnoremap <F4> <C-\><C-n>:Nuake<CR>
|
|||
|
||||
augroup color_column
|
||||
autocmd!
|
||||
autocmd Filetype cpp,python set colorcolumn=101
|
||||
autocmd Filetype cpp,python,javascript,javascriptreact,typescript,typescriptreact set colorcolumn=101
|
||||
augroup end
|
||||
|
||||
" vimwiki
|
||||
|
|
Loading…
Reference in a new issue