all repos

init.lua @ df4acf2

my nvim config
2 files changed, 0 insertions(+), 9 deletions(-)
remove all python stuff
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-09-17 22:25:45 +0300
Parent: b7c1cda
M lua/plugins/lsp/null-ls.lua

@@ -8,8 +8,6 @@ on_attach = require("plugins.lsp.attach").null_ls,

sources = { formatting.stylua, diagnostic.selene, - formatting.black.with { extra_args = { "--fast" } }, - diagnostic.flake8, diagnostic.golangci_lint, formatting.gofumpt, formatting.goimports,
M lua/plugins/lsp/servers.lua

@@ -44,13 +44,6 @@ },

}, }, }, - pyright = { - python = { - disableOrganizeImports = true, - autoSearchPaths = true, - analysis = { useLibraryCodeForTypes = false }, - }, - }, yamlls = { settings = { yaml = {