diff options
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -88,7 +88,7 @@ autocmd BufRead,BufNewFile *.component.css set filetype=css autocmd FileType css,ts setlocal ts=2 sw=2 sts=0 expandtab " Transform tabs in CSS and TS into 2 spaces - autocmd FileType lisp,scheme,haskell setlocal expandtab + autocmd FileType lisp,scheme,haskell setlocal ts=2 sw=2 sts=0 expandtab " }}} " Folding {{{ @@ -193,6 +193,7 @@ " Other {{{ autocmd BufRead,BufNewFile * set tw=0 " Sets textwidth to 0 for all files (set with autocmd since just doing "set tw=0" can be overridden) set signcolumn=number " Show signs and numbers on the same column + set spelllang=en,bg_BG " Adds Bulgarian to spelling languages " }}} " }}} |
