update

Ryan Gibb bc65f3de 19c9b211

Changed files
+1 -1
home
nvim
+1 -1
home/nvim/lsp.lua
···
local lspconfig = require('lspconfig')
-- Enable some language servers with the additional completion capabilities offered by nvim-cmp
-
local servers = { 'nixd', 'ocamllsp', 'clangd', 'rust_analyzer', 'pyright', 'gopls', 'typst_lsp' }
for _, lsp in ipairs(servers) do
lspconfig[lsp].setup {
on_attach = On_attach,
···
local lspconfig = require('lspconfig')
-- Enable some language servers with the additional completion capabilities offered by nvim-cmp
+
local servers = { 'nixd', 'ocamllsp', 'clangd', 'rust_analyzer', 'pyright', 'gopls', 'typst_lsp', 'hls' }
for _, lsp in ipairs(servers) do
lspconfig[lsp].setup {
on_attach = On_attach,