📝 Adjusted nvim text wrap and updated bookmarks

This commit is contained in:
z3rOR0ne 2022-11-28 15:55:51 -08:00
parent 837d72bfc1
commit 221eda3c92
4 changed files with 10 additions and 2 deletions

View file

@ -388,6 +388,9 @@ vim.cmd[[hi! NonText ctermbg=NONE guibg=NONE]]
-- never create swap files
vim.cmd[[set noswapfile]]
-- enable hard/soft wrap
vim.cmd[[set wrap linebreak nolist textwidth=80]]
-- set up lab.nvim
sources = cmp.config.sources({ {name = 'lab.quick_data', keyword_length = 4 }})
require('lab').setup {