my dotfiles for arch
at main 10 lines 264 B view raw
1return { 2 "NMAC427/guess-indent.nvim", -- Detect tabstop and shiftwidth automatically 3 -- Highlight todo, notes, etc in comments 4 { 5 "folke/todo-comments.nvim", 6 event = "VimEnter", 7 dependencies = { "nvim-lua/plenary.nvim" }, 8 opts = { signs = false }, 9 }, 10}