mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 08:08:00 +00:00
[neovim] Move plenary to the top of plugins just for visual reference
This commit is contained in:
parent
299418f1d7
commit
1ffb91a650
@ -1,4 +1,4 @@
|
||||
pygments_style native
|
||||
pygments_style nord
|
||||
|
||||
background #222436
|
||||
|
||||
@ -13,8 +13,8 @@ hunk_bg #222436
|
||||
added_bg #273849
|
||||
removed_bg #3A273A
|
||||
|
||||
highlight_added_bg #273849
|
||||
highlight_removed_bg #3A273A
|
||||
highlight_added_bg #305F6F
|
||||
highlight_removed_bg #6B2E43
|
||||
|
||||
margin_bg #222436
|
||||
added_margin_bg #273849
|
||||
|
@ -44,6 +44,7 @@ lazy.setup({
|
||||
},
|
||||
|
||||
-- Plugins
|
||||
{ "lewis6991/impatient.nvim", lazy = false, priority = 990 },
|
||||
{ "nvim-lua/plenary.nvim" },
|
||||
{ "windwp/nvim-autopairs" },
|
||||
{ "numToStr/Comment.nvim", version = "v0.*" },
|
||||
@ -52,7 +53,6 @@ lazy.setup({
|
||||
{ "akinsho/bufferline.nvim", version = "v3.*" },
|
||||
{ "moll/vim-bbye" },
|
||||
{ "nvim-lualine/lualine.nvim" },
|
||||
{ "lewis6991/impatient.nvim", lazy = false, priority = 1000 },
|
||||
{ "lukas-reineke/indent-blankline.nvim", version = "v2.*" },
|
||||
{ "nvim-zh/auto-save.nvim" },
|
||||
{ "gelguy/wilder.nvim" },
|
||||
|
Loading…
Reference in New Issue
Block a user