summaryrefslogtreecommitdiff
path: root/lua/nv-compe/init.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-27 04:06:14 -0400
committerChris <[email protected]>2021-03-27 04:06:14 -0400
commiteb1077811077e3f2f3834ddbb355a984ced395f8 (patch)
treed20e6f86641318551613878c5de5e6df317c5174 /lua/nv-compe/init.lua
parente6e7eafdaf526b1d75c5dde2f2f91bf53125b20e (diff)
update options for python
Diffstat (limited to 'lua/nv-compe/init.lua')
-rw-r--r--lua/nv-compe/init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nv-compe/init.lua b/lua/nv-compe/init.lua
index 67e86be8..b94f50d0 100644
--- a/lua/nv-compe/init.lua
+++ b/lua/nv-compe/init.lua
@@ -20,7 +20,8 @@ require'compe'.setup {
calc = {kind = "  "},
vsnip = {kind = "  "},
nvim_lsp = {kind = "  "},
- nvim_lua = {kind = "  "},
+ -- nvim_lua = {kind = "  "},
+ nvim_lua = false,
spell = {kind = "  "},
tags = false,
-- snippets_nvim = {kind = "  "},