Configure spelling and a custom dictionary file

This commit is contained in:
Oliver Davies 2024-05-13 22:26:16 +01:00
parent 67529832a7
commit 80fc14d063
3 changed files with 42 additions and 0 deletions

View file

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