nvim: Migrate configuration to lua and built-in plugin manager
This commit is contained in:
parent
9d31a63799
commit
6440203958
26 changed files with 453 additions and 616 deletions
|
|
@ -1,8 +1,6 @@
|
|||
return {
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
opts = {
|
||||
},
|
||||
}
|
||||
vim.pack.add({
|
||||
gh("folke/todo-comments.nvim"),
|
||||
gh("nvim-lua/plenary.nvim"),
|
||||
})
|
||||
|
||||
require("todo-comments").setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue