Skip to content

Latest commit

 

History

History
106 lines (72 loc) · 3.74 KB

README.md

File metadata and controls

106 lines (72 loc) · 3.74 KB

My Personal Neovim Configuration

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]:ragnarok22/nvim-config ~/.config/ragnarok22/nvim-config
NVIM_APPNAME=ragnarok22/nvim-config/ nvim --headless +"Lazy! sync" +qa

Open Neovim with this config:

NVIM_APPNAME=ragnarok22/nvim-config/ nvim

Plugins

colorscheme

comment

completion

debugging

editing-support

file-explorer

formatting

fuzzy-finder

git

icon

indent

lsp

lsp-installer

media

nvim-dev

plugin-manager

snippet

startup

statusline

syntax

utility

Language Servers

  • html
  • tflint

This readme was generated by Dotfyle