Update spellfile path
This commit is contained in:
parent
962e97f613
commit
64b3299b82
|
@ -9,6 +9,6 @@
|
||||||
s = "secrets";
|
s = "secrets";
|
||||||
secrets = ''doppler --project "$(whoami)" run'';
|
secrets = ''doppler --project "$(whoami)" run'';
|
||||||
tag = "tag-release";
|
tag = "tag-release";
|
||||||
vss = "LC_ALL=C sort --unique $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add --output $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add";
|
vss = "LC_ALL=C sort --unique $REPOS/dotfiles/nvim/spell/en.utf-8.add --output $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add";
|
||||||
wt = "git worktree";
|
wt = "git worktree";
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@ local settings = {
|
||||||
signcolumn = "yes:1",
|
signcolumn = "yes:1",
|
||||||
smartindent = true,
|
smartindent = true,
|
||||||
softtabstop = 2,
|
softtabstop = 2,
|
||||||
spellfile = "/home/opdavies/Code/dotfiles.nix/config/neovim/spell/en.utf-8.add",
|
spellfile = "/home/opdavies/Code/dotfiles/nvim/spell/en.utf-8.add",
|
||||||
splitbelow = true,
|
splitbelow = true,
|
||||||
splitright = true,
|
splitright = true,
|
||||||
swapfile = false,
|
swapfile = false,
|
||||||
|
|
Loading…
Reference in a new issue