changed some settings
This commit is contained in:
parent
3e941e88b0
commit
b6b82216d2
4 changed files with 79 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue