added more capabilities to my nvim setup
This commit is contained in:
8
lua/plugins/overseer.lua
Normal file
8
lua/plugins/overseer.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"stevearc/overseer.nvim",
|
||||
opts = {
|
||||
templates = { "builtin", "user.go", "user.npm" }
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user