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