mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 12:54:30 +02:00
plugins/openscad: migrate to mkVimPlugin
This commit is contained in:
parent
17905dec3d
commit
4f1fe403b1
5 changed files with 186 additions and 72 deletions
|
@ -7,26 +7,30 @@
|
|||
plugins.openscad = {
|
||||
enable = true;
|
||||
|
||||
fuzzyFinder = "skim";
|
||||
cheatsheetWindowBlend = 15;
|
||||
loadSnippets = false;
|
||||
autoOpen = false;
|
||||
|
||||
keymaps.enable = false;
|
||||
settings = {
|
||||
fuzzy_finder = "skim";
|
||||
cheatsheet_window_blend = 15;
|
||||
load_snippets = false;
|
||||
auto_open = false;
|
||||
default_mappings = true;
|
||||
cheatsheet_toggle_key = "<Enter>";
|
||||
help_trig_key = "<A-h>";
|
||||
help_manual_trig_key = "<A-m>";
|
||||
exec_openscad_trig_key = "<A-o>";
|
||||
top_toggle = "<A-c>";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
keymaps = {
|
||||
example = {
|
||||
plugins.openscad = {
|
||||
enable = true;
|
||||
|
||||
keymaps = {
|
||||
enable = true;
|
||||
cheatsheetToggle = "<Enter>";
|
||||
helpTrigger = "<A-h>";
|
||||
helpManualTrigger = "<A-m>";
|
||||
execOpenSCADTrigger = "<A-o>";
|
||||
topToggle = "<A-c>";
|
||||
settings = {
|
||||
load_snippets = true;
|
||||
fuzzy_finder = "fzf";
|
||||
cheatsheet_window_blend = 15;
|
||||
auto_open = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue