Install requires Neovim 0.12+
Clone the repository
#with ssh
git clone [email protected]:mintoya/my-nvim ~/.config/mintoya/my-nvim && nvim
#without
git clone https://github.com/mintoya/my-nvim ~/.config/mintoya/my-nvim && nvim
for windows powershell
setx XDG_CONFIG_HOME "c:/users/<username>/.config"
(relaunch)
git clone --recurse-submodules https://github.com/mintoya/my-nvim/ ~/.config/nvim
nvim
Open Neovim with this config:
NVIM_APPNAME=mintoya/my-nvim/ nvim
windows
nvim
- clangd
- gdscript
- lua_ls
- qmlls
This readme was (mostly) generated by Dotfyle