summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 09be3d6..1a43a06 100644
--- a/init.vim
+++ b/init.vim
@@ -56,6 +56,7 @@ colorscheme moonfly
" Neo-tree
let g:neo_tree_remove_legacy_commands = 1
+nnoremap \ :Neotree reveal toggle<CR>
" ALE settings
"let g:ale_completion_enabled = 0
@@ -108,5 +109,6 @@ let g:OmniSharp_popup_mappings = {
\ 'pageUp': ['<C-b>', '<PageUp>']
\}
+lua package.loaded["init"] = nil
lua require("init")