mirror of
https://github.com/isabelroses/nvim.git
synced 2025-04-09 13:29:34 +00:00
chore: sort nvfetcher
This commit is contained in:
parent
5c4285a357
commit
cdfd90789f
1 changed files with 16 additions and 16 deletions
|
@ -6,10 +6,6 @@ src.git = "https://github.com/goolord/alpha-nvim"
|
|||
fetch.github = "catppuccin/nvim"
|
||||
src.git = "https://github.com/catppuccin/nvim"
|
||||
|
||||
[freeze-nvim]
|
||||
fetch.github = "charm-community/freeze.nvim"
|
||||
src.git = "https://github.com/charm-community/freeze.nvim"
|
||||
|
||||
[cloak]
|
||||
fetch.github = "laytan/cloak.nvim"
|
||||
src.git = "https://github.com/laytan/cloak.nvim"
|
||||
|
@ -34,14 +30,14 @@ src.git = "https://github.com/hrsh7th/cmp-path"
|
|||
fetch.github = "saadparwaiz1/cmp_luasnip"
|
||||
src.git = "https://github.com/saadparwaiz1/cmp_luasnip"
|
||||
|
||||
[copilot-lua]
|
||||
fetch.github = "zbirenbaum/copilot.lua"
|
||||
src.git = "https://github.com/zbirenbaum/copilot.lua"
|
||||
|
||||
[copilot-cmp]
|
||||
fetch.github = "zbirenbaum/copilot-cmp"
|
||||
src.git = "https://github.com/zbirenbaum/copilot-cmp"
|
||||
|
||||
[copilot-lua]
|
||||
fetch.github = "zbirenbaum/copilot.lua"
|
||||
src.git = "https://github.com/zbirenbaum/copilot.lua"
|
||||
|
||||
[crates]
|
||||
fetch.github = "saecki/crates.nvim"
|
||||
src.git = "https://github.com/saecki/crates.nvim"
|
||||
|
@ -59,6 +55,10 @@ fetch.github = "j-hui/fidget.nvim"
|
|||
src.git = "https://github.com/j-hui/fidget.nvim"
|
||||
src.branch = "legacy"
|
||||
|
||||
[freeze-nvim]
|
||||
fetch.github = "charm-community/freeze.nvim"
|
||||
src.git = "https://github.com/charm-community/freeze.nvim"
|
||||
|
||||
[go-nvim]
|
||||
fetch.github = "ray-x/go.nvim"
|
||||
src.git = "https://github.com/ray-x/go.nvim"
|
||||
|
@ -72,6 +72,10 @@ fetch.github = "ThePrimeagen/harpoon"
|
|||
src.git = "https://github.com/ThePrimeagen/harpoon"
|
||||
src.branch = "harpoon2"
|
||||
|
||||
[indent-blankline]
|
||||
fetch.github = "lukas-reineke/indent-blankline.nvim"
|
||||
src.git = "https://github.com/lukas-reineke/indent-blankline.nvim"
|
||||
|
||||
[lazy]
|
||||
fetch.github = "folke/lazy.nvim"
|
||||
src.git = "https://github.com/folke/lazy.nvim"
|
||||
|
@ -100,10 +104,6 @@ src.git = "https://github.com/nvim-lualine/lualine.nvim"
|
|||
fetch.github = "L3MON4D3/LuaSnip"
|
||||
src.git = "https://github.com/L3MON4D3/LuaSnip"
|
||||
|
||||
[indent-blankline]
|
||||
fetch.github = "lukas-reineke/indent-blankline.nvim"
|
||||
src.git = "https://github.com/lukas-reineke/indent-blankline.nvim"
|
||||
|
||||
[neodev]
|
||||
fetch.github = "folke/neodev.nvim"
|
||||
src.git = "https://github.com/folke/neodev.nvim"
|
||||
|
@ -204,15 +204,15 @@ src.git = "https://github.com/rachartier/tiny-devicons-auto-colors.nvim"
|
|||
fetch.github = "folke/todo-comments.nvim"
|
||||
src.git = "https://github.com/folke/todo-comments.nvim"
|
||||
|
||||
[trouble]
|
||||
fetch.github = "folke/trouble.nvim"
|
||||
src.git = "https://github.com/folke/trouble.nvim"
|
||||
|
||||
[tree-sitter-nu]
|
||||
fetch.git = "https://github.com/nushell/tree-sitter-nu"
|
||||
src.git = "https://github.com/nushell/tree-sitter-nu"
|
||||
src.branch = "main"
|
||||
|
||||
[trouble]
|
||||
fetch.github = "folke/trouble.nvim"
|
||||
src.git = "https://github.com/folke/trouble.nvim"
|
||||
|
||||
[typescript-tools]
|
||||
fetch.github = "pmizio/typescript-tools.nvim"
|
||||
src.git = "https://github.com/pmizio/typescript-tools.nvim"
|
||||
|
|
Loading…
Add table
Reference in a new issue