1
0
Fork 0

nvim: Migrate configuration to lua and built-in plugin manager

This commit is contained in:
Olli 2026-04-19 12:53:37 +02:00
commit 6440203958
26 changed files with 453 additions and 616 deletions

View file

@ -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()