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",
|
signcolumn = "yes:1",
|
||||||
smartindent = true,
|
smartindent = true,
|
||||||
softtabstop = 2,
|
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,
|
splitbelow = true,
|
||||||
splitright = true,
|
splitright = true,
|
||||||
swapfile = false,
|
swapfile = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue