Stevan Milic

Results 11 issues of Stevan Milic

# Description Adds highlighting of selected region. # Notes for reviewers I've enabled highlighting by default as a _good_ preference, but we could disable that.

**Is your feature request related to a problem? Please describe.** I would like to have a visual feedback (rather than a print message) when yanking a line/visual. **Describe the solution...

enhancement

### Neovim version (nvim -v | head -n1) head ### Operating system/version macOS 12.4 ### How to reproduce the issue When executing `vim.lsp.buf.format()` the high-level folds are broken i.e. the...

bug

It would be a nice feature, if we could define `include_arg_name`, `exclude_arg_name` and `delimiter` in _settings.py_. I'm gonna write PR if I find the time.

I have profiled the `apply_async` method, and I've figured out that a lot of time is being spend on `_lookup` method in [exchange](https://github.com/celery/kombu/blob/master/kombu/transport/virtual/exchange.py#L70) module if redis is the backend for...

Component: Redis Broker
Issue Type: Enhancement

Sometimes when I'm in terminal mode, I'm getting below error: ``` Error executing vim.schedule lua callback: ...al/share/nvim/lazy/neoscroll.nvim/lua/neoscroll/init.lua:140: nvim_exec(): Vim(normal):Can't re-enter normal mode from terminal mode stack traceback: [C]: in function...

Adds support for limiting navic depth context by configuring `navic_depth_limit`. Similar config also exists on native `nvim-navic` config.

Hello, do you plan to support [SQL transactions](https://docs.immudb.io/master/develop/transactions.html#sql-interactive-transactions)?

On code action for import suggestions the LSP returns results in an un-sorted fashion. If there are a lot of similar imports/modules usually the _right_ import is on the _nth_...

language server
LSP: import suggestions