rox

Results 30 issues of rox

// cc @rafaeln [Related issue](https://github.com/roxma/nvim-completion-manager/issues/35#issuecomment-284049103) Recently I [changed the event loop style into nvim.next_message](https://github.com/roxma/nvim-completion-manager/commit/d259f53873081fb9c3dd14f53cae5aa87272c00e) in order to simplify the async architecture and avoid concurrent issue. But somehow the `nvim.next_message` returns...

Current options: - cc_args.py - ake VERBOSE=1 to show the compile command and then edit the .clang_complete manually.

Close https://github.com/roxma/nvim-completion-manager/issues/37

Possible sollution? 1. Detect `.clang_complete` and auto change directory before doing completion & goto declaration 2. Detect `.clang_complete` and convert the options based on current directory

bug

I think this PR provides better project root detection, for most composer based php project. It also works when you're openning a file without being in the project root. A...

I use [straight.el](https://github.com/raxod502/straight.el) with defer loading, need these auto load for the following config to work: ```elisp (use-package evil-visualstar :defer t :init (define-key evil-visual-state-map (kbd "*") #'evil-visualstar/begin-search-forward) (define-key evil-visual-state-map (kbd...

https://github.com/neovim/neovim/pull/9536 There may be cases that ncm2 auto completion mess up builtin completions that has already been shown. It would be nice to check `complete_mode()=='eval'`

https://github.com/andreyorst/SimpleSnippets.vim

enhancement

1. reduce RPC overhead 2. Easier to integrate with ALE, which may have different language servers on files with different project roots #121 3. More flexible

WIP