We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6926df commit 61bddf7Copy full SHA for 61bddf7
ftplugin/org.vim
@@ -1,3 +1,8 @@
1
+if exists('b:did_ftplugin')
2
+ finish
3
+endif
4
+let b:did_ftplugin = 1
5
+
6
lua require('orgmode.config'):setup_mappings('org')
7
lua require('orgmode.config'):setup_mappings('text_objects')
8
indent/org.vim
+if exists('b:did_indent')
+let b:did_indent = 1
function! OrgmodeIndentExpr()
return luaeval('require("orgmode.org.indent").indentexpr()')
endfunction
0 commit comments