altercations for mac

This commit is contained in:
talksik
2024-11-01 14:01:32 -07:00
parent 5e177cc712
commit 96263c130a
2 changed files with 28 additions and 11 deletions
+24 -10
View File
@@ -98,16 +98,30 @@ return {
end,
},
-- add in shortcuts for next and previous buffer
-- -- add in shortcuts for next and previous buffer
-- {
-- 'romgrk/barbar.nvim',
-- config = function()
-- vim.keymap.set('n', '<leader>9', function()
-- vim.cmd 'BufferPrevious'
-- end, {})
-- vim.keymap.set('n', '<leader>0', function()
-- vim.cmd 'BufferNext'
-- end, {})
-- end,
-- },
{
'romgrk/barbar.nvim',
config = function()
vim.keymap.set('n', '<leader>9', function()
vim.cmd 'BufferPrevious'
end, {})
vim.keymap.set('n', '<leader>0', function()
vim.cmd 'BufferNext'
end, {})
end,
"davidmh/mdx.nvim",
config = true,
dependencies = { "nvim-treesitter/nvim-treesitter" }
},
{
'akinsho/flutter-tools.nvim',
requires = {
'nvim-lua/plenary.nvim',
'stevearc/dressing.nvim', -- optional for vim.ui.select
},
}
}