mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 10:14:31 +02:00
plugins/lexima: init
This commit is contained in:
parent
1a5f1b4393
commit
2f5374c3dc
3 changed files with 104 additions and 0 deletions
17
plugins/by-name/lexima/default.nix
Normal file
17
plugins/by-name/lexima/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "lexima";
|
||||
packPathName = "lexima.vim";
|
||||
package = "lexima-vim";
|
||||
globalPrefix = "lexima_";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsOptions = import ./settings-options.nix lib;
|
||||
|
||||
settingsExample = {
|
||||
map_escape = "";
|
||||
enable_space_rules = 0;
|
||||
enable_endwise_rules = 0;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue