My neovim configuration
Go to file
blallo 0764d4d754
Update plugins
2024-03-20 00:45:50 +01:00
deps Update tree-sitter-hare 2023-04-16 11:49:57 -03:00
lua Add typst 2024-03-20 00:45:35 +01:00
plugin Update plugins 2024-03-20 00:45:50 +01:00
queries Symlink hare lsp config 2024-03-10 22:35:42 +01:00
.gitmodules Add hare support 2022-10-02 00:46:25 +02:00
.luarc.json Add .luarc.json 2024-03-10 22:35:57 +01:00
README.md Add lua-language-server 2022-02-22 00:02:03 +01:00
filetype.lua Add liquidsoap plugin 2023-04-16 11:44:38 -03:00
init.lua Stash project.nvim 2023-04-16 11:48:41 -03: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