add fr spellchecking

This commit is contained in:
Frederic Houdemer 2024-03-20 10:33:57 +01:00
parent 6e42cd67e5
commit 1326faac92
3 changed files with 11 additions and 0 deletions

View File

@ -430,6 +430,9 @@ end
vim.api.nvim_create_user_command('LiveGrepGitRoot', live_grep_git_root, {})
-- Alias spl for :setlocal spell spelllang=fr_fr
vim.api.nvim_create_user_command('Spl', function() vim.opt_local.spell = true vim.opt_local.spelllang = 'fr_fr' end, { nargs = 0 })
-- See `:help telescope.builtin`
vim.keymap.set('n', '<leader>?', require('telescope.builtin').oldfiles, { desc = '[?] Find recently opened files' })
vim.keymap.set('n', '<leader><space>', require('telescope.builtin').buffers, { desc = '[ ] Find existing buffers' })

8
spell/fr.utf-8.add Normal file
View File

@ -0,0 +1,8 @@
Monext
MVP
dataset/!
dataset
createSession
BO
Config
CMS

BIN
spell/fr.utf-8.add.spl Normal file

Binary file not shown.