LazyVim configuration files for Neovim.
Once you have a working Neovim+LazyVim setup, copy into ~/.config/nvim/
the files that you will find under the dist
directory.
It's up to you if you wish these files to overwrite your existing configuration files or not.
Choose one of these color schemes by uncommenting it in lua/plugins/colorscheme.lua
:
- cobalt
- night-owl
- kaganawa
- tokyonight
- citruszest
- falcon
- rasmus
- blue-moon
- eidolon
- nord
- nordic
- darkrose
- monochrome
- catppuccin
- Disables formattiong on save. To re-enable it, simply comment out one line in
lua/config/options.lua
. - Adds the smear-cursor plugin that eliminates discontinuous cursor jumps for a smoother UX. This plugin is disabled by default, but enabling it is a simple matter of commenting out one line in
lua/plugins/smear-cursor.lua
. - Adds a sample keymap in
lua/config/keymaps.lua
.
Catppuccin does not seem to work. AFAIK this is a catppuccin and/or Neovim bug that is independent from neovim-lazyvim-config
.
∎