NVIM: Local AI Plugin added, updates to existing plugins

- gen.nvim to use local ollama LLM
- New _required_ DAP dependency: nvim-nio
- nvim-ufo: breaking change adapted
This commit is contained in:
Pratik Tripathy
2024-03-25 22:28:17 +05:30
parent b7be385529
commit 903d3a1253
3 changed files with 7 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ return {
dependencies = {
-- Creates a beautiful debugger UI
"rcarriga/nvim-dap-ui",
"nvim-neotest/nvim-nio",
-- Installs the debug adapters for you
"williamboman/mason.nvim",