Skip to content

Wansmer/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim 0.10+ configuration

Personal configuration for Neovim with a focus on web (vue3, js, ts) and lua-plugins development.

Requirements

Common requirements

  1. Neovim 0.10.+;
  2. rigrep;
  3. git;
  4. wget/curl;

Plugin dependencies

  1. fd for telescope.nvim;
  2. NerdFonts for pretty icons;
  3. im-select for langmapper.nvim;
  4. node for markdown-preview.nvim;

Installation

Install Neovim and dependencies (including lsp, linters and formatters) with your package manager. Homebrew example:

$ brew install neovim # or `brew install neovim --HEAD` to use nightly
$ brew install ripgrep
$ brew install fd
$ brew install node

Clone the repo to config directory and run Neovim:

$ git clone https://github.com/Wansmer/nvim-config ~/.config/nvim
$ nvim

Releases

No releases published

Packages

No packages published

Languages