Simple neovim configuration, based on kickstart.nvim.
Made it to fully understand what goes into kickstart, and to better understand neovim.
Tweaked some things for my needs, probably not universal config.
gitmakegccripgrep- some
nerdfont npmpython
on linux:
clipboard toolunzip
on windows:
-
if using
pwsh:NO_COLORenv variable
-
pwsh(powershell 7), just do it -
TODO: add the rest, as I've probably missed something
All of the features have been tested on Windows. Linux/WSL was only tested to some extend.
Linux and Mac
git clone https://github.com/shv187/nvim_config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvimWindows
If you're using cmd.exe:
git clone https://github.com/shv187/nvim_config.git "%localappdata%\nvim"
If you're using powershell.exe
git clone https://github.com/shv187/nvim_config.git "${env:LOCALAPPDATA}\nvim"
- fix markdown support
- cleanup keybinds/plugins
- fix cmake support/completion