nvim: cmp: Remove file type selection
This commit is contained in:
parent
2d3f86e95e
commit
fd450fbd06
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"hrsh7th/nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
ft = { "java", "go", "python", "html" },
|
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"hrsh7th/cmp-buffer",
|
"hrsh7th/cmp-buffer",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue