Dotfiles for my neovim config
Total plugins: 27 (by Lazy)
Note: If on Ubuntu 18.04 or lower, build neovim from source to have neovim >= 0.9
chmod +x setup.sh
./setup.sh
pip install python-lsp-server
pip install pylsp-mypy
pip install ruff-lsp
If you get an error similar to install_requires
must be a string or list of strings
pip install -U setuptools
sudo apt-get install clangd-12
sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-12 100
pip install robotframework-lsp
git clone https://github.com/LuaLS/lua-language-server
cd lua-language-server
./make.sh
Then add lua-language-server
in bin
folder to PATH