mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user