dev-resources.site
for different kinds of informations.
Compile Neovim in Debian/Ubuntu Linux
Published at
10/3/2024
Categories
neovim
vim
debian
compile
Author
hardyweb
*Fresh Debian Install *
Sudo apt-get install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip doxygen -y
git clone https://github.com/neovim/neovim
cd neovim && make
make install
sudo make install
cd ..
rm -rf neovim
existing neovim source
$cd neovim
$rm -rf .deps/
$rm -rf builds/
$git pull
$make
$sudo make install
Articles
12 articles in total
Lazyvim version 14.x in WSL
read article
Update PHP 3.x to PHP 4.x in wsl ( debian )
read article
Compile Neovim in Debian/Ubuntu Linux
currently reading
Copy paste bash command but dont understand what it does?
read article
Replace Dot Notation Laravel Relationship with Nasted Array
read article
How To Create Laravel Project With Composer
read article
git log --all --decorate --oneline --graph
read article
Accidently create file name "\" in development folder
read article
Change Editor In Glow charmbracelet
read article
MSYS2 alternatif kepada WSL2
read article
Copy file between server and local machine ( from windows to linux server )
read article
Jquery select2 css height problem fixed
read article
Featured ones: