mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
plugins/papis: adapt settings to latest release
This commit is contained in:
parent
e77eff7db2
commit
2d3a01021b
2 changed files with 22 additions and 27 deletions
|
|
@ -27,15 +27,14 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
info_name = "info.yaml";
|
||||
notes_name.__raw = "[[notes.norg]]";
|
||||
};
|
||||
enable_modules = {
|
||||
search = true;
|
||||
completion = true;
|
||||
cursor-actions = true;
|
||||
formatter = true;
|
||||
colors = true;
|
||||
base = true;
|
||||
debug = false;
|
||||
};
|
||||
|
||||
search.enable = true;
|
||||
completion.enable = true;
|
||||
cursor-actions.enable = true;
|
||||
formatter.enable = true;
|
||||
colors.enable = true;
|
||||
base.enable = true;
|
||||
debug.enable = true;
|
||||
cite_formats = {
|
||||
tex = [
|
||||
"\\cite{%s}"
|
||||
|
|
|
|||
|
|
@ -8,15 +8,13 @@
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
enable_modules = {
|
||||
search = true;
|
||||
completion = true;
|
||||
at-cursor = true;
|
||||
formatter = true;
|
||||
colors = true;
|
||||
base = true;
|
||||
debug = false;
|
||||
};
|
||||
search.enable = true;
|
||||
completion.enable = true;
|
||||
at-cursor.enable = true;
|
||||
formatter.enable = true;
|
||||
colors.enable = true;
|
||||
base.enable = true;
|
||||
debug.enable = true;
|
||||
cite_formats = {
|
||||
tex = {
|
||||
start_str = "[[\cite{]]";
|
||||
|
|
@ -338,15 +336,13 @@
|
|||
info_name = "info.yaml";
|
||||
notes_name.__raw = "[[notes.norg]]";
|
||||
};
|
||||
enable_modules = {
|
||||
search = true;
|
||||
completion = true;
|
||||
cursor-actions = true;
|
||||
formatter = true;
|
||||
colors = true;
|
||||
base = true;
|
||||
debug = false;
|
||||
};
|
||||
search.enable = true;
|
||||
completion.enable = true;
|
||||
cursor-actions.enable = true;
|
||||
formatter.enable = true;
|
||||
colors.enable = true;
|
||||
base.enable = true;
|
||||
debug.enable = true;
|
||||
cite_formats = {
|
||||
tex = [
|
||||
"\\cite{%s}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue