diff options
| author | Matt Turner <mattst88@gmail.com> | 2025-12-12 14:27:05 -0500 |
|---|---|---|
| committer | Matt Turner <mattst88@gmail.com> | 2025-12-12 14:36:43 -0500 |
| commit | 8206f5c7dd4f24c61150912c7250312ba53a0500 (patch) | |
| tree | 89bbe63d107e97bfda9d6cfc9882e6f5bcdd24d5 /nvim | |
| parent | 34b2b41e7e1a46c4acd1dd57681a346cdbff1d4b (diff) | |
nvim: Fix typo
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/.config/nvim/lsp/markdown.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/.config/nvim/lsp/markdown.lua b/nvim/.config/nvim/lsp/markdown.lua index 4b9b6f1..4c7a7bf 100644 --- a/nvim/.config/nvim/lsp/markdown.lua +++ b/nvim/.config/nvim/lsp/markdown.lua @@ -1,4 +1,4 @@ return { cmd = { 'marksman', 'server' }, - filetypes = { ' markdown' }, + filetypes = { 'markdown' }, } |
