Skip to content

shv187/nvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Requirements

  • git
  • make
  • gcc
  • ripgrep
  • some nerdfont
  • npm
  • python

on linux:

  • clipboard tool
  • unzip

on windows:

  • if using pwsh:

    • NO_COLOR env variable
  • pwsh(powershell 7), just do it

  • TODO: add the rest, as I've probably missed something

Notes

All of the features have been tested on Windows. Linux/WSL was only tested to some extend.

Installation (from kickstart.nvim)

Linux and Mac
git clone https://github.com/shv187/nvim_config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
Windows

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"

TODO

  • fix markdown support
  • cleanup keybinds/plugins
  • fix cmake support/completion

About

Simple neovim configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages