diff options
| author | pml68 <contact@pml68.me> | 2024-10-01 14:24:59 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-10-01 14:36:38 +0200 |
| commit | 706017b4de8f604cf0d3d4083b0ce34428bf25f3 (patch) | |
| tree | cfe0ff423bc992559c039d78610794b4dadc0952 /lua/pml68/plugins.lua | |
| parent | feat: add C# to format-on-save list (diff) | |
| download | nvim-706017b4de8f604cf0d3d4083b0ce34428bf25f3.tar.gz | |
feat: change some remaps
s
Diffstat (limited to 'lua/pml68/plugins.lua')
| -rw-r--r-- | lua/pml68/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 1a176db..0cdeb16 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -186,6 +186,7 @@ local plugins = { "python", "rust", "markdown", + "markdown_inline", "yaml", "json", "glsl", @@ -266,7 +267,6 @@ local plugins = { --JSON { "b0o/schemastore.nvim", - ft = "json", }, --Rust { |
