feat: big refactor.
This commit is contained in:
parent
91660e8890
commit
d0738bbf71
11 changed files with 268 additions and 26 deletions
|
|
@ -1,14 +1,12 @@
|
|||
vim.pack.add({
|
||||
-- Colorscheme
|
||||
{src = "https://github.com/ellisonleao/gruvbox.nvim"},
|
||||
{ src = "https://github.com/ellisonleao/gruvbox.nvim" },
|
||||
-- Treesitter parsers
|
||||
{src = "https://github.com/nvim-treesitter/nvim-treesitter"},
|
||||
{ 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"},
|
||||
{ src = "https://github.com/neovim/nvim-lspconfig" },
|
||||
-- Amazing neovim bundle of plugins that are super nice
|
||||
{src = "https://github.com/nvim-mini/mini.nvim"},
|
||||
{ src = "https://github.com/nvim-mini/mini.nvim" },
|
||||
-- Fix the annoying neovim+lua errors
|
||||
{src = "https://github.com/folke/lazydev.nvim"},
|
||||
{ src = "https://github.com/folke/lazydev.nvim" },
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue