From 4297e753eb054f3d4ff07c3b69f4e91b0cf93e8e Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 25 Oct 2016 08:42:42 +0900 Subject: [PATCH] Add todo's to investigate interesting vim settings --- plugin/settings.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugin/settings.vim b/plugin/settings.vim index 4895f63..5489a2f 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -1,6 +1,11 @@ " Enable all mouse features set mouse=a +" TODO: spellcapcheck +" TODO: switchbuf=usetab +" TODO: virtualedit=block +" TODO: whichwrap=b,h,l,s,<,>,[,],~ + " Don't show completeopt preview buffer set completeopt-=preview