nvim: Load plugins lazily based on file type
This commit is contained in:
parent
47e71f7f16
commit
212cbed679
6 changed files with 12 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
lazy = true,
|
||||
ft = { "java", "go", "python", "html" },
|
||||
event = "InsertEnter",
|
||||
dependencies = {
|
||||
"hrsh7th/cmp-buffer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue