add niri and update nvim config

This commit is contained in:
fbachus
2026-01-22 22:54:47 +01:00
parent 8a6093de74
commit 3fdadd648b
208 changed files with 6922 additions and 255 deletions

View File

@@ -0,0 +1,17 @@
--[[ Plugins:
- lazy vim -- package manager
- mini.bracketed -- move to textobjects with brackets
- mini.ai --selection with textobjects, such as "indside quotes, parens etc"
- mini.indentscope -- show indent scope
- mini.cursorword -- highlight identical words
- gitsigns -- inline git info, stage by line, show deleted and more
- whichkey -- ongoing keybind docu
- telescope -- fast open anything
- treesitter -- syntax tree
- undotree -- view the undotree
- lsp?
- autocomplete > coq.nvim?
- sugar > lualine?
]]