diff options
author | Alex Auvolat <alex@adnab.me> | 2021-09-28 14:13:38 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-09-28 14:13:50 +0200 |
commit | 4d828d6b228771a8131b0b278c93db8814e21bfd (patch) | |
tree | d66f5e96fd04d65df350eec4646233ebd8c7c53c /lindy/dot_vimrc | |
parent | c451b7bcac68bebd38ef1c9d356627ca51c02556 (diff) | |
download | user-config-4d828d6b228771a8131b0b278c93db8814e21bfd.tar.gz user-config-4d828d6b228771a8131b0b278c93db8814e21bfd.zip |
Use solarized8 theme in vim
Diffstat (limited to 'lindy/dot_vimrc')
-rw-r--r-- | lindy/dot_vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lindy/dot_vimrc b/lindy/dot_vimrc index d62b7b8..13ecca5 100644 --- a/lindy/dot_vimrc +++ b/lindy/dot_vimrc @@ -124,10 +124,12 @@ au FileType yaml setl sw=2 sts=2 et au FileType css setl sw=4 sts=4 et au FileType lua setl ts=4 sw=4 noet au FileType trema setl ts=2 sts=2 et -au FileType trema setl ts=2 sts=2 et au FileType typescript.tsx setl ts=2 sts=2 et au FileType rust setl ts=4 sw=4 noet +au FileType tex setl indentexpr= nosi ai sw=4 sts=4 et let g:ale_linters = {'rust': ['analyzer']} highlight Pmenu ctermbg=gray guibg=gray + +colorscheme solarized8 |