Skip to content

Latest commit

 

History

History
166 lines (98 loc) · 4.98 KB

README.md

File metadata and controls

166 lines (98 loc) · 4.98 KB

dotfiles/nvim/.config/nvim

nvim

Install Instructions

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

Clone the repository and install the plugins:

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

Open Neovim with this config:

NVIM_APPNAME=igorlfs/dotfiles/nvim/.config/nvim nvim

Plugins

bars-and-lines

code-runner

color

colorscheme

completion

csv-files

cursorline

debugging

editing-support

file-explorer

formatting

fuzzy-finder

git

github

icon

indent

lsp

lsp-installer

motion

nvim-dev

plugin-manager

session

snippet

statusline

syntax

tabline

utility

web-development

Language Servers

  • clangd
  • cssls
  • dockerls
  • html
  • svelte
  • tailwindcss
  • taplo
  • vtsls
  • yamlls

This readme was generated by Dotfyle