18 lines
517 B
Lua
18 lines
517 B
Lua
--[[ 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?
|
|
]]
|