1
0
Fork 0
dotfiles/home/programs/nvim/plugins.yaml

66 lines
1.7 KiB
YAML
Raw Normal View History

2022-02-14 14:22:40 +00:00
# Utils
- src: nvim-lua/popup.nvim
- src: nvim-lua/plenary.nvim
2022-05-31 13:46:32 +00:00
- src: kyazdani42/nvim-web-devicons
2023-07-14 19:07:55 +00:00
- src: willothy/wezterm.nvim
2023-11-29 14:52:16 +00:00
- src: romainl/vim-cool
2022-02-14 14:22:40 +00:00
# Keybindings
- src: gbprod/yanky.nvim
- src: gbprod/cutlass.nvim
- src: gbprod/substitute.nvim
2023-11-29 14:52:16 +00:00
- src: hinell/move.nvim
2022-02-14 14:22:40 +00:00
# Themes
- src: Mofiqul/dracula.nvim
# Syntax
2022-08-27 17:02:39 +00:00
- src: nvim-treesitter/nvim-treesitter
2023-07-31 08:31:27 +00:00
- src: NoahTheDuke/vim-just
2023-07-16 22:17:50 +00:00
- src: HiPhish/rainbow-delimiters.nvim
2023-11-29 14:52:16 +00:00
- src: folke/todo-comments.nvim
2022-02-14 14:22:40 +00:00
- src: nvim-treesitter/playground
# Telescope
- src: nvim-telescope/telescope.nvim
2022-10-26 14:10:57 +00:00
- src: nvim-telescope/telescope-fzf-native.nvim
2022-02-14 14:22:40 +00:00
buildPhase: |-
2022-10-26 14:10:57 +00:00
make
2022-06-05 20:50:28 +00:00
- src: ahmedkhalf/project.nvim
2022-03-17 09:33:08 +00:00
- src: nvim-telescope/telescope-ui-select.nvim
2022-12-20 19:26:57 +00:00
- src: debugloop/telescope-undo.nvim
# LSP
2022-02-14 14:22:40 +00:00
- src: neovim/nvim-lspconfig
2022-11-27 16:12:49 +00:00
- src: mfussenegger/nvim-jdtls
2023-11-28 16:09:38 +00:00
- src: b0o/schemastore.nvim
2023-10-31 20:24:26 +00:00
- src: onsails/lspkind.nvim
- src: SmiteshP/nvim-navic
2022-05-31 13:46:32 +00:00
- src: RRethy/vim-illuminate
# Linter
- src: mfussenegger/nvim-lint
2023-10-31 20:24:26 +00:00
# Comments
- src: numtostr/comment.nvim
# Snippets
- src: L3MON4D3/LuaSnip
# cmp
- src: hrsh7th/nvim-cmp
- src: hrsh7th/cmp-nvim-lsp
- src: saadparwaiz1/cmp_luasnip
2023-11-21 21:02:44 +00:00
- src: FelipeLema/cmp-async-path
2023-10-31 20:24:26 +00:00
- src: hrsh7th/cmp-buffer
- src: hrsh7th/cmp-cmdline
- src: hrsh7th/cmp-nvim-lsp-document-symbol
2022-05-31 13:46:32 +00:00
# Formatting
2023-10-09 13:05:57 +00:00
- src: stevearc/conform.nvim
2022-02-14 14:22:40 +00:00
# Pairs
2023-10-31 20:24:26 +00:00
- src: windwp/nvim-autopairs
2022-05-25 18:19:11 +00:00
- src: andymass/vim-matchup
2023-10-31 20:24:26 +00:00
# Textobjects
2023-12-12 19:05:42 +00:00
- src: nvim-treesitter/nvim-treesitter-textobjects
2023-10-31 20:24:26 +00:00
- src: kylechui/nvim-surround
2022-02-14 14:22:40 +00:00
# UI
2023-11-20 20:59:18 +00:00
- src: stevearc/oil.nvim
2022-05-25 18:19:11 +00:00
- src: rebelot/heirline.nvim
2022-02-14 14:22:40 +00:00
- src: lukas-reineke/indent-blankline.nvim
- src: lukas-reineke/virt-column.nvim
2022-04-27 20:16:36 +00:00
- src: axieax/urlview.nvim
2022-02-14 14:22:40 +00:00
- src: lewis6991/gitsigns.nvim
2023-11-14 20:47:20 +00:00
- src: j-hui/fidget.nvim
2023-11-29 14:52:16 +00:00
- src: folke/which-key.nvim