diff --git a/.config/nvim/lua/blake/settings.lua b/.config/nvim/lua/blake/settings.lua index d8644ea..0390ab9 100644 --- a/.config/nvim/lua/blake/settings.lua +++ b/.config/nvim/lua/blake/settings.lua @@ -29,7 +29,7 @@ set.mouse = 'a' set.incsearch = true set.scrolloff = 5 set.hidden = true -set.shortmess = 'filnxtToOFc' -- the funny thing is this is a short mess +set.shortmess = 'filnxtToOFc' -- the funny thing is, this *is* a short mess set.spell = true set.spelllang = 'en_us' set.showcmd = true