Skip to content

Latest commit

 

History

History
98 lines (67 loc) · 3.2 KB

README.md

File metadata and controls

98 lines (67 loc) · 3.2 KB

nvimrc/

Install Instructions

Install requires Neovim 0.9+. Always review the code before installing a configuration.

Clone the repository and install the plugins:

git clone git@github.com:redredacted/nvimrc ~/.config/redredacted/nvimrc
NVIM_APPNAME=redredacted/nvimrc/ nvim --headless +Lazy! sync +qa

Open Neovim with this config:

NVIM_APPNAME=redredacted/nvimrc/ nvim

Plugins

colorscheme

comment

completion

diagnostics

editing-support

fuzzy-finder

git

indent

keybinding

lsp

lsp-installer

marks

nvim-dev

plugin-manager

snippet

statusline

syntax

utility

Language Servers

  • eslint
  • gopls
  • html
  • lua_ls
  • rust_analyzer
  • tsserver

This readme was generated by Dotfyle