nixbook: update

This commit is contained in:
tristan 2025-02-19 10:53:27 +00:00
parent 270cfdc8d7
commit f17722577a
5 changed files with 17 additions and 39 deletions

View file

@ -26,6 +26,7 @@ in {
smartindent = true;
scrolloff = 4;
smoothscroll = true;
ignorecase = true;
undofile = true;
undodir = lua ''vim.fn.expand("$HOME/.local/share/nvim/undo")'';