update nvim to use kitty size

This commit is contained in:
Bit Borealis 2023-07-27 08:30:37 +00:00
parent 36ef1f0b65
commit 6166112d75
Signed by: theotheroracle
GPG key ID: 2D816A2DCA6E5649

View file

@ -139,7 +139,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
number = true;
linebreak = true;
showbreak = "+>";
textwidth = 100;
textwidth = 80;
showmatch = true;
hlsearch = true;
@ -147,6 +147,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
ignorecase = true;
autoindent = true;
expandtab = false;
smartindent = true;
smarttab = true;
tabstop = 3;
@ -155,7 +156,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
display = "lastline";
formatoptions = "jt";
ruler = true;
cc = 101;
colorcolumn = 80;
termguicolors = true;
};
};