Fix spellfile path
This commit is contained in:
parent
dec432d282
commit
fe9a8885ee
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue