diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-10 23:42:45 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-10 23:42:45 +0200 |
commit | 4c7fab72da35ef7a27da0818ae8fc9d952180971 (patch) | |
tree | 496f512a03343918ae4133cd1793c0d80f3694b3 /fnl | |
parent | fe73b42ee804bce78e09d419d4996703644702d2 (diff) |
fix(plugins): typos
Diffstat (limited to 'fnl')
-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 |