chore(nvim): cleanup unused stuff

This commit is contained in:
Afonso Franco 2024-12-18 23:05:50 +00:00
parent 7bb2561224
commit 7cfba75a54
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
16 changed files with 12 additions and 505 deletions

View file

@ -41,41 +41,6 @@ return {
end
},
-- {
-- 'echasnovski/mini.files',
-- version = false,
-- opts = {
-- mappings = {
-- close = 'q',
-- go_in = '',
-- go_in_plus = 'l',
-- go_out = '<CR>',
-- go_out_plus = 'h',
-- reset = '<BS>',
-- show_help = 'g?',
-- synchronize = 's',
-- },
-- options = {
-- permanent_delete = false
-- }
-- },
-- keys = {
-- {
-- "<leader>o",
-- function()
-- require("mini.files").open(vim.api.nvim_buf_get_name(0), true)
-- end,
-- desc = "Open mini.files (Directory of the current file)"
-- },
-- {
-- "<leader>O",
-- function()
-- require("mini.files").open(vim.uv.cwd(), true)
-- end,
-- desc = "Open mini.files (cwd)"
-- }
-- }
-- },
{
'mrjones2014/smart-splits.nvim',
config = function()