-
Trying to add new file, will show me completions which I don't need. Trying the setup below but doesn't seems to work
|
Beta Was this translation helpful? Give feedback.
Answered by
soifou
May 18, 2025
Replies: 1 comment 7 replies
-
You have several way to do it, see: https://cmp.saghen.dev/recipes.html#disable-per-filetype-buffer I'm in favor of leveraging vim.b.completion = false |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
Saghen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have several way to do it, see: https://cmp.saghen.dev/recipes.html#disable-per-filetype-buffer
I'm in favor of leveraging
vim.b.completion
; for instance create a file inafter/plugin/NvimTree.lua
and add the following line: