mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 02:38:45 +02:00
update plugins
This commit is contained in:
parent
76c86a6842
commit
e6d210c6f7
4 changed files with 84 additions and 73 deletions
27
lua/user/tabnine.lua
Normal file
27
lua/user/tabnine.lua
Normal file
|
@ -0,0 +1,27 @@
|
|||
vim.schedule(function()
|
||||
require("cmp_tabnine.config").setup({
|
||||
ignored_file_types = {
|
||||
["aerial"] = true,
|
||||
["checkhealth"] = true,
|
||||
["dap-repl"] = true,
|
||||
["dapui_breakpoints"] = true,
|
||||
["dapui_console"] = true,
|
||||
["dapui_hover"] = true,
|
||||
["dapui_scopes"] = true,
|
||||
["dapui_stacks"] = true,
|
||||
["dapui_watches"] = true,
|
||||
["DressingInput"] = true,
|
||||
["DressingSelect"] = true,
|
||||
["fern"] = true,
|
||||
["lazy"] = true,
|
||||
["lspinfo"] = true,
|
||||
["mason"] = true,
|
||||
["nerdterm"] = true,
|
||||
["noice"] = true,
|
||||
["notify"] = true,
|
||||
["null-ls-info"] = true,
|
||||
["qf"] = true,
|
||||
["TelescopePrompt"] = true,
|
||||
},
|
||||
})
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue