First set of plugins

* telescope
* colorscheme
* neotree
* lualine
* treesitter (seems to be broken)
This commit is contained in:
William McVicar
2024-01-05 00:43:09 +01:00
parent 67ce40e767
commit b1c702054c
8 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons",
"MunifTanjim/nui.nvim",
},
config = function()
vim.keymap.set('n', '<leader>p', ':Neotree filesystem reveal left<CR>', {})
end
}