pull/2/head
Alpha Chen 2 years ago
parent fb1de6d774
commit 31220ea1e5
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -1,6 +1,8 @@
(local lspconfig (require :lspconfig))
(local {: lsp} vim)
;; (lsp.set_log_level :debug)
;;; fennel-ls
(let [configs (require :lspconfig.configs)]
@ -13,8 +15,6 @@
(let [{: fennel-ls} lspconfig]
(fennel-ls.setup (vim.lsp.protocol.make_client_capabilities)))
;; (lsp.set_log_level :debug)
;; default hover windows to have borders
(let [{: hover} lsp.handlers]
(tset lsp.handlers :textDocument/hover (lsp.with hover {:border :rounded}))

Loading…
Cancel
Save