Addin my neovim config

This commit is contained in:
Salim Zaidi 2023-06-30 17:14:27 +01:00
parent 63eeb3e564
commit fe139cbd11
3 changed files with 9 additions and 4 deletions

View file

@ -4,6 +4,7 @@
xdg-user-dirs-update
# Install Neovim
cd
git clone https://github.com/neovim/neovim
cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo
git checkout stable

View file

@ -73,7 +73,7 @@ echo '# Increase volume
# Mute volume
"amixer set Master toggle"
XF86AudioMute' >> ~/.xbindkeysrc
XF86AudioMute' >> ~/.xbindkeysrc
xbindkeys -f ~/.xbindkeysrc
#--------------------------------------------------
@ -81,4 +81,5 @@ cd
cd debian-z/
source optional/keyboard_layout.sh
source optional/terminal_in_pcmanfm.sh
source optional/nvim.sh
#source optional/nvidia.sh

3
optional/nvim.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
git clone https://github.com/zedsalim/nvim ~/.config/nvim