24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# Plugins to look into
|
|
|
|
- https://github.com/lvimuser/lsp-inlayhints.nvim/tree/anticonceal
|
|
- https://github.com/theHamsta/nvim-dap-virtual-text/tree/inline-text
|
|
- https://github.com/andythigpen/nvim-coverage
|
|
- https://github.com/lukas-reineke/indent-blankline.nvim
|
|
- https://github.com/johmsalas/text-case.nvim
|
|
- gitsigns?
|
|
- casing plugins?
|
|
["<leader>,"] = { name = " Misc Tools" },
|
|
["<leader>,c"] = { name = " Casing" },
|
|
["<leader>,cs"] = { ":Snek<CR>", desc = "To Snek Case" },
|
|
["<leader>,cc"] = { ":Camel<CR>", desc = "To Camel Case" },
|
|
["<leader>,cp"] = { ":CamelB<CR>", desc = "To Pascal Case" },
|
|
["<leader>,ck"] = { ":Kebab<CR>", desc = "To Kebab Case" },
|
|
["<leader>,ce"] = { ":Screm<CR>", desc = "To Screm Case" },
|
|
- https://github.com/tpope/vim-fugitive
|
|
- https://github.com/folke/noice.nvim
|
|
- greg's: https://github.com/gblock0/dotfiles/blob/master/nvim/.config/nvim/lua/gb/plugins.lua
|
|
- others: https://nvimluau.dev/
|
|
- https://github.com/NvChad/nvim-colorizer.lua
|
|
- https://github.com/numToStr/Comment.nvim
|
|
- https://github.com/windwp/nvim-autopairs
|
|
- https://github.com/lukas-reineke/indent-blankline.nvim
|