Commit graph

11 commits

Author SHA1 Message Date
Gaétan Lepage
e46b7302af
misc: update inputs + make use of upstream plugins (#294) 2023-03-26 15:44:45 +02:00
Gaétan Lepage
3ed69945b0
plugins/magma-nvim: refactor + tests (#286) 2023-03-24 15:46:16 +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
traxys
416c719f47
plugins: Fetch the plugin sources from flake inputs (#247) 2023-03-14 23:48:27 +01:00
Gaétan Lepage
264de8cefb
added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +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
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
legendofmiracles
ea8a0f5c01 mark-radar: init 2021-12-13 14:18:54 +00:00
Pedro Alves
ff824e9dba Declaratively manage plugins not in nixpkgs
Created the plugins/plugin-defs.nix file, which will include
definitions for all plugins not in nixpkgs. This way, we can get
rid of the packer dependency and make the whole thing truly
declarative!
2021-12-12 12:39:08 +00:00