init
This commit is contained in:
12
nvim/lua/plugins/extras/coding/cmp/npm.lua
Normal file
12
nvim/lua/plugins/extras/coding/cmp/npm.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
"David-Kunz/cmp-npm",
|
||||
dependencies = "nvim-lua/plenary.nvim",
|
||||
ft = "json",
|
||||
opts = {},
|
||||
},
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sources, { name = "npm", keyword_length = 4 })
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user