hrsh7th

Results 42 issues of hrsh7th

### Problem Fix using wrong variable when checking the cursor position is valid or not in vim.lsp.util.apply_text_edits. ### Solution Change to use correct variable.

lua
lsp

### Language server _No response_ ### Requested feature This is a discussion, not a feature request. I am a completion plugin developer. The `keyword_pattern` is very important for completion. However,...

enhancement

Maybe it's very simplified module (does not aim to full git functionality).

Gather workspace settings from .vscode/.idea or some any locations

`on(emitter)` returns custom promise object. ``` js var co = require('co'); var on = require('co-on'); var db = require('./db'); co(function*() { db.connect('localhost'); try { yield on(db, 'connected').throw('error'); console.log('connection success'); }...

enhancement

fix this discussion https://github.com/prabirshrestha/vim-lsp/discussions/1555 .