fix(nvim): fidget symbol, ltex

This commit is contained in:
Léana 江 2023-02-28 07:35:34 +01:00
parent bc0ef751e8
commit 1ee2260fa8
5 changed files with 30 additions and 23 deletions

View file

@ -15,6 +15,7 @@ vim.wo.signcolumn = "yes"
vim.wo.number = true
vim.opt.wrap = true
vim.opt.linebreak = true
vim.opt.backup = false
local highlight_group = vim.api.nvim_create_augroup('YankHighlight', { clear = true })