diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-20 18:15:28 -0400 | 
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-20 18:15:28 -0400 | 
| commit | 26b27dd9c469ea7fb4fe3ba312781fd225573342 (patch) | |
| tree | 8406cd54fcceac734162e327b6b9fe3cacbc78e5 /home-config/nvim/config/after/ftplugin/markdown | |
| parent | 42541a382419b41721e840b7a42b6e4f5b22ab88 (diff) | |
Added inital neovim configs
Diffstat (limited to 'home-config/nvim/config/after/ftplugin/markdown')
| -rw-r--r-- | home-config/nvim/config/after/ftplugin/markdown/custom.vim | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/home-config/nvim/config/after/ftplugin/markdown/custom.vim b/home-config/nvim/config/after/ftplugin/markdown/custom.vim new file mode 100644 index 0000000..96aac6e --- /dev/null +++ b/home-config/nvim/config/after/ftplugin/markdown/custom.vim | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | "Used to overwrite table behavior in markdown files | ||
| 2 | let b:table_mode_corner='+' | ||
