Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 2.59 KB

README.md

File metadata and controls

77 lines (50 loc) · 2.59 KB

neovim_config

Install Instructions

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

Clone the repository and install the plugins:

git clone [email protected]:danielgoldelman/neovim_config ~/.config/danielgoldelman/neovim_config
NVIM_APPNAME=danielgoldelman/neovim_config/nvim nvim --headless +"Lazy! sync" +qa

Open Neovim with this config:

NVIM_APPNAME=danielgoldelman/neovim_config/nvim nvim

Plugins

colorscheme

comment

completion

fuzzy-finder

git

indent

keybinding

lsp

lsp-installer

nvim-dev

plugin-manager

snippet

statusline

syntax

Language Servers

  • html

This readme was generated by Dotfyle