1
0
Fork 0

nvim: Load plugins lazily based on file type

This commit is contained in:
coderkun 2025-01-05 15:47:42 +01:00
commit 212cbed679
6 changed files with 12 additions and 0 deletions

View file

@ -1,5 +1,7 @@
return {
"mfussenegger/nvim-dap",
lazy = true,
ft = { "java", "go", "python" },
dependencies = {
"rcarriga/nvim-dap-ui",
{