update nvim to use kitty size
This commit is contained in:
parent
36ef1f0b65
commit
6166112d75
5
home.nix
5
home.nix
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue