Changes made:

- Remove commented plugin definition
- Remove copilot plugin
- Add zen-mode plugin
This commit is contained in:
Arkaprabha Chakraborty
2024-03-28 03:02:53 +05:30
parent d9d5622071
commit c84b7bb32b
2 changed files with 12 additions and 14 deletions

View File

@@ -12,6 +12,14 @@ end
vim.opt.rtp:prepend(lazypath)
local plugins = {
{
"folke/zen-mode.nvim",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
},
{ "stevearc/dressing.nvim", event = "VeryLazy" },
{ "ellisonleao/gruvbox.nvim", priority = 1000, config = true },
{ "EdenEast/nightfox.nvim" },
@@ -40,24 +48,13 @@ local plugins = {
{ "simrat39/rust-tools.nvim" },
{ "nvim-lualine/lualine.nvim" },
{ "norcalli/nvim-colorizer.lua" },
{ "github/copilot.vim" },
{
"nvim-telescope/telescope.nvim",
--tag = "0.1.2",
branch = "0.1.x",
dependencies = { "nvim-lua/plenary.nvim", { "nvim-telescope/telescope-fzf-native.nvim", build = "make" } },
},
--{
-- "nvim-neo-tree/neo-tree.nvim",
-- branch = "v3.x",
-- dependencies = {
-- "nvim-lua/plenary.nvim",
-- "nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
-- "MunifTanjim/nui.nvim",
-- -- "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
-- },
--},
{
{
{
"akinsho/toggleterm.nvim",
version = "*",