Re-add en.utf-8.add spellfile

This commit is contained in:
Oliver Davies 2024-10-26 15:45:29 +01:00
parent d4daaa1509
commit cffba6b6b6
4 changed files with 115 additions and 2 deletions

View file

@ -27,7 +27,7 @@ local settings = {
signcolumn = "yes:1",
smartindent = true,
softtabstop = 2,
spellfile = "/home/opdavies/Code/opdavies.nvim/spell/en.utf-8.add",
spellfile = "/home/opdavies/Code/dotfiles.nix/config/neovim/spell/en.utf-8.add",
swapfile = false,
syntax = "on",
tabstop = 2,