dotfiles
Config for Neovim 0.6 or higher.
Installation
To install these, you'll need either Neovim 0.6 prerelease installed on your machine. This can be done by running,
brew install neovim --HEAD # Installs Neovim 0.6 prerelease.
brew install luajit --HEAD # Install the latest LuaJIT, required for Neovim to work on macOS Catalina.
Once Neovim and LuaJIT are installed, you'll need to run :PackerInstall
and :PackerCompile
inside Neovim to install third party dependencies.
Language Server
This config relies on the following Language Servers being installed,
gopls
(See github.com/golang/gopls)sourcegraph
(gem install --user-install solargraph
)tailwindcss
(npm install -g @tailwindcss/language-server
)