This is my personal NeoVim config, it's a minimal config made to optimize my workflow. It mainly focuses on tooling related to TypeScript/JavaScript, Vue, and web development in general.
Plugins live under lua/plugins
General configuration lives under lua/config.lua
Feel free to fork and use for your own.
Install requires Neovim 0.9+. Always review the code before installing a configuration.
Clone the repository and install the plugins:
git clone git@github.com:scandar/nvim ~/.config/scandar/nvimOpen Neovim with this config:
NVIM_APPNAME=scandar/nvim/ nvim- cssls
- gopls
- html
- jsonls
- lua_ls
- vtsls
- yamlls
This readme was generated by Dotfyle