diff options
author | Chris <[email protected]> | 2021-03-27 01:03:58 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-27 01:03:58 -0400 |
commit | 373ce124227c6ec4490f25718c221ff27a06989d (patch) | |
tree | 1aacd94a8d3bf89e0e270ef0fc2fa19a271fbf05 /init.lua | |
parent | 7d9905533305ac3bcc977cd194e3a2144af9a340 (diff) |
improvements
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,4 +58,5 @@ require('lsp.html-ls') require('lsp.efm-general-ls') require('lsp.virtual_text') +-- vim.lsp.callbacks["textDocument/publishDiagnostics"] = function() end -- vim.lsp.handlers["textDocument/publishDiagnostics"] = nil |