https://github.com/doga/neovim-lazyvim-config
LazyVim configuration files for Neovim.
https://github.com/doga/neovim-lazyvim-config
lazyvim-config lazyvim-setup neovim-configuration
Last synced: about 2 months ago
JSON representation
LazyVim configuration files for Neovim.
- Host: GitHub
- URL: https://github.com/doga/neovim-lazyvim-config
- Owner: doga
- License: apache-2.0
- Created: 2024-12-20T21:31:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T23:40:25.000Z (5 months ago)
- Last Synced: 2024-12-28T00:21:44.279Z (5 months ago)
- Topics: lazyvim-config, lazyvim-setup, neovim-configuration
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neovim-lazyvim-config
[LazyVim](https://www.lazyvim.org/) configuration files for [Neovim](https://neovim.io).
## 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`:
- [cobalt](https://vimcolorschemes.com/wurli/cobalt.nvim)
- [night-owl](https://vimcolorschemes.com/oxfist/night-owl.nvim)
- [kaganawa](https://dotfyle.com/plugins/rebelot/kanagawa.nvim)
- [tokyonight](https://dotfyle.com/plugins/folke/tokyonight.nvim)
- [citruszest](https://github.com/zootedb0t/citruszest.nvim)
- [falcon](https://vimcolorschemes.com/i/trending/s.falcon)
- [rasmus](https://vimcolorschemes.com/kvrohit/rasmus.nvim)
- [blue-moon](https://dotfyle.com/plugins/kyazdani42/blue-moon)
- [eidolon](https://vimcolorschemes.com/vallen217/eidolon.nvim)
- [nord](https://www.nordtheme.com/ports/vim)
- [nordic](https://vimcolorschemes.com/alexvzyl/nordic.nvim)
- [darkrose](https://vimcolorschemes.com/water-sucks/darkrose.nvim)
- [monochrome](https://dotfyle.com/plugins/kdheepak/monochrome.nvim)
- [catppuccin](https://vimcolorschemes.com/catppuccin/nvim)### Other
- Disables formattiong on save. To re-enable it, simply comment out one line in `lua/config/options.lua`.
- Adds the [smear-cursor](https://github.com/sphamba/smear-cursor.nvim) 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`.
∎