The configuration can be used through importing setup
module from the root of
repository. Configuration should be placed on the default path:
~/config/nvim
on Linux,C:/Users/<username>/AppData/Local/nvim
on Windows.
Steps to do so:
- go to configuration directory;
- clone repository;
- name directory as
lua
; - import the
setup
module frominit.lua
.
init.lua
must lay right in neovim config directory, near to the lua directory.
Simply execute commads within Neovim config directory (Bash or Powershell):
git clone --depth 1 https://github.com/e1turin/neovim-config lua
echo "require('setup')" > init.lua
[[--TODO]]
- move plugin includings to the separate modules with explicit
config
declatarion (see Lazy)
Config for using with IdeaVim plugin for IntelliJ.
- copy it to
~/.ideavimrc