Nicolas Rannou ebd68fb74c move
2024-05-07 15:59:51 +02:00

7 lines
330 B
Lua

return {
"tpope/vim-sleuth", -- Detect tabstop and shiftwidth automatically
{ "numToStr/Comment.nvim", opts = {} }, -- "gc" to comment visual regions/lines
-- Highlight todo, notes, etc in comments
{ "folke/todo-comments.nvim", event = "VimEnter", dependencies = { "nvim-lua/plenary.nvim" }, opts = { signs = false } },
}