I broke up with neovim....vim is my best friend now

This commit is contained in:
LinlyBoi
2023-04-30 08:14:07 +03:00
parent 0d185449c5
commit 4a4a6b1e81
5245 changed files with 468325 additions and 25 deletions

View File

@@ -243,12 +243,12 @@ local config = {
requires = "nvim-lua/plenary.nvim",
},
["tamton-aquib/duck.nvim"] = {},
["mfussenegger/nvim-dap"] = {},
["mfussenegger/nvim-jdtls"] = {},
-- You can also add new plugins here as well:
-- Add plugins, the packer syntax without the "use"
-- { "andweeb/presence.nvim" },
{ "meatballs/notebook.nvim" },
{ 'dccsillag/magma-nvim', run = ':UpdateRemotePlugins' },
-- {
-- "ray-x/lsp_signature.nvim",
-- event = "BufRead",
@@ -386,7 +386,6 @@ local config = {
-- },
-- }
end,
require('notebook')
}
return config