Note
I switched to NixOS so this repo will not be updated, at least until I ragequit NixOS.
- Install stow:
pacman -S stow
(for arch) - Clone this repository to
~
./stow_all.sh
Because my neovim configuration is divided into independent modules, I have three different variants of neovim.
One is used as an IDE, second one is used for note-taking, third for simple file editing. Each of these variants import different modules (plugins, options), making them work different.
- importing
common
+code
modules - (alias
code
) - Native LSP, Debugging, Telescope...
- importing
common
+note
modules - (alias
note
) - Neorg, remote storage
- importing
common
module - (no alias)