🐛 Fixed bug of displaying dots for spaces in nvim
This commit is contained in:
parent
2c3b6cfb64
commit
4901acc010
2 changed files with 2 additions and 2 deletions
|
|
@ -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 }})
|
||||
|
|
|
|||
|
|
@ -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 }})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue