diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-02-06 12:59:02 -0500 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-02-06 12:59:02 -0500 |
| commit | 4dbef437d707f82ca5ceffa24ea6198e966888d6 (patch) | |
| tree | 4eb97bdaa1ad0677b352d64cd9f32ad809f9233a /nvim/lua/plugins/lspzero.lua | |
| parent | 2c8403cf1c56d2e34a2c6f03bd6e9d4add8dca40 (diff) | |
refactor: use hostname to set colorscheme
Diffstat (limited to 'nvim/lua/plugins/lspzero.lua')
| -rw-r--r-- | nvim/lua/plugins/lspzero.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins/lspzero.lua b/nvim/lua/plugins/lspzero.lua index bc16001..66c4709 100644 --- a/nvim/lua/plugins/lspzero.lua +++ b/nvim/lua/plugins/lspzero.lua @@ -8,6 +8,7 @@ return { {'williamboman/mason-lspconfig.nvim'}, -- Optional -- Autocompletion + -- TODO: move dependencies {'hrsh7th/nvim-cmp'}, -- Required {'hrsh7th/cmp-nvim-lsp'}, -- Required {'L3MON4D3/LuaSnip'}, -- Required |
