aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-05 09:17:07 +0200
committerneodarz <neodarz@neodarz.net>2019-09-05 09:17:07 +0200
commitb85fe9763068078b622baf22ee98b54b5e008385 (patch)
treeda37cc4565de135daf137040361d3f29863d337f /install.sh
parent81f3db2c9fcc83fd2da86757dfb821d3edea9915 (diff)
downloaddotfiles-b85fe9763068078b622baf22ee98b54b5e008385.tar.xz
dotfiles-b85fe9763068078b622baf22ee98b54b5e008385.zip
Add nvim config
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