+1
-1
home/nvim/lsp.lua
+1
-1
home/nvim/lsp.lua
···-- Enable some language servers with the additional completion capabilities offered by nvim-cmp-local servers = { 'nixd', 'ocamllsp', 'clangd', 'rust_analyzer', 'pyright', 'gopls', 'typst_lsp' }+local servers = { 'nixd', 'ocamllsp', 'clangd', 'rust_analyzer', 'pyright', 'gopls', 'typst_lsp', 'hls' }