11 lines
264 B
Lua
11 lines
264 B
Lua
return {
|
|
"NMAC427/guess-indent.nvim", -- Detect tabstop and shiftwidth automatically
|
|
-- Highlight todo, notes, etc in comments
|
|
{
|
|
"folke/todo-comments.nvim",
|
|
event = "VimEnter",
|
|
dependencies = { "nvim-lua/plenary.nvim" },
|
|
opts = { signs = false },
|
|
},
|
|
}
|