[neovim] removed linewrap
This commit is contained in:
parent
e19a1ddcd1
commit
b8a1c357b5
@ -40,6 +40,9 @@
|
||||
|
||||
" show number
|
||||
set number
|
||||
|
||||
" set no wrap
|
||||
set nowrap
|
||||
'';
|
||||
|
||||
# lua config
|
||||
@ -64,7 +67,6 @@
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.smartindent = true
|
||||
|
||||
|
||||
-- vim leave function
|
||||
vim.api.nvim_create_autocmd({ "VimLeave" }, {
|
||||
callback = function()
|
||||
|
Reference in New Issue
Block a user