diff dot_config/nvim/config.lua @ 349:3d01318e4743

Tweak settings for compe
author Zeger Van de Vannet <zegervdv@me.com>
date Fri, 12 Feb 2021 09:02:39 +0100
parents d717168f424f
children a9910306741c
line wrap: on
line diff
--- a/dot_config/nvim/config.lua	Thu Feb 04 18:28:57 2021 +0100
+++ b/dot_config/nvim/config.lua	Fri Feb 12 09:02:39 2021 +0100
@@ -94,7 +94,7 @@
           min_length = 1;
           preselect = 'enable';
           throttle_time = 80;
-          source_timeout = 200;
+          source_timeout = 2000;
           incomplete_delay = 400;
           max_abbr_width = 100;
           max_kind_width = 100;
@@ -104,13 +104,11 @@
             path = true;
             buffer = true;
             calc = true;
-            -- vsnip = true;
             nvim_lsp = true;
-            -- nvim_lua = true;
+            nvim_lua = true;
             spell = true;
             ultisnips = true;
-            -- tags = true;
-            -- snippets_nvim = true;
+            treesitter = true;
           };
         }