From 746cea6d6097b38d09a86a65fbd7a2c145169ab6 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 25 Aug 2022 18:00:18 -0700 Subject: [PATCH] nvim: more comedy --- .config/nvim/lua/blake/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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