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 {
|
||||
"mfussenegger/nvim-dap",
|
||||
lazy = true,
|
||||
ft = { "java", "go", "python" },
|
||||
dependencies = {
|
||||
"rcarriga/nvim-dap-ui",
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue