diff --git a/.config/nvim/fnl/lsp.fnl b/.config/nvim/fnl/lsp.fnl index 602d5f1..9d93557 100644 --- a/.config/nvim/fnl/lsp.fnl +++ b/.config/nvim/fnl/lsp.fnl @@ -18,6 +18,10 @@ ;; (lsp.set_log_level :debug) +;; Use rounded borders for :LspInfo +(let [{: default_options} (require "lspconfig.ui.windows")] + (tset default_options :border :rounded)) + ;;; fennel-ls (let [configs (require :lspconfig.configs)] diff --git a/.local/share/nvim/site/pack/alpha/start/lspconfig b/.local/share/nvim/site/pack/alpha/start/lspconfig index 9f49f35..0c03849 160000 --- a/.local/share/nvim/site/pack/alpha/start/lspconfig +++ b/.local/share/nvim/site/pack/alpha/start/lspconfig @@ -1 +1 @@ -Subproject commit 9f49f35cf04edcf11fc23d849467d51f462be141 +Subproject commit 0c038493b37e67bed287ff99722a9ced5cdfe617