11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
|
return {
|
||
|
'paysancorrezien/dictionary.nvim',
|
||
|
ft = 'markdown',
|
||
|
dependencies = {
|
||
|
'nvim-lua/plenary.nvim',
|
||
|
},
|
||
|
config = function()
|
||
|
require('dictionary').setup()
|
||
|
end,
|
||
|
}
|