Group directories by "personal" and "work"

This commit is contained in:
Oliver Davies 2025-04-03 20:15:04 +01:00
parent 88a3755699
commit dec432d282
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ local settings = {
signcolumn = "yes:1",
smartindent = true,
softtabstop = 2,
spellfile = "/home/opdavies/Code/dotfiles/nvim/spell/en.utf-8.add",
spellfile = "/home/opdavies/Code/personal/nixos-config/nvim/spell/en.utf-8.add",
splitbelow = true,
splitright = true,
swapfile = false,