Add Cattpucin theme and filetree width
This commit is contained in:
parent
2ddea28f3c
commit
a2458313ea
2 changed files with 51 additions and 2 deletions
|
|
@ -6,10 +6,14 @@ return {
|
|||
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
config = function ()
|
||||
config = function()
|
||||
-- Unless you are still migrating, remove the deprecated commands from v1.x
|
||||
vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
|
||||
|
||||
require('neo-tree').setup {}
|
||||
require('neo-tree').setup {
|
||||
window = {
|
||||
width = 24,
|
||||
}
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue