diff --git a/nix/home/neovim/neovim.nix b/nix/home/neovim/neovim.nix index a25e8b1..fae391a 100644 --- a/nix/home/neovim/neovim.nix +++ b/nix/home/neovim/neovim.nix @@ -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()