mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 12:48:01 +00:00
[neovim] Update plugins
This commit is contained in:
parent
4bedf29a2d
commit
f4209afb2a
@ -42,10 +42,10 @@ return packer.startup(function(use)
|
||||
use({ "windwp/nvim-autopairs", commit = "5d75276fce887c0cf433bb1b9867717907211063" })
|
||||
use({ "numToStr/Comment.nvim", tag = "v0.*" })
|
||||
use({ "JoosepAlviste/nvim-ts-context-commentstring", commit = "32d9627123321db65a4f158b72b757bcaef1a3f4" })
|
||||
use({ "kyazdani42/nvim-web-devicons", commit = "3b1b794bc17b7ac3df3ae471f1c18f18d1a0f958" })
|
||||
use({ "kyazdani42/nvim-web-devicons", commit = "189ad3790d57c548896a78522fd8b0d0fc11be31" })
|
||||
use({ "akinsho/bufferline.nvim", tag = "v3.*" })
|
||||
use({ "moll/vim-bbye", commit = "25ef93ac5a87526111f43e5110675032dbcacf56" })
|
||||
use({ "nvim-lualine/lualine.nvim", commit = "3325d5d43a7a2bc9baeef2b7e58e1d915278beaf" })
|
||||
use({ "nvim-lualine/lualine.nvim", commit = "b6314ac556098d7abea9bb8cf896d2e3500eca41" })
|
||||
use({ "lewis6991/impatient.nvim", commit = "d3dd30ff0b811756e735eb9020609fa315bfbbcc" })
|
||||
use({ "lukas-reineke/indent-blankline.nvim", tag = "v2.*" })
|
||||
use({ "nvim-zh/auto-save.nvim", commit = "4b59610e1318f8a89501cee9d47a0e8650f0a4d5" })
|
||||
@ -53,7 +53,7 @@ return packer.startup(function(use)
|
||||
use({ "romgrk/fzy-lua-native", commit = "085c7d262aa35cc55a8523e8c1618d398bf717a7", run = "make" })
|
||||
use({ "mg979/vim-visual-multi", tag = "v0.*" })
|
||||
use({ "Shatur/neovim-session-manager", commit = "24ceb4bfe666ca74f52ed3821a9f778c6324a84b" })
|
||||
use({ "nvim-treesitter/nvim-treesitter", commit = "1b3f93dcb90e1c282fe9259e5a15f34d504fd5a1" })
|
||||
use({ "nvim-treesitter/nvim-treesitter", commit = "e973a5cbb2b87bcacbb390365527652aa0256bb3" })
|
||||
use({ "ray-x/sad.nvim", commit = "01b7d84f4f73c8963f5933f09e88c833757bc7d8" })
|
||||
use({
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
@ -66,7 +66,7 @@ return packer.startup(function(use)
|
||||
use({ "folke/tokyonight.nvim", commit = "62b4e89ea1766baa3b5343ca77d62c817f5f48d0" })
|
||||
|
||||
-- cmp plugins
|
||||
use({ "hrsh7th/nvim-cmp", commit = "431f0459681724c97e58899272b6acf5ff039cba" })
|
||||
use({ "hrsh7th/nvim-cmp", commit = "93f385c17611039f3cc35e1399f1c0a8cf82f1fb" })
|
||||
use({ "hrsh7th/cmp-buffer", commit = "3022dbc9166796b644a841a02de8dd1cc1d311fa" })
|
||||
use({ "hrsh7th/cmp-path", commit = "91ff86cd9c29299a64f968ebb45846c485725f23" })
|
||||
use({ "saadparwaiz1/cmp_luasnip", commit = "18095520391186d634a0045dacaa346291096566" })
|
||||
@ -74,20 +74,20 @@ return packer.startup(function(use)
|
||||
|
||||
-- Snippets
|
||||
use({ "L3MON4D3/LuaSnip", tag = "v1.*" })
|
||||
use({ "rafamadriz/friendly-snippets", commit = "ef8caa5002e53977779ce8ab18a9c393ed624386" })
|
||||
use({ "rafamadriz/friendly-snippets", commit = "03f91a18022964d80a3f0413ed82cf1dbeba247f" })
|
||||
|
||||
-- LSP
|
||||
use({ "neovim/nvim-lspconfig", commit = "d005193b6476088ff032607baca07b1bbbeb36ee" })
|
||||
use({ "williamboman/mason.nvim", commit = "2f2efa0d7b786c92c82f5a98dcbc00bba7323555" })
|
||||
use({ "neovim/nvim-lspconfig", commit = "abe6c99c7489de2c317869cf5dea57a9595a0cca" })
|
||||
use({ "williamboman/mason.nvim", commit = "bfc5997e52fe9e20642704da050c415ea1d4775f" })
|
||||
use({ "williamboman/mason-lspconfig.nvim", commit = "edf15b98cd7d7ce0f83cf7d3a968145a3f974772" })
|
||||
use({ "jose-elias-alvarez/null-ls.nvim", commit = "c51978f546a86a653f4a492b86313f4616412cec" })
|
||||
use({ "RRethy/vim-illuminate", commit = "a6d0b28ea7d6b9d139374be1f94a16bd120fcda3" })
|
||||
use({ "folke/trouble.nvim", commit = "897542f90050c3230856bc6e45de58b94c700bbf" })
|
||||
use({ "glepnir/lspsaga.nvim", commit = "85e1c00f5a6645b0571d475b4b43803377a82bf0" })
|
||||
use({ "glepnir/lspsaga.nvim", commit = "af711c8985dfced92a5883591f221ba223841f76" })
|
||||
use({ "arkav/lualine-lsp-progress", commit = "56842d097245a08d77912edf5f2a69ba29f275d7" })
|
||||
|
||||
-- Telescope
|
||||
use({ "nvim-telescope/telescope.nvim", commit = "cea9c75c19d172d2c6f089f21656019734a615cf" })
|
||||
use({ "nvim-telescope/telescope.nvim", commit = "4d77743a8ec4d19b3c47e0d04f3e88f1a933698e" })
|
||||
use({ "nvim-telescope/telescope-ui-select.nvim", commit = "62ea5e58c7bbe191297b983a9e7e89420f581369" })
|
||||
use({
|
||||
"nvim-telescope/telescope-fzf-native.nvim",
|
||||
@ -97,7 +97,7 @@ return packer.startup(function(use)
|
||||
|
||||
-- Git
|
||||
use({ "lewis6991/gitsigns.nvim", tag = "v0.*" })
|
||||
use({ "sindrets/diffview.nvim", commit = "d2d9b18bd50fa1363bd8bdf65c9678fb1af125b3" })
|
||||
use({ "sindrets/diffview.nvim", commit = "e48f04dd6fe2bcf9d481e5071335ca23ff9af12c" })
|
||||
use({ "f-person/git-blame.nvim", commit = "d3afb1c57918720548effb42edec530232436378" })
|
||||
|
||||
-- DAP
|
||||
@ -107,10 +107,10 @@ return packer.startup(function(use)
|
||||
use({ "theHamsta/nvim-dap-virtual-text", commit = "2971ce3e89b1711cc26e27f73d3f854b559a77d4" })
|
||||
|
||||
-- Go
|
||||
use({ "ray-x/go.nvim", commit = "3f4ae6284674fb49fac5dedb3cc2056c51ddfba7" })
|
||||
use({ "ray-x/go.nvim", commit = "02943e53160148f4690cbdfadffa84b833432152" })
|
||||
use({
|
||||
"ray-x/guihua.lua",
|
||||
commit = "7e171d1725e0b0a33bb1c819f9110fd8b88785b3",
|
||||
commit = "1784231d6997c2603a42049558579d0e2624f6b1",
|
||||
run = "cd lua/fzy && make",
|
||||
|
||||
config = function()
|
||||
|
@ -4,7 +4,6 @@ local servers = {
|
||||
"gopls",
|
||||
"html",
|
||||
"jsonls",
|
||||
"kotlin_language_server",
|
||||
"pyright",
|
||||
"sumneko_lua",
|
||||
"yamlls",
|
||||
|
Loading…
Reference in New Issue
Block a user