✨ add fr spellchecking
This commit is contained in:
parent
6e42cd67e5
commit
1326faac92
3
init.lua
3
init.lua
@ -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
8
spell/fr.utf-8.add
Normal file
@ -0,0 +1,8 @@
|
||||
Monext
|
||||
MVP
|
||||
dataset/!
|
||||
dataset
|
||||
createSession
|
||||
BO
|
||||
Config
|
||||
CMS
|
BIN
spell/fr.utf-8.add.spl
Normal file
BIN
spell/fr.utf-8.add.spl
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user