A modern Neovim configuration written in Lua, starring the beautiful Nord Theme color scheme. Backed by multiple cutting edge plugins such as Mason, Telescope, Treesitter, along with formatting, completion and language server protocol support.
Let's assume this repository was cloned into ~/foo/bar/norse.nvim
.
- Create a symbolic link to
entry.lua
in your~/.config/nvim
directory
ln -s ~/foo/bar/norse.nvim/vim/entry.lua ~/.config/nvim/init.lua
-
Change the hard-coded path in
entry.lua
line 20 to~/foo/bar/norse.nvim
-
Execute
:Lazy
and:MasonInstall
to install the necessary plugins and binaries
This is not a friendly configuration for beginners, it is meant for people who are already familiar with Neovim and want to take it to the next level. That being said, I will gladly help anyone who wants to learn more about it. Just open an issue and I will get back to you as soon as possible.