Move general settings and plugins out of init.vim

This commit is contained in:
2021-10-14 21:03:29 +03:00
parent 942c2c67ca
commit f116ecac18
6 changed files with 66 additions and 62 deletions

View File

@@ -7,6 +7,7 @@ let g:nvim_tree_ignore = [ '.git' ]
let g:nvim_tree_add_trailing = 1
let g:nvim_tree_quit_on_open = 1
let g:nvim_tree_indent_markers = 1
let g:nvim_tree_refresh_wait = 500
let g:nvim_tree_show_icons = {
\ 'git': 0,
\ 'folders': 0,