dotfiles/nvim/.config/nvim/after/ftplugin
Sanchayan Maity 1ec6aee797
nvim: after/ftplugin/markdown: Set conceallevel to 2
neovim 0.10 introduces experimental support for hyperlinks using
OSC 8 sequence. By default, this is used in Markdown for links of
the form [example](https://example.com). If terminal supports the
OSC 8 escape sequence, then the text example in the neovim buffer
will contain a hyperlink that can be clicked and it will open in
web browser.

This means markdown files with conceallevel=2 look much closer to
the rendered output.
2024-05-17 11:35:28 +05:30
..
cabal nvim: after/ftplugin/cabal: Add cabalfmt plugin 2023-04-25 16:28:02 +05:30
c.lua nvim: after/ftplugin/c: Do not add include files to buffer list 2024-04-11 16:07:55 +05:30
cabal.lua nvim: after/ftplugin/cabal: Set comment string 2023-06-10 13:30:04 +05:30
config.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
diff.lua nvim: after/ftplugin/diff: Do not highlight white space 2023-07-07 17:52:01 +05:30
dockerfile.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
fish.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
fugitiveblame.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
git.lua nvim: after/ftplugin: Disable mini trailspace 2023-06-07 12:43:15 +05:30
git.vim nvim: autoload/ftplugin: git: Update git rebase branch implementation 2023-12-21 16:36:02 +05:30
gitcommit.lua nvim: after/ftplugin: Disable mini trailspace 2023-06-07 12:43:15 +05:30
gitconfig.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
gitrebase.vim Revert "nvim: after: ftplugin: Fix various key mappings" 2021-05-29 13:39:44 +05:30
gitsendemail.lua nvim: after/ftplugin: Disable mini trailspace 2023-06-07 12:43:15 +05:30
go.lua nvim: Move LSP configuration to it's own LSP utils 2023-02-28 20:56:36 +05:30
haskell.lua nvim: after/ftplugin: haskell: Set makeprg 2023-06-16 12:59:37 +05:30
haskell.vim nvim: after/ftplugin/haskell: Disable vim-matchup 2024-05-11 21:20:42 +05:30
help.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
javascript.lua nvim: Move LSP configuration to it's own LSP utils 2023-02-28 20:56:36 +05:30
json.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
lean.lua nvim: Add support for lean 2024-02-19 21:00:13 +05:30
lua.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
mail.lua nvim: after/ftplugin: Disable mini trailspace 2023-06-07 12:43:15 +05:30
man.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
markdown.lua nvim: after/ftplugin/markdown: Set conceallevel to 2 2024-05-17 11:35:28 +05:30
meson.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
purescript.lua nvim: treesitter: Register haskell parser in ftplugin 2023-06-20 16:58:13 +05:30
python.lua nvim: Use Ruff as Python LSP 2023-10-26 13:06:11 +05:30
qf.vim nvim: after/ftplugin/qf: Use leader key for colder/cnewer 2022-04-03 08:54:34 +05:30
racket.lua nvim: Move LSP configuration to it's own LSP utils 2023-02-28 20:56:36 +05:30
rust.lua nvim: lsp: Add support for reloading Cargo workspace 2023-05-25 13:41:58 +05:30
sh.lua nvim: Move LSP configuration to it's own LSP utils 2023-02-28 20:56:36 +05:30
text.lua nvim: after/ftplugin: Move from vim to lua 2023-01-14 18:58:50 +05:30
typescript.lua nvim: Move LSP configuration to it's own LSP utils 2023-02-28 20:56:36 +05:30