aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/.config/nvim/lua/tobyvin/lsp/configs.lua7
1 files changed, 5 insertions, 2 deletions
diff --git a/nvim/.config/nvim/lua/tobyvin/lsp/configs.lua b/nvim/.config/nvim/lua/tobyvin/lsp/configs.lua
index a292ce5..6197596 100644
--- a/nvim/.config/nvim/lua/tobyvin/lsp/configs.lua
+++ b/nvim/.config/nvim/lua/tobyvin/lsp/configs.lua
@@ -101,8 +101,11 @@ local M = {
maxLineLength = 88,
},
pyflakes = { enabled = false },
- rope_completion = { enabled = true },
- rope_autoimport = { enabled = true },
+ rope_autoimport = {
+ enabled = true,
+ code_actions = { enabled = true },
+ completions = { enabled = false },
+ },
},
},
},