My neovim configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blallo ab4cc3e016
Misc: LSP, Coc, vgit
8 months ago
deps Add hare support 8 months ago
lua Misc: LSP, Coc, vgit 8 months ago
plugin Misc: LSP, Coc, vgit 8 months ago
.gitmodules Add hare support 8 months ago
README.md Add lua-language-server 1 year ago
filetype.lua Add hare support 8 months ago
init.lua Misc: LSP, Coc, vgit 8 months ago

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