feat various: fzf, formatting, dependencies script
This commit is contained in:
+8
-7
@@ -1,9 +1,10 @@
|
||||
vim.pack.add({
|
||||
{ src = "https://github.com/catppuccin/nvim", name = "catppuccin" },
|
||||
{ src = "https://github.com/neogitorg/neogit", name = "neogit" },
|
||||
{ src = "https://github.com/stevearc/oil.nvim", name = "oil.nvim" },
|
||||
{ src = "https://github.com/nvim-tree/nvim-web-devicons", name = "web-dev-devicons" },
|
||||
{ src = "https://github.com/windwp/nvim-autopairs", name = "nvim-autopairs" },
|
||||
{ src = "https://github.com/ibhagwan/fzf-lua", name = "fzf-lua" },
|
||||
{ src = "https://github.com/lukas-reineke/indent-blankline.nvim", name = "indent-blankline.nvim" },
|
||||
{ src = "https://github.com/catppuccin/nvim", name = "catppuccin" },
|
||||
{ src = "https://github.com/neogitorg/neogit", name = "neogit" },
|
||||
{ src = "https://github.com/stevearc/oil.nvim", name = "oil.nvim" },
|
||||
{ src = "https://github.com/nvim-tree/nvim-web-devicons", name = "web-dev-devicons" },
|
||||
{ src = "https://github.com/windwp/nvim-autopairs", name = "nvim-autopairs" },
|
||||
{ src = "https://github.com/ibhagwan/fzf-lua", name = "fzf-lua" },
|
||||
{ src = "https://github.com/lukas-reineke/indent-blankline.nvim", name = "indent-blankline.nvim" },
|
||||
{ src = "https://github.com/stevearc/conform.nvim", name = "conform.nvim" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user