Cuelang fix

This commit is contained in:
Daniel Flanagan 2021-11-09 10:26:05 -06:00
parent 547aed390b
commit 555bbecc20
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 2 additions and 0 deletions

View File

@ -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 = {