Configure spelling and a custom dictionary file
This commit is contained in:
parent
67529832a7
commit
80fc14d063
3 changed files with 42 additions and 0 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue