feat(editor): configure otter-nvim with setup options for buffers and whitespace
This commit is contained in:
parent
aac18c1eca
commit
fe43d32cd2
1 changed files with 8 additions and 1 deletions
|
@ -5,5 +5,12 @@
|
||||||
lightbulb.enable = true;
|
lightbulb.enable = true;
|
||||||
lspkind.enable = true;
|
lspkind.enable = true;
|
||||||
null-ls.enable = true;
|
null-ls.enable = true;
|
||||||
otter-nvim.enable = true;
|
otter-nvim = {
|
||||||
|
enable = true;
|
||||||
|
setupOpts = {
|
||||||
|
buffers.set_filetype = true;
|
||||||
|
buffers.write_to_disk = true;
|
||||||
|
handle_leading_whitespace = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue