summaryrefslogtreecommitdiff
path: root/nvim/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/init.vim')
-rw-r--r--nvim/init.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/init.vim b/nvim/init.vim
index 8c0d378..97b8a40 100644
--- a/nvim/init.vim
+++ b/nvim/init.vim
@@ -3,6 +3,8 @@ call plug#begin('~/.config/nvim/plugged')
" colorschemes {{{
Plug 'tomasiser/vim-code-dark' " codedark color scheme
Plug 'flazz/vim-colorschemes' " meta-color scheme package
+Plug 'tomasiser/vim-code-dark' " codedark color scheme
+Plug 'flazz/vim-colorschemes' " meta-color scheme package
Plug 'ZachIndigo/vim-preglow' " my old color scheme
" }}}
" language support {{{
@@ -66,6 +68,10 @@ filetype plugin indent on
"" GUI Config
set guifont=mononoki\ Nerd\ Font\ Mono:h12
+"hi Normal guibg=NONE ctermbg=NONE
+"hi NonText guibg=NONE ctermbg=NONE
+"set background=dark
+
set foldmethod=marker
set conceallevel=2