Add harper_ls
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
if vim.env.TERM == 'alacritty' then
|
||||
return
|
||||
end
|
||||
|
||||
vim.schedule(function()
|
||||
vim.g.clipboard = {
|
||||
name = 'OSC 52',
|
||||
|
||||
@@ -8,6 +8,7 @@ local M = {
|
||||
vim.lsp.enable("sqls")
|
||||
vim.lsp.enable("ty")
|
||||
vim.lsp.enable("svelte")
|
||||
vim.lsp.enable("harper_ls")
|
||||
|
||||
-- Setup gopls with inlay hints
|
||||
vim.lsp.config("gopls", {
|
||||
|
||||
Reference in New Issue
Block a user