mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fix(nvim): fidget symbol, ltex
This commit is contained in:
parent
bc0ef751e8
commit
1ee2260fa8
5 changed files with 30 additions and 23 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue