mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
dont know how tf to get grammar checking to work for quarto
This commit is contained in:
parent
53aad9f685
commit
ff5785341e
6 changed files with 49 additions and 3 deletions
|
@ -53,6 +53,8 @@ vim.api.nvim_create_autocmd('TextYankPost', {
|
|||
|
||||
-- nvim-tree
|
||||
vim.keymap.set('n', 'f', ':NvimTreeOpen<cr>', { desc = 'Open file explorer.' })
|
||||
vim.keymap.set('n', 'f', ':NvimTreeClose<cr>', { desc = 'Close file explorer.' })
|
||||
|
||||
-- Find and replace
|
||||
vim.keymap.set('n', '<leader>r', [[:%s/\<<C-r><C-w>\>//g<Left><Left>]])
|
||||
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue