Fix spellfile path

This commit is contained in:
Oliver Davies 2025-04-03 20:18:52 +01:00
parent dec432d282
commit fe9a8885ee

View file

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