require ubuntu nvim 9.0
https://github.com/neovim/neovim/wiki/Installing-Neovim#ubuntu
install https://github.com/neovim/neovim/blob/master/INSTALL.md
apt remove neovim
./nvim.appimage --appimage-extract
ln -s /squashfs-root/AppRun /usr/bin/vim
install Packer
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
telescop dependencies
apt-get install ripgrep fd-find
$ vim
:PackerInstall
- typescript LSP
- plugins
- NvChad/NvChad: Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
- LunarVim/LunarVim: 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
- CosmicNvim/CosmicNvim: CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!