Add suport for nvim's LSP

This commit is contained in:
ItsDrike 2021-12-08 23:10:05 +01:00
parent 4eee9b4398
commit 46ca9189af
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
6 changed files with 180 additions and 11 deletions

View file

@ -0,0 +1,3 @@
-- Nvim's LSP lacks rename-all functionality which plugins like Coc provide
-- this is a manual implementation of this feature
-- TODO: Actually implement this