Commit Graph

563 Commits (master)
 

Author SHA1 Message Date
ray-x 295b5e89ec cleanup logs, enable pyright format with black 3 years ago
ray-x 69578d6a3c Delete deprecated hover.lua, update floating win width, refresh diagnostic errors 3 years ago
rayx 79fee5dda8
Vim diagnostic refactor (#63)
* multigrid support

* Tuning diagnostic performance, add codelens inline hint function

* add ctx to error marker handler

* setup lsp_signature from navigator

* diagnostic refact PR https://github.com/neovim/neovim/pull/15585

* diagnostic api changes

* allow disable emoji/nerdfont icons setup

* improve diagnostic/codeaction/codelens preview popup; add seperate line

* severity_sort set to reverse

* prettier for markdown. code action virtual text show title
3 years ago
ray-x 90039247b4 jdtls, enable signature by default 3 years ago
rayx 91e22f5e71
Lv thread (#60)
* update tests, update total display

* not run ts def multiple time

* Thread enable for display and backend

* remove ::continue::

* README updates

* skip diagnostic in edit mode

* error marker uri nil handling

* disable debug

* debounce text change to 1s

* severity sort

* diagnostic skip loading files
3 years ago
ray-x 507ad0b146 error marker uri error 3 years ago
ray-x 26012cf9c1 Merge vim.loop changes (replacing vim.fn.getcwd) 3 years ago
ray-x 0dc5851d1c Update coedelens in README.md 3 years ago
ray-x 2cb2b23c6d Add split options when open preview file 3 years ago
ray-x 890b3c5f7f keymapping #57 3 years ago
ray-x 2a174d8eb4 typo, cleanup 3 years ago
ray-x 22028ff82e #57 refactor keymapping on lsp attach 3 years ago
ray-x d60b3c4024 keymapping for signature. Align to lspconfig default 3 years ago
rayx 08dba1beb6
Nvim 0 6 lsp signature changes (#56)
* bugfix diagnostic error

* bugfix for code lens for neovim 0.6

* gh test workflow

* bugfix github workflow
3 years ago
ray-x f33a3e8e7d allow preview more lines 3 years ago
ray-x b9f8ed3c55 show error messages 3 years ago
ray-x 56479a0339 add gitignore, remove logs and print statement 3 years ago
ray-x 2d1aa63b93 Merge branch 'master' of github.com:ray-x/navigator.lua 3 years ago
ray-x cde5c6be5c strange code action casued cursor drifting. disable codeaction in insert mode 3 years ago
Matt Bailey d771df0fa7
Name change lspinstall to nvim-lspinstall in lazy loader (#54)
On a clean install, packer compiles down to:

```lua
  ["nvim-lspinstall"] = {
    loaded = true,
    path = "..."
  },
```

rather than 

```lua
  ["nvim-lspinstall"] = {
    loaded = true,
    path = "..."
  },
```

without this change, I get a (cosmetic) error on every startup like this:

```
Error: attempted to load lspinstall which is not present in plugins table!                                                                                                                                                                                                                  
Error in packer_compiled: ...m/site/pack/packer/start/packer.nvim/lua/packer/load.lua:13: Error: attempted to load lspinstall which is not present in plugins table!                                                                                                                        
Please check your config for correctness
```
```
3 years ago
ray-x e36809759b clean up logs 3 years ago
ray-x e37b52ffc1 allow using number 1~9 to quick jump to item in the list 3 years ago
ray-x be888b94a1 #53 <BS> remap for rename 3 years ago
ray-x 5b65d8f389 Update document regarding code lens 3 years ago
ray-x 940349759b Feature: LRU cache for search result 3 years ago
ray-x d39cf20903 disable all lsp #49 by setting disable_lsp='all' 3 years ago
ray-x dd4b04159d lsp nerdfont for cmp 3 years ago
ray-x 01f97aa665 capabilities default. based on cmp nvim-lsp suggestions 3 years ago
Behzad 5c7925a54a
Fix for ]d being mapped to diagnostic.goto_next. It has been changed to diagnostic.goto_prev that should be the behaviour according to the readme. (#47) 3 years ago
rayx 0038f13c62
Workflow (#46)
* add github action and unit tests
3 years ago
ray-x 3f41ff3cd4 check gopls readiness 3 years ago
ray-x a3dd6ebcc4 spec test, allow gopls start 3 years ago
ray-x ce449c440b add lspconfig in tests 3 years ago
ray-x 1373bc3856 update ci and install gopls 3 years ago
ray-x 72e0b4e1e4 github workflow and reference spec test 3 years ago
ray-x b292c2b981 Merge branch 'master' of github.com:ray-x/navigator.lua 3 years ago
ray-x f5a1fc747b add diagnostic_virtual_text, #42 3 years ago
Beau acc0a727fe
Patch 1 (#44)
* Fix typos
3 years ago
ray-x aef51cc696 allow config codelens icon 3 years ago
ray-x 78e574cbcd codelens setup for gopls 3 years ago
ray-x 369233a758 change print info to log. codelens is not supported by lots of lsp 3 years ago
ray-x a200c1db2b Update UI for code lens 3 years ago
ray-x 58ac955777 codelens support, foldelsp 3 years ago
ray-x 48faeb69ab add autoload file 3 years ago
ray-x 51d32b26b9 Feature: Treesitter folding 3 years ago
ray-x d29ce05d16 New treesitter util helper to find node type in current line 3 years ago
ray-x 04cf51f6c8 feature: blur effect
feature: transparancy setup
3 years ago
ray-x 4f262e9909 deprecate pyls 3 years ago
ray-x 3c4838164b Update README.md 3 years ago
ray-x a1bd077939 bugfix #41 extra <cmd> in keymapping 3 years ago