Commit graph

161 commits

Author SHA1 Message Date
Gaetan Lepage
1a8bd3bdc1 plugins/toggleterm: fix openMapping and documentation bug 2023-06-22 10:54:11 +02:00
Tanish2002
15b821db10 plugins/toggleterm: init + test 2023-06-22 09:04:34 +02:00
Gaetan Lepage
9fd431366a plugins/auto-session: init + tests 2023-06-15 11:55:53 +02:00
Gaetan Lepage
b809855174 plugins/cursorline: init + test 2023-06-14 23:02:10 +02:00
Gaetan Lepage
895998b5a7 plugins/mini: init + test 2023-06-12 12:47:58 +02:00
Gaetan Lepage
1f285df664 plugins/auto-save: init + test 2023-06-02 14:20:56 +02:00
Gaetan Lepage
1262c0d54f plugins/indent-blankline: add extraOptions option + test 2023-06-02 11:33:04 +02:00
traxys
b6f55f619c
plugins/oil: Fix statix error (#393) 2023-05-28 19:19:13 +02:00
traxys
dfb2abd209
hooks: Add a hook for statix (#390) 2023-05-27 00:03:50 +02:00
Gaetan Lepage
2a2f702942 plugins/oil: init + tests 2023-05-26 23:27:03 +02:00
CaptainEureka
b69bde941a
plugins/alpha-nvim: add alpha-nvim plugin module + tests (#378)
* plugins/alpha-nvim: add alpha-nvim plugin module + tests

* fix: remove telescope from defaults

* Update plugins/utils/alpha.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* update: remove theme option

* update: add default configuration

---------

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-05-25 14:16:05 +02:00
Tanish2002
efdcbe225f perform some statix linting and fixes 2023-05-22 23:00:53 +02:00
Gaetan Lepage
2da04fa4ad misc: remove deprecated/renamed options warnings 2023-05-20 22:52:47 +02:00
traxys
838f616f0a
plugins/zk: init + tests (#340) 2023-04-17 23:13:12 +02:00
Pedro Alves
f8c412ba7f
plugins/conjure: init plugin (#339)
* plugins/conjure: init plugin

* conjure: fix import
2023-04-17 17:39:54 +02:00
traxys
75a5e45b2b
plugin/which-key: init + tests (#337) 2023-04-16 13:08:07 +02:00
Gaétan Lepage
3b1df35a8c
plugins/spider: add plugin + test (#330) 2023-04-16 11:09:59 +02:00
traxys
121566a267
editorconfig: Migrate to builtin plugin (#335) 2023-04-15 15:21:25 +02:00
Gaétan Lepage
f79dccdc2e
plugins/lastplace: add plugin + test (#322) 2023-04-06 16:04:29 +02:00
Fabian Page
ca187c2262
plugins/tmux-navigator: init + tests (#314) 2023-04-04 14:00:04 +02:00
Gaétan Lepage
301d1a4072
plugins/{nvim-tree,neo-tree}: move from utils to filetrees (#304) 2023-03-31 10:26:56 +02:00
traxys
d531c836d4
editorconfig: Add editorconfig plugin (#265)
This is temporary, until neovim 0.9 when we will have builtin editorconfig
2023-03-31 10:15:43 +02:00
Gaétan Lepage
e46b7302af
misc: update inputs + make use of upstream plugins (#294) 2023-03-26 15:44:45 +02:00
*Kim Zick
a0498fc4c4
plugins/notify: Fix typo for background_colour option (#290)
* plugins/notify: Fix typo for background_colour option
2023-03-24 23:04:07 +01:00
Gaétan Lepage
3ed69945b0
plugins/magma-nvim: refactor + tests (#286) 2023-03-24 15:46:16 +01:00
Shayan Rashid
6d4c15385d
plugins/presence-nvim: init plugin (#285)
* presence-nvim: init plugin

Discord Rich Presence for Neovim

* Apply suggestions from code review

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* presence-nvim: fixes syntax error

* presence-nvim: updates some options to accept raw types

the options which were able to accept lua functions are now able to be assigned raw values

---------

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-03-24 13:20:10 +01:00
Gaétan Lepage
5ae654b74d
plugins/mark-radar: refactor + tests (#287) 2023-03-24 13:11:46 +01:00
Gaétan Lepage
58b6c74e2f
helpers: add globalPrefix to mkPlugin (#284) 2023-03-24 08:18:45 +01:00
Gaétan Lepage
89f54be73a
plugins/harpoon: add extraOptions option (#281) 2023-03-21 22:19:07 +01:00
Gaétan Lepage
961da92d2c
plugins/nvim-autopairs: cleanup + fix mistyped option + tests (#280) 2023-03-20 15:40:49 +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
4d4f4d17f7
plugins/neo-tree: better description for a few options (#250) 2023-03-14 15:22:19 +01:00
Gaétan Lepage
883703328d
plugins/vim-bbye: init + tests (#248) 2023-03-14 15:21:35 +01:00
traxys
5a69dc4712
neo-tree: Allow other plugins to insert their sources (#249)
Some plugins define neo-tree sources. For theese plugins having an
option 'neoTreeIntegration = true' would be useful. The problem is that
if we set the plugins.neo-tree.sources to ["<source>"] then we ditch the
default values of ["filesystem" ...]. The idea here is to define an
internal extraSources option that takes care of the following:

- If sources is null set it to the default sources
- Concatenate sources and extraSources
2023-03-14 11:30:45 +01:00
Gaétan Lepage
32d79dee7a
plugins/neo-tree: init + tests (#245) 2023-03-13 15:54:30 +01:00
Gaétan Lepage
1ac27edf2e
plugins/nvim-tree: fix regressions introduced in #213 + tests (#241) 2023-03-13 10:58:03 +01:00
Gaétan Lepage
8fed61902a
plugins/todo-comments: fix missing mkRaw for pattern options (#242) 2023-03-12 17:55:09 +01:00
Gaétan Lepage
933c87c282
plugins/todo-comments: refactoring + tests (#239) 2023-03-12 11:49:41 +01:00
Shayan Rashid
a16d862de4
todo-comments: init plugin (#232) 2023-03-10 03:00:04 +00:00
Gaétan Lepage
73bdf8a96f
plugins/nvim-autopairs: refactor + update options (#211) 2023-03-01 22:56:32 +01: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
b9f32b3443
plugins/utils/harpoon: add support for keymaps (#196) 2023-02-26 19:50:51 +01:00
Gaétan Lepage
714a094ff5
plugins/floaterm: refactor + keymap options (#189) 2023-02-26 19:42:32 +01:00
s1341
c9cbf5172a
plugins: floaterm, fix options (#204) 2023-02-26 13:42:44 +01:00
Gaétan Lepage
7f0a4a3432
plugins/neorg: fix logger.modes option (#203) 2023-02-26 13:39:40 +01:00
Gaétan Lepage
705356d478
plugins/neorg: fix typos (#202)
* plugins/neorg: fix null handling

* plugins/neorg: fix typo in lua code
2023-02-25 19:07:59 +01:00
Gaétan Lepage
1abdc90411
plugins/{nvim-tree,neorg}: fix typo (#201) 2023-02-25 18:31:15 +01:00