Add more comments

- Moooooreeee!
This commit is contained in:
ItsDrike 2021-12-10 00:55:40 +01:00
parent 2418031d0c
commit 4b92916fd3
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -51,6 +51,7 @@ local plugin_list = {
{ "ryanoasis/vim-devicons" },
},
},
-- TODO: Consider changing this to nvim-tree
{
"preservim/nerdtree", -- File tree
config = get_plugin_file("nerdtree.lua"),
@ -80,10 +81,12 @@ local plugin_list = {
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"),
requires = {
-- Predefined LSP server configurations
"neovim/nvim-lspconfig",
-- Support for autocompletion
"hrsh7th/nvim-cmp",
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",