LunarVim/lua/lvim/lsp
Abouzar Parvan cf96211cf5
fix(peek): print error if lsp is unable to get file contents (#2379)
* fix(peek): print error if lsp is unable to get file contents

* fix(peek): replace print with vim.notify
2022-03-22 19:47:19 +04:30
..
null-ls fix(null-ls): avoid sending invalid opts.args (#2154) 2022-01-08 14:24:05 +01:00
providers feat: use schemastore.nvim to provide extended json schema support (#2239) 2022-02-03 11:25:25 +03:30
config.lua chore(plugins): last manual plugin update (#2347) 2022-03-12 14:02:51 +03:30
handlers.lua refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093) 2021-12-23 10:33:20 +01:00
init.lua feat: enable nlsp-settings schemas (#2322) 2022-03-04 15:41:03 +03:30
manager.lua refactor: more consistent autocmds (#2133) 2022-01-03 11:06:45 +01:00
peek.lua fix(peek): print error if lsp is unable to get file contents (#2379) 2022-03-22 19:47:19 +04:30
templates.lua fix(lsp): no need to stop clients on LvimReload (#2160) 2022-01-10 15:48:05 +01:00
utils.lua feat(info): display overridden servers for filetype (#2155) 2022-01-08 14:36:56 +01:00