aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/lua/helper_functions.lua
diff options
context:
space:
mode:
authorjakobst1n <jakob@jakobstendahl.no>2026-03-30 09:20:26 +0200
committerjakobst1n <jakob@jakobstendahl.no>2026-03-30 09:20:26 +0200
commitd127d84df837b1578ad991023138a34ab66ff503 (patch)
tree78c273fc85e628dca2793b6e3a8c840380ba531b /Common/nvim/lua/helper_functions.lua
parent61c831cc049bc40738e9d4b8333224df356c078a (diff)
downloaddotfiles-d127d84df837b1578ad991023138a34ab66ff503.tar.gz
dotfiles-d127d84df837b1578ad991023138a34ab66ff503.zip
Upgrade to nvim 0.12, update config to use new features
Diffstat (limited to 'Common/nvim/lua/helper_functions.lua')
-rwxr-xr-xCommon/nvim/lua/helper_functions.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/Common/nvim/lua/helper_functions.lua b/Common/nvim/lua/helper_functions.lua
index 15db30a..12e2328 100755
--- a/Common/nvim/lua/helper_functions.lua
+++ b/Common/nvim/lua/helper_functions.lua
@@ -1,13 +1,5 @@
-- Load local configuration
-- For me this is usually something like
--- let g:vimwiki_list = [
--- \ {'name': 'I45', 'syntax': 'markdown', 'ext': 'md', 'auto_toc': 1, 'diary_frequency': 'monthly',
--- \ 'path': '~/_library/I45/',
--- \ 'nested_syntaxes': {'python': 'python', 'sql': 'sql', 'ioql': 'ioql'}},
--- \ {'name': 'P01', 'syntax': 'markdown', 'ext': 'md', 'auto_toc': 1,
--- \ 'path': '~/_library/',
--- \ }
--- \]
-- let g:db = "mysql://user@db001"
vim.cmd [[
if !empty(glob("~/.env.vim"))