diff options
| author | DrNuget <drnuget@outlook.com> | 2026-01-26 04:07:59 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2026-01-26 04:07:59 +0200 |
| commit | 76a44f5e123bce20ad456c159345b7d60ff97618 (patch) | |
| tree | 548273b0a45d1696b5e4811d3e46f13968651895 | |
| parent | ff3e3fec8794270858f290033f3b460ee1b47305 (diff) | |
| download | dotfiles-76a44f5e123bce20ad456c159345b7d60ff97618.tar.gz | |
vimrc indentation fix
| -rw-r--r-- | .config/nvim/init.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 4c90a20..658ffef 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -255,13 +255,13 @@ require("pckr").add{ end }, { - "nvim-orgmode/orgmode", - config = function() - require("orgmode").setup({ - org_agenda_files = "~/orgfiles/**/*", - org_default_notes_file = "~/orgfiles/index.org" - }) - end + "nvim-orgmode/orgmode", + config = function() + require("orgmode").setup({ + org_agenda_files = "~/orgfiles/**/*", + org_default_notes_file = "~/orgfiles/index.org" + }) + end }, "mikebentley15/vim-pio", { |
