feat: setup mini.pick, oil.nvim and lazydev.nvim
This commit is contained in:
parent
3a99d36890
commit
d0ab90518d
6 changed files with 28 additions and 0 deletions
|
|
@ -1,5 +1,14 @@
|
|||
vim.pack.add({
|
||||
-- Colorscheme
|
||||
{src = "https://github.com/ellisonleao/gruvbox.nvim"},
|
||||
-- Treesitter parsers
|
||||
{src = "https://github.com/nvim-treesitter/nvim-treesitter"},
|
||||
-- Preconfigured lsp's
|
||||
{src = "https://github.com/neovim/nvim-lspconfig"},
|
||||
-- Nice file manager
|
||||
{src = "https://github.com/stevearc/oil.nvim"},
|
||||
-- Amazing neovim bundle of plugins that are super nice
|
||||
{src = "https://github.com/nvim-mini/mini.nvim"},
|
||||
-- Fix the annoying neovim+lua errors
|
||||
{src = "https://github.com/folke/lazydev.nvim"},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue