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