Skip to content

doga/neovim-lazyvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

neovim-lazyvim-config

LazyVim configuration files for Neovim.

Install

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.

Features

Color schemes

Choose one of these color schemes by uncommenting it in lua/plugins/colorscheme.lua:

Other

  • 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.

Known bugs

Catppuccin does not seem to work. AFAIK this is a catppuccin and/or Neovim bug that is independent from neovim-lazyvim-config.

Packages

No packages published