mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add more comments
- Moooooreeee!
This commit is contained in:
parent
2418031d0c
commit
4b92916fd3
|
@ -51,6 +51,7 @@ local plugin_list = {
|
||||||
{ "ryanoasis/vim-devicons" },
|
{ "ryanoasis/vim-devicons" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
-- TODO: Consider changing this to nvim-tree
|
||||||
{
|
{
|
||||||
"preservim/nerdtree", -- File tree
|
"preservim/nerdtree", -- File tree
|
||||||
config = get_plugin_file("nerdtree.lua"),
|
config = get_plugin_file("nerdtree.lua"),
|
||||||
|
@ -80,10 +81,12 @@ local plugin_list = {
|
||||||
run = function() vim.fn['firenvim#install'](0) end
|
run = function() vim.fn['firenvim#install'](0) end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"williamboman/nvim-lsp-installer", -- LSP protocol configurations, autocomplete, autoinstaller
|
"williamboman/nvim-lsp-installer", -- LSP auto-installer
|
||||||
config = get_plugin_file("lsp.lua"),
|
config = get_plugin_file("lsp.lua"),
|
||||||
requires = {
|
requires = {
|
||||||
|
-- Predefined LSP server configurations
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
|
-- Support for autocompletion
|
||||||
"hrsh7th/nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
"hrsh7th/cmp-nvim-lsp",
|
"hrsh7th/cmp-nvim-lsp",
|
||||||
"hrsh7th/cmp-buffer",
|
"hrsh7th/cmp-buffer",
|
||||||
|
|
Loading…
Reference in a new issue