diff options
-rw-r--r-- | fnl/plugins.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 5caf7e8..3994ba7 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -18,7 +18,7 @@ :hrsh7th/cmp-path {} ;; path completions :hrsh7th/cmp-cmdline {} ;; cmdline completions :saadparwaiz1/cmp_luasnip {} ;; snippet completions - :onsails:lspkind-nvim {} + :onsails/lspkind-nvim {} :hrsh7th/cmp-nvim-lsp {} :neovim/nvim-lspconfig {} :williamboman/nvim-lsp-installer {} @@ -49,7 +49,7 @@ :akinsho/bufferline.nvim {} :moll/vim-bbye {} - :nvim-lualine/lualine.nvim { :requires "kyazdani42/nvim-web-devicons" :opt true } + :nvim-lualine/lualine.nvim { :requires { 1 "kyazdani42/nvim-web-devicons" :opt true }} :ahmedkhalf/project.nvim {} :goolord/alpha-nvim {} :antoinemadec/FixCursorHold.nvim {} ;; This is needed to fix lsp doc highlight |