convert nginx to option

This commit is contained in:
Kopatz
2024-05-04 13:00:59 +02:00
parent c2f40e2777
commit 445fc226e0
13 changed files with 100 additions and 827 deletions

View File

@@ -12,7 +12,7 @@ return {
-- NOTE: And you can specify dependencies as well
dependencies = {
-- Creates a beautiful debugger UI
'rcarriga/nvim-dap-ui',
{ "rcarriga/nvim-dap-ui", dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" } },
-- Installs the debug adapters for you
'williamboman/mason.nvim',