nigel barink
1bb7a56d5c
Updated Settings * Added new keymaps in keys.lua * improved LSP setup Plugins Removed * codellama * hardtime Additional Plugins added * Added edgy * Added neo-tree * Added todo-comments * Added which-key
9 lines
130 B
Lua
9 lines
130 B
Lua
return {
|
|
"folke/todo-comments.nvim",
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim"
|
|
},
|
|
opts = {
|
|
}
|
|
}
|