mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 09:35:26 +02:00
trying to get react commenting to work
This commit is contained in:
parent
cd05394d91
commit
570d317285
7 changed files with 72 additions and 349 deletions
|
@ -4,7 +4,7 @@
|
|||
-- local capabilities = vim.lsp.protocol.make_client_capabilities()
|
||||
-- capabilities.textDocument.completion.completionItem.snippetSupport = true;
|
||||
local on_attach_common = function(client)
|
||||
print("LSP Initialized")
|
||||
--print("LSP Initialized")
|
||||
-- require'completion'.on_attach(client)
|
||||
require'illuminate'.on_attach(client)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue