initial commit for dev-env
This commit is contained in:
parent
9171060e62
commit
a97049a1d1
26 changed files with 153 additions and 478 deletions
22
lua/pika/plugins/neo-tree.lua
Normal file
22
lua/pika/plugins/neo-tree.lua
Normal file
|
@ -0,0 +1,22 @@
|
|||
return {
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
window = {
|
||||
mappings = {
|
||||
["l"] = "open",
|
||||
["o"] = "open",
|
||||
["h"] = "close_node",
|
||||
["C-v"] = "open_split",
|
||||
},
|
||||
},
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue