Cuelang fix
This commit is contained in:
parent
547aed390b
commit
555bbecc20
|
@ -5,6 +5,8 @@ local setup = function()
|
|||
vim.api.nvim_command'packadd packer.nvim'
|
||||
end
|
||||
|
||||
vim.g.polyglot_disabled = {'cue'}
|
||||
|
||||
local packer = require'packer'
|
||||
packer.startup(function()
|
||||
local plugins = {
|
||||
|
|
Reference in a new issue