clone specific neovim ver + nvim disable mouse
parent
19fadbba18
commit
5d4c27bcc5
|
@ -1,9 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
git clone --recursive --depth=1 https://github.com/neovim/neovim.git build-neovim
|
||||
git clone --recursive --depth=1 --branch tags/v0.9.5 https://github.com/neovim/neovim.git build-neovim
|
||||
cd build-neovim
|
||||
git fetch --all --tags
|
||||
git checkout tags/v0.9.5
|
||||
rm -rf build
|
||||
make CMAKE_BUILD_TYPE=Release -j8
|
||||
sudo make install
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
vim.mouse = ""
|
||||
vim.opt.mouse = ""
|
||||
vim.opt.guicursor = ""
|
||||
|
||||
vim.opt.nu = true
|
||||
|
|
Loading…
Reference in New Issue