this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

turn on spellchecking on markdown files

+1 -1
+1 -1
nvim/init.lua
··· 216 216 217 217 -- Filetypes 218 218 ------------------------------------------------- 219 - vim.cmd('autocmd FileType markdown set wrap linebreak nolist') 219 + vim.cmd('autocmd FileType markdown set wrap linebreak nolist spell') 220 220 vim.cmd('au BufEnter *.graphql :set ft=graphql') 221 221 222 222 local filetypes = {'ts', 'tsx', 'js', 'jsx', 'go', 'rs'}