wip
This commit is contained in:
parent
25790de5b4
commit
89322b376a
3 changed files with 24 additions and 2 deletions
7
lua/pika/plugins/custom.lua
Normal file
7
lua/pika/plugins/custom.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
dir = "~/.config/nvim/lua/pika/plugins/custom/terminals.nvim",
|
||||
opts = {
|
||||
visible_lines = 3,
|
||||
},
|
||||
vim.keymap.set("n", "<leader>td", ""),
|
||||
}
|
|
@ -171,6 +171,7 @@ return {
|
|||
-- char = "│",
|
||||
-- tab_char = "│",
|
||||
},
|
||||
scope = { enabled = true },
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue