1
0
Fork 0

nvim: cmp: Remove file type selection

This commit is contained in:
Olli 2026-02-22 12:35:09 +01:00
commit fd450fbd06

View file

@ -1,7 +1,6 @@
return {
"hrsh7th/nvim-cmp",
lazy = true,
ft = { "java", "go", "python", "html" },
event = "InsertEnter",
dependencies = {
"hrsh7th/cmp-buffer",