Skip to content
Snippets Groups Projects
Commit 2748b7ae authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

cSpell add swedish, rebind diagnostics to <leader>e

parent 92f3854b
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,6 @@
"code_block_line_length": 120
}
},
// coc-spell-checker
"cSpell.enabled": true,
"cSpell.language": "en-GB",
// diagnostic-languageserver
"diagnostic-languageserver.enable": true,
"diagnostic-languageserver.mergeConfig": false,
......@@ -60,9 +57,17 @@
}
}
},
// coc-spell-checker
"cSpell.enabled": true,
"cSpell.language": "en-GB,sv",
"cSpellExt.enableDictionaries": [
"swedish"
],
"cSpell.userWords": [
"ATSAMD's",
"RTIC",
"RTIC's",
"atsamd",
"defmt"
]
}
......@@ -966,9 +966,9 @@ command! -nargs=0 OR :call CocAction('runCommand', 'editor.action.organize
" Using CocList
" Show all diagnostics
nnoremap <silent> <leader>a :<C-u>CocList diagnostics<cr>
nnoremap <silent> <leader>e :<C-u>CocList diagnostics<cr>
" Manage extensions
nnoremap <silent> <leader>e :<C-u>CocList extensions<cr>
nnoremap <silent> <leader>ext :<C-u>CocList extensions<cr>
" Show commands
nnoremap <silent> <leader>C :<C-u>CocList commands<cr>
" Find symbol of current document
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment