MLFlexer / aiui.nvim

A unified set of modules to interact with different LLM providers.
MIT License
1 stars 1 forks source link

refer to document symbols in chat window #88

Open MLFlexer opened 10 months ago

MLFlexer commented 10 months ago

As a user i would like to be able to refer to document symbols when chatting by typing something like @fibonacci and then automatically exchanging it for a function, method or whatever when prompting

MLFlexer commented 10 months ago

Could make use of https://neovim.io/doc/user/lsp.html#vim.lsp.buf.document_symbol()