Personal configuration for Neovim with a focus on web (vue3, js, ts) and lua-plugins development.
- Neovim 0.10.+;
- rigrep;
git
;wget
/curl
;
- fd for telescope.nvim;
- NerdFonts for pretty icons;
- im-select for langmapper.nvim;
- node for markdown-preview.nvim;
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