clone specific neovim ver + nvim disable mouse

master
Dominik Madarász 2024-05-21 19:46:06 +00:00
parent 19fadbba18
commit 5d4c27bcc5
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
vim.mouse = ""
vim.opt.mouse = ""
vim.opt.guicursor = ""
vim.opt.nu = true