various plugin changes to make notes work
This commit is contained in:
parent
d5aaa05aca
commit
06c5d2415e
11 changed files with 131 additions and 56 deletions
9
lua/custom/plugins/easy-tables.lua
Normal file
9
lua/custom/plugins/easy-tables.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
lazy = false,
|
||||
'Myzel394/easytables.nvim',
|
||||
config = function()
|
||||
require('easytables').setup {
|
||||
-- Your configuration comes here
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue