Move p to file and add interactive selection
[khome.git] / home / .config / nvim / init.vim
index 7399d15..47f1b02 100644 (file)
@@ -2,6 +2,9 @@
 " Plugins
 "==============================================================================
 
+" Alternative plugin managers to try:
+" - https://github.com/Shougo/dein.vim
+
 " BEGIN Vim-Plug (https://github.com/junegunn/vim-plug)
 " Run :PlugInstall after adding a new plugin
 call plug#begin()
@@ -38,6 +41,9 @@ source ~/.config/nvim/setup-coc.vim
 " NERDTree
 let NERDTreeShowLineNumbers=1
 
+" rust.vim
+let g:rustfmt_autosave = 1
+
 "==============================================================================
 " Defaults
 "==============================================================================
This page took 0.037562 seconds and 4 git commands to generate.