diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-09-18 11:10:02 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-09-18 11:10:02 +0000 |
commit | 7fe37e1e6554d0818219585e7c7391a28a81225c (patch) | |
tree | 17388cfb34375e2197efaa63435a95e030c91577 /.config/nvim/lua/plugins.lua | |
parent | 81edb50ba26538841c86a0d7e66f458bbbae1a0a (diff) | |
download | dotfiles-7fe37e1e6554d0818219585e7c7391a28a81225c.tar dotfiles-7fe37e1e6554d0818219585e7c7391a28a81225c.tar.gz dotfiles-7fe37e1e6554d0818219585e7c7391a28a81225c.tar.bz2 dotfiles-7fe37e1e6554d0818219585e7c7391a28a81225c.tar.lz dotfiles-7fe37e1e6554d0818219585e7c7391a28a81225c.tar.xz dotfiles-7fe37e1e6554d0818219585e7c7391a28a81225c.tar.zst dotfiles-7fe37e1e6554d0818219585e7c7391a28a81225c.zip |
Neovim config updates
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r-- | .config/nvim/lua/plugins.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 217a098..8ea0f91 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -53,13 +53,15 @@ local PKGS = { { url = "https://github.com/onsails/lspkind.nvim.git" }; { url = "https://github.com/folke/trouble.nvim.git" }; { url = "https://github.com/folke/lsp-colors.nvim.git" }; - { url = "https://github.com/nanotee/sqls.nvim.git"}; + { url = "https://github.com/nanotee/sqls.nvim.git" }; + { url = "https://github.com/lvimuser/lsp-inlayhints.nvim.git" }; -- Dev container { url = "https://codeberg.org/esensar/nvim-dev-container.git" }; -- Games { url = "https://github.com/alec-gibson/nvim-tetris.git" }; + { url = "https://github.com/seandewar/nvimesweeper.git" }; } local function clone_paq() |