📝 Adjusted nvim text wrap and updated bookmarks
This commit is contained in:
parent
837d72bfc1
commit
221eda3c92
4 changed files with 10 additions and 2 deletions
|
|
@ -388,6 +388,9 @@ vim.cmd[[hi! NonText ctermbg=NONE guibg=NONE]]
|
||||||
-- never create swap files
|
-- never create swap files
|
||||||
vim.cmd[[set noswapfile]]
|
vim.cmd[[set noswapfile]]
|
||||||
|
|
||||||
|
-- enable hard/soft wrap
|
||||||
|
vim.cmd[[set wrap linebreak nolist textwidth=80]]
|
||||||
|
|
||||||
-- set up lab.nvim
|
-- set up lab.nvim
|
||||||
sources = cmp.config.sources({ {name = 'lab.quick_data', keyword_length = 4 }})
|
sources = cmp.config.sources({ {name = 'lab.quick_data', keyword_length = 4 }})
|
||||||
require('lab').setup {
|
require('lab').setup {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -388,6 +388,9 @@ vim.cmd[[hi! NonText ctermbg=NONE guibg=NONE]]
|
||||||
-- never create swap files
|
-- never create swap files
|
||||||
vim.cmd[[set noswapfile]]
|
vim.cmd[[set noswapfile]]
|
||||||
|
|
||||||
|
-- enable hard/soft wrap
|
||||||
|
vim.cmd[[set wrap linebreak nolist textwidth=80]]
|
||||||
|
|
||||||
-- set up lab.nvim
|
-- set up lab.nvim
|
||||||
sources = cmp.config.sources({ {name = 'lab.quick_data', keyword_length = 4 }})
|
sources = cmp.config.sources({ {name = 'lab.quick_data', keyword_length = 4 }})
|
||||||
require('lab').setup {
|
require('lab').setup {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue