You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
treesitter: text
parsing library, provides better syntax highlighting and text-objects for
different coding languages (e.g. yaf yank-a-function), see
treesitter.lua
for defined text objects
conform.nvim: formatter
plugin where LSP formatting isn't what you need, format js|json|html
with prettier or lua with stylua using the gQ mapping.
nvim-dap:
set breakpoints and debug applications using Debug Adapter Protocol (DAP)
fidget.nvim: Eye candy LSP progress
indicator above the status line (top right)
Fuzzy search & file exploration
fzf-lua: the original, tried and
tested fuzzy finder, lua plugin that does pretty much everything, written by
yours truly
snacks.nvim: amazing set of plugins
from the great @folke, image previews using the kitty protocol, picker to rival
no less than our own fzf-lua :-)
oil.nvim: file explorer as a neovim
buffer which also replaces netrw
Misc
mini.nvim: a must have plugin from
the great @echasnovski, used for statusline, indent lines, surround and much more
which-key: a must plugin in every
setup, when leader key (and some built-ins) sequence is pressed and times out
which-key will generate a help window with your keybinds and also let you
continue the sequence at your own pace
previm: live preview markdown files in
the browser with <space>r