summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/markview.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-30 18:57:20 -0400
committertriethyl <triethylammonium@pm.me>2025-08-30 18:57:20 -0400
commited3969bd55524c11e5f48fb7147e46310117ef02 (patch)
tree8769177253c33925138b2cb29d3dd9931c45420b /pkgs/custom-neovim/config/lua/plugins/markview.lua
parenta6e2d28ba490818357dc5d9063f2afc5c7cda997 (diff)
neovim: bunch of stuff
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/markview.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/markview.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/markview.lua b/pkgs/custom-neovim/config/lua/plugins/markview.lua
new file mode 100644
index 0000000..b2f3775
--- /dev/null
+++ b/pkgs/custom-neovim/config/lua/plugins/markview.lua
@@ -0,0 +1,5 @@
+return {
+ "markview.nvim",
+ lazy = false,
+ priority = 45, -- Load before treesitter.
+}