aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index dccbcd9..f0af9a7 100644
--- a/install.sh
+++ b/install.sh
@@ -128,4 +128,16 @@
#sudo pacman -S notmuch
+## nvim
+
+#sudo pacman -S python-neovim python-twisted
+
# install dotfiles
+
+# post install dotfile
+
+## nvim
+
+#git clone https://github.com/vundlevim/vundle.vim.git ~/.config/nvim/bundle/Vundle.vim
+
+#nvim +PluginInstall +qall