nix/prog/nvim: add line limiter for the html
This commit is contained in:
parent
993c6ae1c7
commit
e796b96397
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ aug line_limiter
|
|||
au BufNewFile,BufRead *.json setlocal colorcolumn=81
|
||||
au BufNewFile,BufRead *.yml,*.yaml setlocal colorcolumn=81
|
||||
au BufNewFile,BufRead *.md setlocal colorcolumn=81
|
||||
au BufNewFile,BufRead *.html setlocal colorcolumn=81
|
||||
" TODO: add limiter for haskell
|
||||
aug END
|
||||
|
||||
|
|
Loading…
Reference in a new issue