Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 1.77 KB

File metadata and controls

31 lines (23 loc) · 1.77 KB

Archived as this is a very old config. I recommend taking a look at Lazyvim instead.


neovim_alpha neovim_showcase

My (not so) minimal, and opinionated neovim configuration using neovim 0.8+.

Plugins

  • Nvim-LSP: Quickstart configurations for Neovim's built in LSP
  • Cmp: Autocompletion that just works.
  • Treesitter: Provides better syntax highlighting
  • Gitsigns: Git gutter integration
  • Feline: Preconfigured statusbar with git and LSP integration
  • Bufferline: Snazzy buffer line reminiscent of modern GUI editors
  • Telescope: Powerful fuzzy finder for files, buffer, and more
  • Toggleterm: Toggleable terminal
  • More plugins can be found here

Dependencies

Optional Dependencies

  • ripgrep for Telescope's live grep
  • fd for Telescope's finder

Remember to run :checkhealth to see if you are missing something!