From 3c83308ebeedf5ee6634079a029861e151b97426 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 22 Dec 2022 22:15:48 +0100 Subject: Replace black, flake8, and pyright with ruff --- fnl/config/lsp/mason-lspconfig.fnl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'fnl/config/lsp/mason-lspconfig.fnl') diff --git a/fnl/config/lsp/mason-lspconfig.fnl b/fnl/config/lsp/mason-lspconfig.fnl index 1ac5dde..8aeaff1 100644 --- a/fnl/config/lsp/mason-lspconfig.fnl +++ b/fnl/config/lsp/mason-lspconfig.fnl @@ -8,7 +8,6 @@ :hls :html :jsonls - :pyright :rust_analyzer :sqls :sumneko_lua @@ -31,10 +30,6 @@ (let [sumneko-lua (require :config.lsp.settings.sumneko-lua)] (vim.tbl_deep_extend :force sumneko-lua.opts (handler-opts)))) -(defn- pyright-opts [] - (let [pyright (require :config.lsp.settings.pyright)] - (vim.tbl_deep_extend :force pyright.opts (handler-opts)))) - (defn- rust-opts [] (let [rust (require :config.lsp.settings.rust)] (vim.tbl_deep_extend :force rust.opts (handler-opts)))) @@ -42,7 +37,6 @@ (defn- get-server-opts [server] (match server :jsonls (jsonls-opts) - :pyright (pyright-opts) :sumneko_lua (sumneko-lua-opts) :rust_analyzer (rust-opts) _ (handler-opts))) -- cgit v1.2.3-70-g09d2