Dan Sully
Dan Sully
I currently have a textDocument/hover handler that looks like this: ```language:lua function M.hover() if vim.bo.filetype == "rust" then require("rust-tools.hover_actions").hover_actions() elseif vim.fn.expand("%:t", false, false) == "Cargo.toml" then require("crates").show_popup() else require("hover").hover() require("autocommands")("DisableCursorHold")(function(autocmd)...
When using https://github.com/andymass/vim-matchup, it registers a keymap which shows up as: Ideally `` would not be display in WhichKey. I tracked it down to these lines in vim-matchup/autoload/matchup.vim, line 234...
# Describe the bug When renaming, I get a stack trace: ``` Error executing vim.schedule lua callback: stack overflow stack traceback: [C]: in function 'select' ...m/site/pack/packer/opt/renamer.nvim/lua/renamer/init.lua:395: in function '_nvim_rename_handler' ...m/site/pack/packer/opt/renamer.nvim/lua/renamer/init.lua:416:...
> Serial Number: server-undefined > Model: Default-Model Looks like the calls to ` .setCharacteristic(Characteristic.Model, this.appliance.info.compatibility) .setCharacteristic(Characteristic.SerialNumber, hostname + "-" + this.appliance.info.uuid) ` Isn't setting these properly. The firmware version is...
Remove old Python constructs in the code base.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Contact Details dsully#8817, @[email protected] ### What should this feature add? I'm proposing to...
Hi - I'm trying to add highlights for Neovim using tree-sitter-ini, and the grammar is capturing the leading white space for `setting_value`. I've included a screen shot showing the node...
Hi Folke - I noticed you have a `.neoconf.json` for wezterm-types. Is that this repo: https://github.com/nekowinston/wezterm-types/tree/main or something you've made custom? If it's custom, and you have the time, would...
I'm getting a failure when using `cargo-update`, which has worked fine until recently: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { code: -17, klass: 23,...
**Describe the bug** I created a `.rtx.toml` file using the example given in the top level `README.md`: ``` [tools] python = { version = '3.10', virtualenv = '.venv', virtualenv_default_packages =...