This commit is contained in:
Nicolas Rannou 2024-05-07 15:59:51 +02:00
parent f86f18f27a
commit ebd68fb74c
16 changed files with 662 additions and 808 deletions

View file

@ -1,5 +1,6 @@
-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
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 } },
}