My neovim configuration
Go to file
blallo 5b0e1565ed
Change theme and enable treesitter autotagger
2022-05-09 17:54:16 +02:00
lua Change theme and enable treesitter autotagger 2022-05-09 17:54:16 +02:00
plugin Change theme and enable treesitter autotagger 2022-05-09 17:54:16 +02: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