nvim: Update spellfile
This commit is contained in:
parent
1c49e52268
commit
bff8f07e60
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ vim.api.nvim_create_autocmd({ "TextYankPost" }, {
|
|||
group = vim.api.nvim_create_augroup("highlightyanks", { clear = true }),
|
||||
})
|
||||
|
||||
-- Special setting for editing gopass files - make sure nothing leaks outside the directories it
|
||||
-- Special setting for editing gopass files - make sure nothing leaks outside the directories it
|
||||
-- is supposed to
|
||||
vim.api.nvim_create_autocmd({ "BufNewFile", "BufRead" }, {
|
||||
pattern = {
|
||||
|
|
@ -42,4 +42,3 @@ vim.api.nvim_create_user_command("SpellToggle", function(opt)
|
|||
vim.notify("Spellcheck disabled")
|
||||
end
|
||||
end, { nargs = "*", bang = true })
|
||||
|
||||
|
|
|
|||
|
|
@ -226,3 +226,4 @@ decarbonisation
|
|||
Oportunidades
|
||||
OECD
|
||||
NREGA
|
||||
Oehme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue