mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 03:19:28 +00:00
Addin my neovim config
This commit is contained in:
parent
63eeb3e564
commit
fe139cbd11
3 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
3
optional/nvim.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
git clone https://github.com/zedsalim/nvim ~/.config/nvim
|
||||
Loading…
Add table
Add a link
Reference in a new issue