We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc998ce commit f8c4b0dCopy full SHA for f8c4b0d
.config/nvim/init.lua
@@ -206,6 +206,16 @@ opt.sessionoptions:remove('options')
206
-- Swapfile messages
207
opt.shortmess:append('A')
208
209
+--------------------------------------------------------------------------------
210
+-- FILETYPE DETECTION
211
212
+
213
+vim.filetype.add({
214
+ extension = {
215
+ mdx = 'markdown',
216
+ },
217
+})
218
219
--------------------------------------------------------------------------------
220
-- KEY MAPPINGS
221
0 commit comments