New Taskbar, Window Manager & Neovim config

This commit is contained in:
2024-06-04 23:04:34 +02:00
parent 5535757e4f
commit 7158963529
42 changed files with 2501 additions and 1956 deletions

View File

@@ -24,7 +24,7 @@ return {
mason_tool_installer.setup({
ensure_installed = {
"mypy",
"ruff",
"ruff_lsp",
"black",
"clang-format",
"stylua",

View File

@@ -2,6 +2,7 @@ return {
"nvimtools/none-ls.nvim",
dependencies = {
"jay-babu/mason-null-ls.nvim",
"nvimtools/none-ls-extras.nvim",
},
config = function()
local mason_null_ls = require("mason-null-ls")
@@ -25,7 +26,7 @@ return {
return { "--python-executable", virtual .. "/bin/python3" }
end,
}),
diagnostics.ruff,
-- diagnostics.ruff_lsp,
diagnostics.vale,
},
on_attach = function(current_client, bufnr)