1
0
Fork 0
This commit is contained in:
tastytea 2022-08-15 03:19:05 +02:00
parent 283c35a5a2
commit bde6289fab
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 4 additions and 4 deletions

View File

@ -27,10 +27,10 @@ if vim.g.started_by_firenvim then
}
}
vim.opt.wrap = true
vim.opt.guifont = 'Source_Code_Pro:h10'
vim.opt.textwidth = 0
vim.opt.colorcolumn = '0'
vim.o.wrap = true
vim.o.guifont = 'Source_Code_Pro:h10'
vim.o.textwidth = 0
vim.o.colorcolumn = '0'
vim.api.nvim_create_augroup('firenvim', { clear = true })
vim.api.nvim_create_autocmd(