Add cord and obsidian plugins
This commit is contained in:
11
lua/plugins/cord.lua
Normal file
11
lua/plugins/cord.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"vyfor/cord.nvim",
|
||||
build = ":Cord update",
|
||||
opts = {
|
||||
text = {
|
||||
editing = "Editing a ${filetype} file",
|
||||
viewing = "Viewing a ${filetype} file",
|
||||
},
|
||||
variables = true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user