diff options
author | Squibid <me@zacharyscheiman.com> | 2023-11-27 17:52:11 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-11-27 17:52:11 -0500 |
commit | 1122ca1b383517bde738e371e2f71e0af82e81c5 (patch) | |
tree | bc0ece928d425db926bf03e88421a7995bb3a31b /after/ftplugin/norg.lua | |
parent | ab707f7d8fef779840ce6666785528cac0b178b7 (diff) | |
download | nvim-1122ca1b383517bde738e371e2f71e0af82e81c5.tar.gz nvim-1122ca1b383517bde738e371e2f71e0af82e81c5.tar.bz2 nvim-1122ca1b383517bde738e371e2f71e0af82e81c5.zip |
add required plugin for neorg presenter, and make wsphome more adaptaive
Diffstat (limited to '')
-rw-r--r-- | after/ftplugin/norg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/ftplugin/norg.lua b/after/ftplugin/norg.lua new file mode 100644 index 0000000..ca90828 --- /dev/null +++ b/after/ftplugin/norg.lua @@ -0,0 +1 @@ +vim.api.nvim_win_set_option(0, 'colorcolumn', '0') |