mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
removed unused merginal
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user