🐛 Fixed bug of displaying dots for spaces in nvim

This commit is contained in:
z3rOR0ne 2022-11-28 20:41:14 -08:00
parent 2c3b6cfb64
commit 4901acc010
2 changed files with 2 additions and 2 deletions

View file

@ -389,7 +389,7 @@ vim.cmd[[hi! NonText ctermbg=NONE guibg=NONE]]
vim.cmd[[set noswapfile]]
-- enable hard/soft wrap
vim.cmd[[set wrap linebreak nolist textwidth=80]]
vim.cmd[[set wrap linebreak textwidth=80]]
-- set up lab.nvim
sources = cmp.config.sources({ {name = 'lab.quick_data', keyword_length = 4 }})

View file

@ -389,7 +389,7 @@ vim.cmd[[hi! NonText ctermbg=NONE guibg=NONE]]
vim.cmd[[set noswapfile]]
-- enable hard/soft wrap
vim.cmd[[set wrap linebreak nolist textwidth=80]]
vim.cmd[[set wrap linebreak textwidth=80]]
-- set up lab.nvim
sources = cmp.config.sources({ {name = 'lab.quick_data', keyword_length = 4 }})