mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +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";
|
info_name = "info.yaml";
|
||||||
notes_name.__raw = "[[notes.norg]]";
|
notes_name.__raw = "[[notes.norg]]";
|
||||||
};
|
};
|
||||||
enable_modules = {
|
|
||||||
search = true;
|
search.enable = true;
|
||||||
completion = true;
|
completion.enable = true;
|
||||||
cursor-actions = true;
|
cursor-actions.enable = true;
|
||||||
formatter = true;
|
formatter.enable = true;
|
||||||
colors = true;
|
colors.enable = true;
|
||||||
base = true;
|
base.enable = true;
|
||||||
debug = false;
|
debug.enable = true;
|
||||||
};
|
|
||||||
cite_formats = {
|
cite_formats = {
|
||||||
tex = [
|
tex = [
|
||||||
"\\cite{%s}"
|
"\\cite{%s}"
|
||||||
|
|
|
||||||
|
|
@ -8,15 +8,13 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
enable_modules = {
|
search.enable = true;
|
||||||
search = true;
|
completion.enable = true;
|
||||||
completion = true;
|
at-cursor.enable = true;
|
||||||
at-cursor = true;
|
formatter.enable = true;
|
||||||
formatter = true;
|
colors.enable = true;
|
||||||
colors = true;
|
base.enable = true;
|
||||||
base = true;
|
debug.enable = true;
|
||||||
debug = false;
|
|
||||||
};
|
|
||||||
cite_formats = {
|
cite_formats = {
|
||||||
tex = {
|
tex = {
|
||||||
start_str = "[[\cite{]]";
|
start_str = "[[\cite{]]";
|
||||||
|
|
@ -338,15 +336,13 @@
|
||||||
info_name = "info.yaml";
|
info_name = "info.yaml";
|
||||||
notes_name.__raw = "[[notes.norg]]";
|
notes_name.__raw = "[[notes.norg]]";
|
||||||
};
|
};
|
||||||
enable_modules = {
|
search.enable = true;
|
||||||
search = true;
|
completion.enable = true;
|
||||||
completion = true;
|
cursor-actions.enable = true;
|
||||||
cursor-actions = true;
|
formatter.enable = true;
|
||||||
formatter = true;
|
colors.enable = true;
|
||||||
colors = true;
|
base.enable = true;
|
||||||
base = true;
|
debug.enable = true;
|
||||||
debug = false;
|
|
||||||
};
|
|
||||||
cite_formats = {
|
cite_formats = {
|
||||||
tex = [
|
tex = [
|
||||||
"\\cite{%s}"
|
"\\cite{%s}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue