Skip to content

Latest commit

 

History

History
executable file
·
35 lines (26 loc) · 963 Bytes

Neovim_ideas.md

File metadata and controls

executable file
·
35 lines (26 loc) · 963 Bytes

Neovim ideas

A good config starting point: https://github.com/aziznal/my-neovim-config/

Autocommands

Plugins

  • buffer line (bufferline)
  • status line (lualine)
  • minimap
  • gitgutter
  • git blame
  • git file status in explorer (no default icon)
  • file status unsaved in buffer line
  • lsp indexing progress (fidget-vim)
  • color preview (vim-hexokinase)
  • ident lines
  • blank chars
  • Closing a buffer always keep nvimtree open and open other buffer if present

Keybindings

  • Ctrl+B open side panel (file explorer)
  • Arrows move through virtual lines (g<arrow-up>, g<arrow-down>)
  • Invert arrows used for autocomplete (<arrow-down> same as tab)
  • Ctrl-A select all
  • Update move keys in colorizer

Colorscheme

  • adjust lualine colors