mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
add new plugins
This commit is contained in:
@ -4,7 +4,7 @@ local plugins = {
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
config = function()
|
||||
require "configs.conform"
|
||||
require("configs.conform")
|
||||
end,
|
||||
},
|
||||
{
|
||||
@ -67,6 +67,26 @@ local plugins = {
|
||||
"wakatime/vim-wakatime",
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
event = "BufReadPost",
|
||||
},
|
||||
{
|
||||
"Wansmer/treesj",
|
||||
cmd = { "TSJToggle" },
|
||||
},
|
||||
{
|
||||
"simrat39/symbols-outline.nvim",
|
||||
cmd = "SymbolsOutline",
|
||||
config = true,
|
||||
},
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
cmd = { "Trouble", "TroubleToggle", "TodoTrouble" },
|
||||
dependencies = {
|
||||
"folke/todo-comments.nvim",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
return plugins
|
||||
|
Reference in New Issue
Block a user