sim

Results 11 issues of sim

documentation
hacktoberfest-accepted

So i'm writing this linux only plugin which uses method channels and gtk stuff to get the colors and stuff. I plan on supporting shadows, gradients and all that jazz...

# Aug 7 2022 - Major internal refactor. - Config changes: - tools.hover_with_actions --> Removed, [use keybind in on_attach instead.](https://github.com/simrat39/rust-tools.nvim#setup) - tools.autoSetHints --> tools.inlay_hints.auto - tools.inlay_hints.only_current_line_autocmd --> Removed, new inlay...

Reference: https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/dev/lsp-extensions.md#snippet-textedit Reference: https://github.com/hrsh7th/nvim-cmp/issues/353#issuecomment-942925708 Reference: https://github.com/simrat39/rust-tools.nvim/issues/74 I'm not sure if something like this already exists in vsnip, but it would be cool if it was supported

Some hover providers (like rust-analyzer) allow clients to have certain actions embedded in the hover, which would need providers to be able to modify the buffer and window (set keymaps,...

enhancement

**rust-analyzer version**: rust-analyzer 1 (67920f797 2022-09-04) **rustc version**: rustc 1.57.0 (f1edd0429 2021-11-29) **minimal repro**: - Have this struct ```rust #[derive(Debug)] struct Bruh { a: i32, } ``` - Request code...

A-lsp

Pretty much title. This works for me after a lot of messing around, would love if some people could test it and we could have it in the docs so...

### Feature already in Vim? No ### Feature description > The watched files notification is sent from the client to the server when the client detects changes to files and...

enhancement
lsp

### Neovim version (nvim -v) v0.6.0-dev+516-g4a618b00b ### Vim (not Nvim) behaves the same? N/A ### Operating system/version Arch Linux ### Terminal name/version kitty 0.23.1 ### $TERM environment variable xterm-kitty ###...

enhancement
api
ui
marks