diff options
Diffstat (limited to 'modules/lua/init.lua')
-rw-r--r-- | modules/lua/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 5ec8d005..b1d6a357 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -67,7 +67,6 @@ sense.ctags_kinds = { } sense:load_ctags(_HOME..'/modules/lua/tags', true) ---- -- Shows an autocompletion list for the symbol behind the caret. -- If the symbol contains a ':', only display functions. Otherwise, display -- both functions and fields. |