Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-09-24 19:08:29 +02:00
parent 984c99f45e
commit 66169bb57e
2 changed files with 6 additions and 1 deletions

View File

@@ -53,6 +53,7 @@
formatOnSave = true;
inlayHints.enable = true;
null-ls.enable = true;
servers.nixd.settings.nil.nix.autoArchive = true;
otter-nvim = {
enable = true;
setupOpts = {
@@ -90,6 +91,7 @@
go.enable = true;
markdown = {
enable = true;
format.type = "prettierd";
extensions = {
markview-nvim = {
enable = true;

View File

@@ -4,7 +4,10 @@
setupOpts = {
image = {
enabled = true;
setupOpts.doc.inline = false;
doc = {
inline = false;
float = true;
};
};
quickfile.enabled = true;
statuscolumn.enabled = true;