• Vim Script 100%
Find a file
Kovács Bálint Hunor c017ff2425 Update README.md
2023-02-26 14:19:57 +02:00
coc-settings.json initial commit 2023-02-17 01:30:08 +02:00
init.vim config update 2023-02-26 14:01:03 +02:00
README.md Update README.md 2023-02-26 14:19:57 +02:00

nvim-config

dot files for my nvim config

Dependencies

  1. vim-plug
  2. coc.nvim

Installation on Linux

git clone https://github.com/MemerGamer/nvim-config.git ~/.config/nvim --depth 1

Installation on Windows

git clone https://github.com/MemerGamer/nvim-config.git $HOME\AppData\Local\nvim --depth 1

Post install updates:

:PlugInstall
:PlugUpdate
:CocUpdate