changed some settings

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-06-06 16:14:20 +02:00
parent 3e941e88b0
commit b6b82216d2
4 changed files with 79 additions and 0 deletions

View file

@ -1,5 +1,6 @@
local global = vim.g
local o = vim.o
local opt = vim.opt
-- Copilot
global.copilot_assume_mapped = true
@ -39,3 +40,7 @@ o.colorcolumn = '80'
o.timeoutlen = 500
-- Spell check
opt.spelllang = 'en_us'
opt.spell = false

View file

@ -0,0 +1,3 @@
return {
'fatih/vim-go',
}