From 5e209c20983bf27d78757b41e6bfa4bc4d1f87e0 Mon Sep 17 00:00:00 2001 From: BakerNet Date: Fri, 29 Mar 2024 18:19:05 -0700 Subject: [PATCH] misc --- lua/plugins/debugging.lua | 1 + lua/plugins/lsp.lua | 50 +++++++++++++++++++-------------------- lua/plugins/ui.lua | 2 +- 3 files changed, 27 insertions(+), 26 deletions(-) diff --git a/lua/plugins/debugging.lua b/lua/plugins/debugging.lua index 8143f20..2318817 100644 --- a/lua/plugins/debugging.lua +++ b/lua/plugins/debugging.lua @@ -10,6 +10,7 @@ return { dependencies = { -- Creates a beautiful debugger UI 'rcarriga/nvim-dap-ui', + 'nvim-neotest/nvim-nio', -- Installs the debug adapters for you 'williamboman/mason.nvim', diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 1c30e8f..9df3589 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -155,31 +155,31 @@ local setup_lsp = function() telemetry = { enable = false }, }, }, - pylsp = { - pylsp = { - plugins = { - -- formatter options - black = { enabled = false }, - autopep8 = { enabled = false }, - yapf = { enabled = false }, - -- linter options - ruff = { enabled = true }, - pylint = { enabled = false, executable = "pylint" }, - pyflakes = { enabled = false }, - pycodestyle = { enabled = false }, - mccabe = { enabled = false }, - flake8 = { enabled = false }, - -- type checker - pylsp_mypy = { enabled = false }, - -- auto-completion options - jedi_completion = { fuzzy = true }, - -- import sorting - isort = { enabled = true }, - -- code actions - rope_autoimport = { enabled = true }, - }, - }, - }, + -- pylsp = { + -- pylsp = { + -- plugins = { + -- -- formatter options + -- black = { enabled = false }, + -- autopep8 = { enabled = false }, + -- yapf = { enabled = false }, + -- -- linter options + -- ruff = { enabled = true }, + -- pylint = { enabled = false, executable = "pylint" }, + -- pyflakes = { enabled = false }, + -- pycodestyle = { enabled = false }, + -- mccabe = { enabled = false }, + -- flake8 = { enabled = false }, + -- -- type checker + -- pylsp_mypy = { enabled = false }, + -- -- auto-completion options + -- jedi_completion = { fuzzy = true }, + -- -- import sorting + -- isort = { enabled = true }, + -- -- code actions + -- rope_autoimport = { enabled = true }, + -- }, + -- }, + -- }, } -- Setup neovim lua configuration diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 860a6da..95418f9 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -91,7 +91,7 @@ return { -- OPTIONAL: -- `nvim-notify` is only needed, if you want to use the notification view. -- If not available, we use `mini` as the fallback - "ls-devs/nvim-notify", + "rcarriga/nvim-notify", }, config = function() require("noice").setup({