Kassio Borges
Kassio Borges
I update my tools very frequently with some scripts. I think would be nice to have an event that the user could attach an action for when the installations/updating is...
## Description It would be nice to have the side-effects of the plugin more explicit in a few set of function instead of all around the place. By side-effects I...
The 'filetype' component doesn't find the filetype icon sometimes: My config ```lua lualine.setup({ extensions = { require('plugins.statusline.extensions.filetree'), require('plugins.statusline.extensions.neoterm'), }, options = { theme = theme.colorscheme, icons_enabled = true, section_separators =...
This will enable users to handle the windows opened to run the jobs, ```lua require'lspinstall'.post_install_hook = function(jid) local channel_info = vim.api.nvim_get_chan_info(jid) local winid = vim.fn.bufwinid(channel_info.buffer) vim.api.nvim_win_close(winid, true) end ```
Related to: #490
First of all, thanks! Great plugin! Would it be possible to enable the plugin to support mixed vim functions and static texts in the placeholder choices? Something like: ``` snippet...
Thanks for the amazing tool. :) I couldn't find any documentation/examples on how to produce `codeActions`, I imagine it's already supported as we have the initialization param. Could an example/doc...
## What are credentials? A git credential is the data required to access a git repository: - url, which can be split in - protocol, like "https" - host, like...
### Did you check docs and existing issues? - [X] I have read all the tokyonight.nvim docs - [X] I have searched the existing issues of tokyonight.nvim - [X] I...