remove flash
This commit is contained in:
@@ -52,7 +52,6 @@ Plug 'rafamadriz/friendly-snippets' " Community snippet
|
|||||||
Plug 'lervag/vimtex' " LaTeX workflow plugin
|
Plug 'lervag/vimtex' " LaTeX workflow plugin
|
||||||
Plug 'windwp/nvim-autopairs' " Auto-close brackets and quotes
|
Plug 'windwp/nvim-autopairs' " Auto-close brackets and quotes
|
||||||
Plug 'numToStr/Comment.nvim' " Comment toggles
|
Plug 'numToStr/Comment.nvim' " Comment toggles
|
||||||
Plug 'folke/flash.nvim' " Fast jump motions
|
|
||||||
Plug 'tpope/vim-surround' " Surround text objects
|
Plug 'tpope/vim-surround' " Surround text objects
|
||||||
Plug 'itchyny/lightline.vim' " Statusline
|
Plug 'itchyny/lightline.vim' " Statusline
|
||||||
Plug 'tpope/vim-fugitive' " Git commands
|
Plug 'tpope/vim-fugitive' " Git commands
|
||||||
|
|||||||
@@ -150,12 +150,6 @@ map("n", "<leader>tl", "<CMD>VimtexClean<CR>", { desc = "Clean TeX build files",
|
|||||||
-- Editing and utility shortcuts.
|
-- Editing and utility shortcuts.
|
||||||
map({ "n", "v" }, "<leader>y", '"+y', { desc = "Yank to clipboard", silent = true })
|
map({ "n", "v" }, "<leader>y", '"+y', { desc = "Yank to clipboard", silent = true })
|
||||||
map("n", "<leader>u", "<CMD>UndotreeToggle<CR>", { desc = "Toggle undo tree", silent = true })
|
map("n", "<leader>u", "<CMD>UndotreeToggle<CR>", { desc = "Toggle undo tree", silent = true })
|
||||||
map({ "n", "x", "o" }, "s", function()
|
|
||||||
require("flash").jump()
|
|
||||||
end, { desc = "Flash jump", silent = true })
|
|
||||||
map({ "n", "x", "o" }, "S", function()
|
|
||||||
require("flash").treesitter()
|
|
||||||
end, { desc = "Flash Tree-sitter jump", silent = true })
|
|
||||||
|
|
||||||
cmp.setup({
|
cmp.setup({
|
||||||
snippet = {
|
snippet = {
|
||||||
|
|||||||
Reference in New Issue
Block a user