Skip to content

bentranter/.config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published