Anshuman Medhi

Results 112 issues of Anshuman Medhi

I am trying to shift my system to Nix, and I use a lot of tools written in rust using `cargo install`. Some of them don't have Nix packages yet....

### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description Currently we have `methods.internal.DIAGNOSTIC` which will run whenever...

enhancement

I am trying to implement some code/a plugin for live visualizing rust-analyzer structural search and replace. (https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/dev/lsp-extensions.md#structural-search-replace-ssr). It basically uses LSP to do 'smarter' search and replace using semantic information...

``` E5108: Error executing lua ...ode_action_menu/lsp_objects/edits/text_document_edit.lua:93: attempt to get length of local 'last_original_complete_line' (a nil value) ``` This happens while running `:CodeActionMenu` on a `use` statement in a rust file....

Enumerating all the text objects manually is kind of error prone and repetitive. Also for some things like [nvim-ts-hint-textobject](https://github.com/mfussenegger/nvim-ts-hint-textobject.git). There is a lot of textobjects implicitly (`m[a-z]`)

To fulfill the potential of the name 'anywise' we could try add the option of copying and pasting as any text object. - Copy a line and paste it in...

I am writing a PR in my fork to allow buffer local ports for the kitty terminal, and extending all the lua functions to take a port argument, thus you...

enhancement

https://github.com/beauwilliams/focus.nvim. Provides a command `FocusSplitNicely` which automatically splits according to the size of the current window, and uses the golden ratio. I am hoping to use that for Neoterms splits....

**Is your feature request related to a problem? Please describe.** The 'inbuilt' lua repl `lua` and `luap` are not very nice to work in, i recently found croissant which is...

**Describe the bug** When using bracketed paste with lua lines in the `lua` repl, the bracketing causes lua to misinterpret the line as a binary chunk and will not run...

bug