Gaétan Lepage
2550c919a5
plugins/coq-thirdparty: init + tests ( #282 )
2023-03-22 15:00:50 +01:00
traxys
ff063b27bd
plugins/noice-nvim: init + tests ( #272 )
2023-03-18 20:27:31 +01:00
Gaétan Lepage
f9af5a150d
plugins/sniprun: init ( #271 )
2023-03-18 17:23:59 +01:00
traxys
1346e503ea
plugin/inc-rename: Move to nvim-lsp ( #268 )
2023-03-17 22:34:50 +01:00
traxys
261a59a8ad
plugins/inc-rename: init + tests ( #266 )
2023-03-17 12:15:33 +01:00
traxys
02fcb49a03
plugins/netman: init + tests ( #255 )
...
Netman tests don't work if we try to effectively execute the config, so
a new parameter to `checkConfig` is introduced, `dontRun` that allows to
skip this phase.
2023-03-17 10:00:22 +01:00
traxys
c6fa30b81c
plugins/nvim-osc52: init + tests ( #261 )
...
nvim-osc52 is a plugin that allows to copy from neovim using OSC52 control sequences (works through SSH for example)
2023-03-16 11:18:54 +01:00
Gaétan Lepage
883703328d
plugins/vim-bbye: init + tests ( #248 )
2023-03-14 15:21:35 +01:00
Gaétan Lepage
32d79dee7a
plugins/neo-tree: init + tests ( #245 )
2023-03-13 15:54:30 +01:00
Shayan Rashid
a16d862de4
todo-comments: init plugin ( #232 )
2023-03-10 03:00:04 +00:00
Gaétan Lepage
e08f03ec12
plugins/utils/nvim-bqf: add plugin nvim-bqf ( #208 )
2023-02-28 14:27:20 +00:00
Gaétan Lepage
fa55352234
plugins/languages/neorg: add package neorg ( #193 )
2023-02-25 18:25:28 +01:00
Gaétan Lepage
bb3721e92d
nvim-lsp: added nvim-cmp completion capabilities ( #158 )
...
Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-20 16:32:05 +00:00
traxys
07e24f02a5
vim-matchup: init plugin ( #162 )
...
* vim-matchup: init plugin
* format
---------
Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-20 10:45:17 +00:00
Gaétan Lepage
4c843574f7
plugins: solve previously merged conflict ( #168 )
2023-02-18 09:59:45 +00:00
Gaétan Lepage
b6e01b9100
plugins: Add tagbar ( #156 )
...
* plugins: Add tagbar
* tagbar: fix typo
---------
Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-14 19:50:47 +00:00
Gaétan Lepage
9cca0b1fc9
vimtex: init plugin ( #146 )
2023-02-14 19:48:13 +00:00
Gaétan Lepage
13943b4ab2
harpoon: init plugin ( #145 )
...
* plugins: Add harpoon
* harpoon: use example
* merge main
---------
Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-14 19:46:44 +00:00
Gaétan Lepage
96c77f126f
markdown-preview: init ( #143 )
...
* plugings: Add markdown-preview
* fix docs build
---------
Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-14 16:46:38 +00:00
traxys
247e3da2fe
gitmessenger: init plugin ( #154 )
2023-02-01 16:14:22 +00:00
traxys
89bf2d660b
indent-blankline: init plugin ( #161 )
2023-02-01 16:11:30 +00:00
traxys
8a0056617a
languages: Add clangd_extensions, a plugin to handle clangd LSP extensions ( #141 )
2023-01-26 20:18:45 +00:00
Gaétan Lepage
1fe11e2529
plugins: Add nvim-colorizer ( #140 )
2023-01-23 14:31:53 +00:00
traxys
4afb8e7347
nvim-lightbulb: init
...
* plugins: Add nvim-lightbulb plugin, showing if code actions are available
* Update nvim-lightbulb.nix
Co-authored-by: Pedro Alves <pta2002@users.noreply.github.com>
2023-01-22 03:36:24 +00:00
traxys
23327700e2
plugins/rust-tools: Add a plugins for LSP extensions for rust-analyzer ( #132 )
2023-01-21 18:52:56 +00:00
traxys
7713f5d441
plantuml: init syntax plugin ( #104 )
2023-01-06 15:14:30 +00:00
traxys
2f9c21ffc8
treesitter: add tree-sitter context plugin ( #103 )
2023-01-06 11:31:54 +00:00
traxys
1f723e8abd
treesitter: add module for treesitter-refactor ( #101 )
...
As treesitter-refactor is a treesitter module we need a way to pass
extra configuration options to the treesitter setup. This is done
through a `moduleConfig` attrset. This set should not be used outside
nixvim.
2023-01-05 14:23:23 +00:00
traxys
30fc8b4f43
gitsigns: init plugin ( #99 )
2022-12-30 20:21:59 +00:00
volkswagenfeature
de9a5913d2
magma-vnim: init
...
* Added magma-nvim skeleton
* Added magma-nvim options
* formatting, suggestions
Co-authored-by: tristan BetaBlue-NixOS-2022 <tristan@BetaBlue-NixOS-2022.com>
2022-12-30 15:02:59 +00:00
Pedro Alves
4f08c8a4bf
trouble.nvim: init
2022-11-15 10:14:43 +00:00
Pedro Alves
4cb8fc4feb
lspkind: init plugin
2022-11-10 18:22:54 +00:00
Alexander Nortung
cba9cca52b
luasnip: init plugin ( #56 )
...
* luasnip: init plugin
Also added support for paths in `toLuaObject`
* luasnip: more flexible types
* luasnip: changed options to be more flexible
* luasnip: added example
* luasnip: added package option
2022-11-08 19:59:26 +00:00
Alexander Nortung
9658aaf990
project-nvim: init plugin ( #55 )
2022-10-25 00:15:09 +01:00
LightQuantum
369b586fa9
copilot: init plugin ( #50 )
2022-10-17 14:09:24 +01:00
Pedro Alves
5bc0a552ce
lsp-lines: init
2022-08-28 01:33:43 +01:00
Alexander Nortung
5cb317a5cb
null-ls: init with prettier and flake8 ( #31 )
2022-08-05 13:08:19 +01:00
Alexander Nortung
f12a79bda6
Adding nvim-cmp plugin ( #25 )
...
* started adding nvim-cmp
* nvim-cmp: added snippet option
* nvim-cmp: added mapping option
* nvim-cmp: added completion option
* nvim-cmp: added confirmation config option
* nvim-cmp: added formatting options
* nvim-cmp: added matching option
* nvim-cmp: added sorting option
* nvim-cmp: added sources option
* nvim-cmp: added a bunch of sources
* nvim-cmp: auto enabling cmp source plugins should mostly work now
* nvim-cmp: added view option
* nvim_cmp: added window option
* nvim-cmp: added experimental option
* nvim-cmp: mappingPresets now works
2022-07-28 20:38:38 +01:00
Alexander Nortung
a4aefb2239
added nord colorscheme ( #23 )
...
* added nord colorscheme
* nord theme: only add the italics global if set
* Set colorscheme after globals
2022-07-14 11:28:07 +01:00
Gabriel Maturana
f534819885
dashboard.nvim, neogit, emmet: init plugins
2022-01-21 23:22:03 +00:00
Pedro Alves
8da3fa430c
surround: init plugin
2022-01-09 23:13:11 +00:00
Pedro Alves
f8b70a30ea
coq-nvim: init plugin
...
still need to add most options, but this is enough to be usable
right now! This also sets up the work needed for other completion
frameworks, notably things like nvim-cmp and compe.
2022-01-09 23:04:12 +00:00
Pedro Alves
6de23559d7
nvim-tree: init plugin
2022-01-09 17:59:07 +00:00
Builditluc
6f8eb6f381
telescope: move plugin into seperate folder
2022-01-07 14:46:53 +00:00
Builditluc
bb2a9a9496
notify: init plugin
2022-01-07 14:46:53 +00:00
legendofmiracles
ea8a0f5c01
mark-radar: init
2021-12-13 14:18:54 +00:00
legendofmiracles
4b4328bf4b
specs.nvim: init
2021-12-13 14:18:54 +00:00
Pedro Alves
5249bd7420
barbar: move into bufferlines category
2021-12-12 12:18:30 +00:00
Pedro Alves
88ff6d6fd1
intellitab.nvim: init plugin
2021-12-11 16:56:27 +00:00
Builditluc
11386608b7
easyescape: add easyescape plugin
2021-11-26 11:10:17 +00:00