Add harper_ls

This commit is contained in:
Christopher Williams
2026-06-05 15:49:41 -04:00
parent 63c4fcc16c
commit bc5977fbea
3 changed files with 12 additions and 7 deletions
+4
View File
@@ -1,3 +1,7 @@
if vim.env.TERM == 'alacritty' then
return
end
vim.schedule(function()
vim.g.clipboard = {
name = 'OSC 52',
+1
View File
@@ -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", {