mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
update zsh, vscode, lvim
This commit is contained in:
parent
846f37457c
commit
2feea5ce1e
5 changed files with 27 additions and 9 deletions
|
|
@ -3,10 +3,18 @@ lvim.plugins = {
|
|||
{ "folke/trouble.nvim", cmd = "TroubleToggle" },
|
||||
{
|
||||
"theHamsta/nvim-dap-virtual-text",
|
||||
after = "nvim-dap",
|
||||
config = function()
|
||||
require("plug.dap").setup()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"kristijanhusak/orgmode.nvim",
|
||||
ft = "org",
|
||||
config = function()
|
||||
require"orgmode".setup {}
|
||||
end,
|
||||
},
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
event = "BufRead",
|
||||
|
|
@ -33,7 +41,7 @@ lvim.plugins = {
|
|||
"Smirnov-O/ts-unit.nvim",
|
||||
keys = { "vip", "cip", "yip", "dip" },
|
||||
config = function()
|
||||
require("plug.ts-unit").setup()
|
||||
require("plug.ts-unit").setup { keymaps = true }
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue