neovim/lua/plugin/editor-plugins.lua

13 lines
230 B
Lua

return {
--TODO: Move the treesitter
{
'spywhere/detect-language.nvim',
config = function()
require('detect-language').setup()
end
},
{
'pteroctopus/faster.nvim'
}
}