7 lines
330 B
Lua
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 } },
|
|
}
|