aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/configs
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/configs')
-rw-r--r--lua/pml68/configs/cmp.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/pml68/configs/cmp.lua b/lua/pml68/configs/cmp.lua
index bffb09a..eb25218 100644
--- a/lua/pml68/configs/cmp.lua
+++ b/lua/pml68/configs/cmp.lua
@@ -3,14 +3,16 @@ local cmp = require("cmp")
cmp.setup({
sources = {
{ name = 'nvim_lsp' },
- { name = 'path' },
+ { name = 'buffer' },
{ name = 'vimtex' },
{ name = 'crates' },
+ { name = 'path' },
},
window = {
completion = {
border = "rounded",
winhighlight = "Normal:Normal",
+ scrollbar = false,
}
},
preselect = 'item',