all repos

init.lua @ 622e8df9534a4b8f0fecc364adbad8bd542bde2d

my nvim config
3 files changed, 0 insertions(+), 21 deletions(-)
refactor: some cleaning up
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-02-28 23:09:53 +0200
Parent: 47a1beb
M lua/plugins/core.lua

@@ -34,7 +34,6 @@ "^\\.git$",

"package.json", "go.mod", "go.work", - "pyproject.toml", "Cargo.toml", "deps.edn", },
M lua/plugins/lsp/null-ls.lua

@@ -12,7 +12,5 @@ formatting.gofumpt,

formatting.goimports, formatting.golines, formatting.prettierd, - diagnostic.shellcheck, - formatting.shfmt, }, }
M lua/plugins/mini.lua

@@ -25,22 +25,4 @@ keys = {

{ "gS", mode = { "n", "v" } }, }, }, - { - "echasnovski/mini.files", - event = "VeryLazy", - init = function() - vim.api.nvim_create_user_command("MiniFiles", function() - -- selene: allow(undefined_variable) - MiniFiles.open() - end, {}) - end, - opts = { - mappings = { - synchronize = "<leader>w", - }, - options = { - permanent_delete = false, - }, - }, - }, }