removed unused merginal

This commit is contained in:
Radu Macocian
2025-10-08 10:43:50 +02:00
parent 6b60d7b159
commit 44ce50faf1
8 changed files with 54 additions and 17 deletions

View File

@@ -29,15 +29,22 @@ require("lazy").setup({
end
},
'macocianradu/odoo-neovim',
{
dir = '/home/odoo/Projects/odoo-neovim',
lazy = false,
},
--{
-- 'macocianradu/odoo-neovim',
-- branch = "Nvim_Plugin",
--},
'nvim-treesitter/nvim-treesitter',
'theprimeagen/harpoon',
'mbbill/undotree',
'tpope/vim-surround',
'nvim-telescope/telescope-ui-select.nvim',
'idanarye/vim-merginal',
'sphamba/smear-cursor.nvim',
'williamboman/mason.nvim',
'tpope/vim-projectionist',
'williamboman/mason-lspconfig.nvim',
{
"NeogitOrg/neogit",
@@ -56,12 +63,13 @@ require("lazy").setup({
'hrsh7th/nvim-cmp',
'L3MON4D3/LuaSnip',
{
'mfussenegger/nvim-dap',
'mfussenegger/nvim-dap-python',
dependencies = {
'mfussenegger/nvim-dap-python',
'mfussenegger/nvim-dap',
'rcarriga/nvim-dap-ui',
'nvim-neotest/nvim-nio'
}
},
build = false,
}
},
-- Configure any other settings here. See the documentation for more details.

View File

@@ -39,3 +39,5 @@ vim.keymap.set("n", "<leader>j", "<cmd>lprev<CR>zz")
vim.keymap.set("n", "<leader>s", [[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gi<Left><Left><Left>]])
vim.keymap.set("n", "<leader>x", "<cmd>!chmod _x %<CR>", { silent = true})
vim.keymap.set('n', '<leader>;', ':A<CR>', { desc = 'Alternate file' })