diff options
| author | ottjk <joshott16@gmail.com> | 2024-01-20 01:29:51 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-01-20 01:29:51 -0500 |
| commit | ea9a749bd6238334ff9e92a0a31fdeaf5223619b (patch) | |
| tree | 6036539f3e49427483fb2dc388da377d5e5c7397 /nvim/after | |
| parent | 9b78e39e9cca329acc160399e46bb8d1c9b33955 (diff) | |
| download | dotfiles-ea9a749bd6238334ff9e92a0a31fdeaf5223619b.tar.gz dotfiles-ea9a749bd6238334ff9e92a0a31fdeaf5223619b.zip | |
many such updates
Diffstat (limited to 'nvim/after')
| -rw-r--r-- | nvim/after/ftplugin/markdown.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nvim/after/ftplugin/markdown.lua b/nvim/after/ftplugin/markdown.lua deleted file mode 100644 index 86af50e..0000000 --- a/nvim/after/ftplugin/markdown.lua +++ /dev/null @@ -1,5 +0,0 @@ -local map = vim.keymap.set -local opts = { noremap = false, silent = true} - -map('', 'o', '<Plug>Markdown_NewLineBelow<Esc>', opts) -map('', 'O', '<Plug>Markdown_NewLineAbove<Esc>', opts) |