My neovim configuration
Go to file
blallo c610b52ccf
Add lua-language-server
2022-02-22 00:02:03 +01:00
lua Add lua-language-server 2022-02-22 00:02:03 +01:00
plugin Use tokionight theme 2021-11-20 00:09:43 +01:00
README.md Add lua-language-server 2022-02-22 00:02:03 +01:00
init.lua Reopen at last cursor position 2021-11-19 23:40:37 +01:00

README.md

neovim on archlinux

Install neovim and some useful packages

pikaur -Sy neovim-bin python-pynvim python-neovim nodejs-neovim

Install packer.nvim:

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

Install language servers:

pikaur -Sy community/python-lsp-server community/lua-language-server