From b8a1c357b56ffb5f6a0f4026df286f8284f52a59 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 3 Apr 2024 23:10:18 +0200 Subject: [PATCH] [neovim] removed linewrap --- nix/home/neovim/neovim.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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()