|
@@ -114,9 +114,6 @@ return require("packer").startup(function(use)
|
|
end,
|
|
end,
|
|
}
|
|
}
|
|
|
|
|
|
- -- Color
|
|
|
|
- use { "christianchiarulli/nvcode-color-schemes.vim", opt = true }
|
|
|
|
-
|
|
|
|
-- Icons
|
|
-- Icons
|
|
use { "kyazdani42/nvim-web-devicons" }
|
|
use { "kyazdani42/nvim-web-devicons" }
|
|
|
|
|
|
@@ -150,6 +147,7 @@ return require("packer").startup(function(use)
|
|
disable = not O.plugin.dashboard.active,
|
|
disable = not O.plugin.dashboard.active,
|
|
-- opt = true,
|
|
-- opt = true,
|
|
}
|
|
}
|
|
|
|
+
|
|
-- Zen Mode
|
|
-- Zen Mode
|
|
use {
|
|
use {
|
|
"folke/zen-mode.nvim",
|
|
"folke/zen-mode.nvim",
|
|
@@ -161,16 +159,6 @@ return require("packer").startup(function(use)
|
|
disable = not O.plugin.zen.active,
|
|
disable = not O.plugin.zen.active,
|
|
}
|
|
}
|
|
|
|
|
|
- use {
|
|
|
|
- "norcalli/nvim-colorizer.lua",
|
|
|
|
- event = "BufWinEnter",
|
|
|
|
- config = function()
|
|
|
|
- require "lv-colorizer"
|
|
|
|
- -- vim.cmd "ColorizerReloadAllBuffers"
|
|
|
|
- end,
|
|
|
|
- disable = not O.plugin.colorizer.active,
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-- Treesitter playground
|
|
-- Treesitter playground
|
|
use {
|
|
use {
|
|
"nvim-treesitter/playground",
|
|
"nvim-treesitter/playground",
|
|
@@ -205,19 +193,6 @@ return require("packer").startup(function(use)
|
|
disable = not O.plugin.ts_context_commentstring.active,
|
|
disable = not O.plugin.ts_context_commentstring.active,
|
|
}
|
|
}
|
|
|
|
|
|
- -- Symbol Outline
|
|
|
|
- use {
|
|
|
|
- "simrat39/symbols-outline.nvim",
|
|
|
|
- cmd = "SymbolsOutline",
|
|
|
|
- disable = not O.plugin.symbol_outline.active,
|
|
|
|
- }
|
|
|
|
- -- diagnostics
|
|
|
|
- use {
|
|
|
|
- "folke/trouble.nvim",
|
|
|
|
- cmd = "TroubleToggle",
|
|
|
|
- disable = not O.plugin.trouble.active,
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-- Debugging
|
|
-- Debugging
|
|
use {
|
|
use {
|
|
"mfussenegger/nvim-dap",
|
|
"mfussenegger/nvim-dap",
|
|
@@ -247,20 +222,13 @@ return require("packer").startup(function(use)
|
|
-- Use project for telescope
|
|
-- Use project for telescope
|
|
use {
|
|
use {
|
|
"nvim-telescope/telescope-project.nvim",
|
|
"nvim-telescope/telescope-project.nvim",
|
|
- event = "BufRead",
|
|
|
|
|
|
+ event = "BufWinEnter",
|
|
setup = function()
|
|
setup = function()
|
|
vim.cmd [[packadd telescope.nvim]]
|
|
vim.cmd [[packadd telescope.nvim]]
|
|
end,
|
|
end,
|
|
disable = not O.plugin.telescope_project.active,
|
|
disable = not O.plugin.telescope_project.active,
|
|
}
|
|
}
|
|
|
|
|
|
- -- Sane gx for netrw_gx bug
|
|
|
|
- use {
|
|
|
|
- "felipec/vim-sanegx",
|
|
|
|
- event = "BufRead",
|
|
|
|
- disable = not O.plugin.sanegx.active,
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-- Diffview
|
|
-- Diffview
|
|
use {
|
|
use {
|
|
"sindrets/diffview.nvim",
|
|
"sindrets/diffview.nvim",
|