Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.07 KB

Neovim + Kitty terminal

Switched from Alacritty to Kitty due to images being unsupported, and colors being slightly off.

Or in other words, I needed to pimp up my neofetch.

Features

  • Package manager with lazy.nvim
  • Autocompletion with nvim-cmp
  • LSP with nvim-lsp and mason.nvim
  • Statusline with feline.nvim
  • Terminal emulator using Kitty
  • Snippets with Ultisnips
  • Catppuccin-mocha theme
  • Directory tree using nvim-tree
  • Telescope fuzzy finder

Screenshots

image image image

TO DO

  • Migrate to Lazy Plugins
  • Configure Venv support
  • Git branch for Kitty Statusline
  • Rewrite LSP and CMP
  • Disable treesitter on specific folders (e.g. node_modules)