diff options
| author | Syndamia <kamen@syndamia.com> | 2022-12-31 19:55:33 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-12-31 19:55:33 +0200 |
| commit | d464e7352cfc1078e7bef77c07777a54a0148c83 (patch) | |
| tree | 05d65b2eba6abda39d41b47e6b0321bc17ed0f55 /.vimrc | |
| parent | 5f64571aae5a354a1c78c0e4365e6676ca4602bb (diff) | |
| download | dotfiles-d464e7352cfc1078e7bef77c07777a54a0148c83.tar dotfiles-d464e7352cfc1078e7bef77c07777a54a0148c83.tar.gz dotfiles-d464e7352cfc1078e7bef77c07777a54a0148c83.zip | |
[.vimrc] Added bulgarian spelling language and made lisp, scheme and haskell identation proper
Diffstat (limited to '.vimrc')
| -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 " }}} " }}} |
