polyglot
This commit is contained in:
parent
1f07c267f6
commit
99a8daf62f
2
init.lua
2
init.lua
|
@ -17,7 +17,7 @@ require('lazy').setup(vim.tbl_extend('keep', config.user_lazy_opts(), {
|
|||
{ import = 'plex.plugins.extras.lang.go' },
|
||||
{ import = 'plex.plugins.extras.lang.cpp' }, -- also does C and rust
|
||||
{ import = 'plex.plugins.extras.lang.json' },
|
||||
{ import = 'plex.plugins.extras.lang.glsl' },
|
||||
{ import = 'plex.plugins.extras.lang.polyglot' },
|
||||
{ import = 'plex.plugins.extras.lang.python' },
|
||||
{ import = 'plex.plugins.extras.lang.yaml' },
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
{
|
||||
"sheerun/vim-polyglot",
|
||||
lazy = false
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue