Fix paths
This commit is contained in:
parent
70c8eade7c
commit
02dd935511
2 changed files with 2 additions and 6 deletions
|
@ -27,7 +27,7 @@ local settings = {
|
|||
signcolumn = "yes:1",
|
||||
smartindent = true,
|
||||
softtabstop = 2,
|
||||
spellfile = "/home/opdavies/Code/personal/opdavies.nvim/spell/en.utf-8.add",
|
||||
spellfile = "/home/opdavies/Code/opdavies.nvim/spell/en.utf-8.add",
|
||||
swapfile = false,
|
||||
syntax = "on",
|
||||
tabstop = 2,
|
||||
|
|
Reference in a new issue