Messes with lots of files after lots of tweaking
This commit is contained in:
14
.config/nvim/lua/plugins/cord.lua
Normal file
14
.config/nvim/lua/plugins/cord.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
{
|
||||
"vyfor/cord.nvim",
|
||||
build = ":Cord update",
|
||||
opts = {
|
||||
-- log_level = "trace",
|
||||
text = {
|
||||
editing = function(opts)
|
||||
return string.format("Editing %s", opts.filename, opts.cursor_line, opts.cursor_char)
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user