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

@@ -49,7 +49,7 @@ return {
return { "treesitter", "indent" }
end,
open_fold_hl_timeout = 0,
close_fold_kinds = { "imports", "comment" },
close_fold_kinds_for_ft = { "imports", "comment" },
fold_virt_text_handler = function(virtText, lnum, endLnum, width, truncate)
local newVirtText = {}
local totalLines = vim.api.nvim_buf_line_count(0)