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

88 lines
1.9 KiB
YAML
Raw Normal View History

2022-02-14 14:22:40 +00:00
# Fixes
- src: lewis6991/impatient.nvim
# Utils
- src: nvim-lua/popup.nvim
- src: nvim-lua/plenary.nvim
2022-05-31 13:46:32 +00:00
- src: kyazdani42/nvim-web-devicons
2022-02-14 14:22:40 +00:00
# Keybindings
2022-08-02 20:50:56 +00:00
- src: ojroques/nvim-osc52
- src: gbprod/yanky.nvim
- src: gbprod/cutlass.nvim
- src: gbprod/substitute.nvim
2022-03-28 18:19:13 +00:00
- src: ggandor/leap.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
2022-04-05 19:57:44 +00:00
- src: p00f/nvim-ts-rainbow
2022-02-14 14:22:40 +00:00
- src: nvim-treesitter/playground
# Telescope
- src: nvim-telescope/telescope.nvim
- src: natecraddock/telescope-zf-native.nvim
2022-04-20 20:47:01 +00:00
fetchSubmodules: true
2022-02-14 14:22:40 +00:00
nativeBuildInputs:
- just
- zig
2022-02-14 14:22:40 +00:00
buildPhase: |-
just clean
XDG_CACHE_HOME=./xdg_cache just build
mv lib/libzf.so lib/libzf-osx-arm64.so
rm -rf ./xdg_cache
2022-06-05 20:50:28 +00:00
- src: ahmedkhalf/project.nvim
- src: folke/todo-comments.nvim
2022-03-17 09:33:08 +00:00
- src: nvim-telescope/telescope-ui-select.nvim
2022-04-21 16:55:35 +00:00
- src: "https://git.sr.ht/~havi/telescope-toggleterm.nvim"
2022-02-14 14:22:40 +00:00
# LSP
2022-02-14 14:22:40 +00:00
- src: neovim/nvim-lspconfig
2022-05-31 13:46:32 +00:00
- src: onsails/lspkind.nvim
- src: RRethy/vim-illuminate
# Linter
- src: mfussenegger/nvim-lint
2022-02-14 14:22:40 +00:00
2022-05-31 13:46:32 +00:00
# Comments
- src: numtostr/comment.nvim
2022-04-15 20:43:51 +00:00
# Snippets
- src: L3MON4D3/LuaSnip
2022-05-31 13:46:32 +00:00
- src: rafamadriz/friendly-snippets
2022-04-15 20:43:51 +00:00
2022-02-14 14:22:40 +00:00
# cmp
- src: hrsh7th/nvim-cmp
- src: hrsh7th/cmp-nvim-lsp
- src: hrsh7th/cmp-nvim-lsp-signature-help
2022-04-15 20:43:51 +00:00
- src: saadparwaiz1/cmp_luasnip
2022-02-14 14:22:40 +00:00
- src: hrsh7th/cmp-nvim-lua
- src: hrsh7th/cmp-path
- src: hrsh7th/cmp-buffer
- src: ray-x/cmp-treesitter
- src: hrsh7th/cmp-cmdline
- src: hrsh7th/cmp-nvim-lsp-document-symbol
2022-05-31 13:46:32 +00:00
# Formatting
- src: sbdchd/neoformat
2022-02-14 14:22:40 +00:00
# Pairs
- src: windwp/nvim-autopairs
- src: windwp/nvim-ts-autotag
2022-05-25 18:19:11 +00:00
- src: andymass/vim-matchup
2022-02-14 14:22:40 +00:00
# Textobjects
- src: nvim-treesitter/nvim-treesitter-textobjects
2022-07-19 21:30:12 +00:00
- src: kylechui/nvim-surround
2022-02-14 14:22:40 +00:00
# UI
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-05-31 13:46:32 +00:00
- src: akinsho/toggleterm.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
- src: rcarriga/nvim-notify