Gaétan Lepage
90d14f97d4
plugins/bufferline: fix deprecated highlight options ( #313 )
2023-04-04 14:23:48 +02:00
Fabian Page
ca187c2262
plugins/tmux-navigator: init + tests ( #314 )
2023-04-04 14:00:04 +02:00
Gaétan Lepage
35c56b62a1
helpers/lib: toLuaObject ignore empty attrs ( #312 )
2023-04-03 11:25:37 +02:00
André Vitor de Lima Matos
3d64fab719
lualine: add winbar and inactive sections configs ( #302 )
...
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-04-01 10:42:18 +02:00
Gaétan Lepage
d62edf4178
tokyonight: Add onColor and onHightlights ( #309 )
...
Co-authored-by: Carl Dong <git@carldong.me>
2023-03-31 23:12:48 +02:00
Gaétan Lepage
75f7b22f21
plugins/nvim-jdtls: add data and configuration options ( #308 )
2023-03-31 18:05:56 +02:00
Gaétan Lepage
cbf6c56385
plugins/bufferline: refactor + tests ( #283 )
2023-03-31 17:06:27 +02:00
Gaétan Lepage
e2b24e166f
plugins/nvim-tree: fix warnings due to deprecated options ( #306 )
2023-03-31 15:11:03 +02:00
Gaétan Lepage
d6373c62ae
wrappers/standalone: handle assertions ( #305 )
2023-03-31 15:10:27 +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
traxys
ac2d771f55
plugin/openscad: init + tests ( #293 )
2023-03-30 11:54:54 +02:00
Gaétan Lepage
72c3f5ea02
CONTRIBUTING: add documentation for mkCompositeOption ( #303 )
2023-03-30 11:06:05 +02:00
traxys
2b85290c12
CONTRIBUTING: Add initial documentation for contributors ( #301 )
...
* CONTRIBUTING: Add initial documentation for contributors
* Update CONTRIBUTING.md
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
* Update CONTRIBUTING.md
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
---------
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-03-28 20:00:53 +02:00
Gaétan Lepage
eda519d451
plugins/nvim-jdtls: init + tests ( #298 )
2023-03-28 18:20:54 +02:00
Gaétan Lepage
dbd25dffd0
plugins/coq-nvim: remove useless local definition of the coq_nvim plugin ( #295 )
2023-03-26 16:12:32 +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
7f50b54bfb
tests/lib: Add basic unit tests for helpers.toLuaObject
( #291 )
2023-03-26 11:03:51 +02:00
Gaétan Lepage
1c6efc5388
plugins/inc-rename: formatting ( #288 )
2023-03-25 10:17:48 +01: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
traxys
cbae935d89
filetype: Add a module to wrap vim.filetype.add ( #277 )
2023-03-24 11:14:12 +01:00
Gaétan Lepage
58b6c74e2f
helpers: add globalPrefix to mkPlugin ( #284 )
2023-03-24 08:18:45 +01:00
Gaétan Lepage
2550c919a5
plugins/coq-thirdparty: init + tests ( #282 )
2023-03-22 15:00:50 +01:00
Gaétan Lepage
db5061b4db
tests/plugins: refactor ( #235 )
2023-03-22 07:42:02 +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
Gaétan Lepage
c300601dce
plugins/barbar: add keymaps options + tests ( #276 )
2023-03-19 00:36:21 +01:00
traxys
09a2e9afb6
plugins/nvim-lsp: Correctly take into account extraSettings ( #275 )
...
(Resolves #273 )
2023-03-18 23:17:59 +01:00
traxys
bd4384a2e5
plugin/luasnip: Add jsregexp lua dependency ( #274 )
...
The lua dependency is required to perform transforms (luasnip can
fallback to a simpler algorithm if it's absent). This requires us to
expose the `extraLuaPackages` option of makeNeovimConfig.
2023-03-18 22:44:34 +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
Gaétan Lepage
4eed4e1de4
plugins/packer: improve lua generation ( #270 )
2023-03-18 16:26:00 +01:00
Matilde Bravo
0ae6e18d55
Fixed typo in README.md ( #269 )
2023-03-18 13:58:06 +01:00
traxys
1346e503ea
plugin/inc-rename: Move to nvim-lsp ( #268 )
2023-03-17 22:34:50 +01:00
traxys
bf042c5809
tests: Fix netman tests by including docker ( #267 )
...
Netman tries to call 'docker -v' and it hangs neovim if the docker
command is not found. This adds the docker binary to the derivation
running checks
2023-03-17 13:43:17 +01:00
traxys
261a59a8ad
plugins/inc-rename: init + tests ( #266 )
2023-03-17 12:15:33 +01:00
Pedro Alves
5c853ff9ff
README: add devShell example
2023-03-17 09:07:35 +00: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
6544e32396
plugins/nvim-lsp: Update rust-analyzer settings ( #263 )
2023-03-16 11:19:34 +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
traxys
f5f33b5390
tests: Allow to skip running neovim ( #260 )
...
Some plugins don't really play nicely with being launched in a headless
sandboxed environment. This adds the pseudo option 'tests.dontRun' to
avoid running those tests
2023-03-16 09:13:43 +01:00
traxys
2a3d497d29
plugin/rust-tools: Fix rust-analyzer settings ( #262 )
2023-03-16 09:13:17 +01:00
Gaétan Lepage
e33e62ff61
plugins/lspkind: refactoring + tests ( #259 )
2023-03-15 12:06:11 +01:00
Gaétan Lepage
86f4067159
plugins/rust-tools: refactoring + tests ( #258 )
2023-03-15 12:06:00 +01:00
Gaétan Lepage
c3821e9924
helpers/keymap: fix noremap bug ( #257 )
2023-03-15 00:37:49 +01:00
traxys
416c719f47
plugins: Fetch the plugin sources from flake inputs ( #247 )
2023-03-14 23:48:27 +01:00
traxys
b3ca52110f
maps: Add the remap option ( #256 )
2023-03-14 23:44:14 +01:00