Change summary
dot_config/nvim/init.vim | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Detailed changes
@@ -21,23 +21,22 @@ Plug 'christoomey/vim-tmux-navigator' " Tmux integration
Plug 'rhysd/vim-grammarous' " LanguageTool integration
Plug 'vim-syntastic/syntastic' " syntax checking for various languages
Plug 'godlygeek/tabular' " required for aligning tables with next plugin
+Plug 'rose-pine/neovim' " Theme
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
call plug#end()
+let g:rose_pine_variant = 'rose-pine-moon'
+
" Set theme colours
-set background=dark
+"set background=dark
"colorscheme wilmersdorf
" LaTeX config
-{{- if eq .chezmoi.os "linux" }}
let g:livepreview_previewer = 'zathura'
-{{- end }}
let g:livepreview_use_biber = 1
" Grammorous config
-{{- if eq .chezmoi.os "linux" }}
let g:grammarous#languagetool_cmd = 'java -cp ~/languagetool/languagetool-server.jar org.languagetool.server.HTTPServer --port 8081 --allow-origin "*"'
-{{- end}}
" netrw configuration
let g:netrw_banner=0