diff --git a/home/common/nvim/default.nix b/home/common/nvim/default.nix index ce2f78b..152649f 100644 --- a/home/common/nvim/default.nix +++ b/home/common/nvim/default.nix @@ -30,6 +30,7 @@ go gopls gotools + harper lua-language-server nil nixd diff --git a/home/common/nvim/lsp.lua b/home/common/nvim/lsp.lua index 0123089..fc149a2 100644 --- a/home/common/nvim/lsp.lua +++ b/home/common/nvim/lsp.lua @@ -7,6 +7,13 @@ local servers = { superhtml = {}, ts_ls = {}, + harper_ls = { + filetypes = { + "asciidoc", "c", "gitcommit", "go", "html", "javascript", "just", "lua", "markdown", + "nix", "python", "ruby", "rust", "text", "toml", "typescript", "zig", + } + }, + lua_ls = { settings = { Lua = {