feat: yanked region flash
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
vim.api.nvim_create_autocmd({ 'FileType' }, {
|
||||
pattern = { '*.yaml' },
|
||||
command = 'setlocal ts=2 sts=2 sw=2 expandtab indentkeys-=0# indentkeys-=<:>'
|
||||
vim.api.nvim_create_autocmd({ "FileType" }, {
|
||||
pattern = { "*.yaml" },
|
||||
command = "setlocal ts=2 sts=2 sw=2 expandtab indentkeys-=0# indentkeys-=<:>",
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd({ 'FileType' }, {
|
||||
pattern = { 'netrw' },
|
||||
command = 'nnoremap <buffer> <C-l> <Cmd> TmuxNavigateRight<CR>'
|
||||
vim.api.nvim_create_autocmd({ "FileType" }, {
|
||||
pattern = { "netrw" },
|
||||
command = "nnoremap <buffer> <C-l> <Cmd> TmuxNavigateRight<CR>",
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd({ "TextYankPost" }, {
|
||||
command = "lua vim.highlight.on_yank {higroup='Visual',timeout=250}",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user