File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ require('lazy').setup({
461
461
dependencies = {
462
462
-- Automatically install LSPs and related tools to stdpath for Neovim
463
463
{ ' williamboman/mason.nvim' , config = true }, -- NOTE: Must be loaded before dependants
464
- ' williamboman/mason-lspconfig.nvim' ,
464
+ { ' williamboman/mason-lspconfig.nvim' , version = ' 805c31 ' } ,
465
465
' WhoIsSethDaniel/mason-tool-installer.nvim' ,
466
466
467
467
-- Useful status updates for LSP.
@@ -619,7 +619,7 @@ require('lazy').setup({
619
619
-- Configure ruff_lsp.
620
620
-- See: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ruff_lsp
621
621
-- For the default config, along with instructions on how to customize the settings
622
- ruff_lsp = {
622
+ ruff = {
623
623
settings = {
624
624
-- disable organize imports since we are using isort already
625
625
organizeImports = false ,
@@ -741,7 +741,7 @@ require('lazy').setup({
741
741
lsp_format_opt = ' fallback'
742
742
end
743
743
return {
744
- timeout_ms = 500 ,
744
+ timeout_ms = 2000 , -- originally: 500
745
745
lsp_format = lsp_format_opt ,
746
746
}
747
747
end ,
You can’t perform that action at this time.
0 commit comments