move
This commit is contained in:
parent
f86f18f27a
commit
ebd68fb74c
16 changed files with 662 additions and 808 deletions
|
|
@ -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 } },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue