My neovim configuration
Go to file
blallo b4555918e1
Unpin python path
2022-03-07 22:16:18 +01:00
lua Add open_with_reader 2022-02-22 00:03:07 +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 Unpin python path 2022-03-07 22:16:18 +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