Compare commits
No commits in common. "013cdcb45edfb99b506165eb47b8b052edd4adb6" and "d0738bbf71b41b9394846cf9de96bbceeda7eebd" have entirely different histories.
013cdcb45e
...
d0738bbf71
2 changed files with 12 additions and 2 deletions
|
|
@ -7,4 +7,6 @@ vim.pack.add({
|
||||||
{ src = "https://github.com/neovim/nvim-lspconfig" },
|
{ src = "https://github.com/neovim/nvim-lspconfig" },
|
||||||
-- Amazing neovim bundle of plugins that are super nice
|
-- 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" },
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -4,17 +4,25 @@
|
||||||
"rev": "5e0a460",
|
"rev": "5e0a460",
|
||||||
"src": "https://github.com/ellisonleao/gruvbox.nvim"
|
"src": "https://github.com/ellisonleao/gruvbox.nvim"
|
||||||
},
|
},
|
||||||
|
"lazydev.nvim": {
|
||||||
|
"rev": "e28ce52",
|
||||||
|
"src": "https://github.com/folke/lazydev.nvim"
|
||||||
|
},
|
||||||
"mini.nvim": {
|
"mini.nvim": {
|
||||||
"rev": "cf32454",
|
"rev": "14145d3",
|
||||||
"src": "https://github.com/nvim-mini/mini.nvim"
|
"src": "https://github.com/nvim-mini/mini.nvim"
|
||||||
},
|
},
|
||||||
"nvim-lspconfig": {
|
"nvim-lspconfig": {
|
||||||
"rev": "e5c61b0",
|
"rev": "ac98db2",
|
||||||
"src": "https://github.com/neovim/nvim-lspconfig"
|
"src": "https://github.com/neovim/nvim-lspconfig"
|
||||||
},
|
},
|
||||||
"nvim-treesitter": {
|
"nvim-treesitter": {
|
||||||
"rev": "42fc28ba",
|
"rev": "42fc28ba",
|
||||||
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
|
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
|
||||||
|
},
|
||||||
|
"oil.nvim": {
|
||||||
|
"rev": "7e1cd77",
|
||||||
|
"src": "https://github.com/stevearc/oil.nvim"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue