bentranter / .config

Sometimes I use Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Config for Neovim 0.6 or higher.

Screenshot of terminal

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,

  1. gopls (See github.com/golang/gopls)
  2. sourcegraph (gem install --user-install solargraph)
  3. tailwindcss (npm install -g @tailwindcss/language-server)

About

Sometimes I use Neovim


Languages

Language:Vim Script 79.6%Language:Lua 20.4%