My neovim configuration
Go to file
blallo abac026ed6
Chores
2022-02-22 00:02:44 +01:00
lua Chores 2022-02-22 00:02:44 +01:00
plugin Chores 2022-02-22 00:02:44 +01:00
README.md Add lua-language-server 2022-02-22 00:02:03 +01:00
init.lua Chores 2022-02-22 00:02:44 +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