started to mess with vim
This commit is contained in:
10
.config/nvim/lua/plugins/nvim-neo-tree.lua
Normal file
10
.config/nvim/lua/plugins/nvim-neo-tree.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
branch = "v3.x",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||
"MunifTanjim/nui.nvim",
|
||||
{"3rd/image.nvim", opts = {}}, -- Optional image support in preview window: See `# Preview Mode` for more information
|
||||
}
|
||||
}
|
||||
9
.config/nvim/lua/plugins/tokyodark.lua
Normal file
9
.config/nvim/lua/plugins/tokyodark.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
return {
|
||||
"tiagovla/tokyodark.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd("colorscheme tokyodark")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user