Install quick-scope plugin
This commit is contained in:
@@ -63,6 +63,8 @@ require("packer").startup(function(use)
|
||||
|
||||
-- Formatter
|
||||
use({"sbdchd/neoformat"})
|
||||
|
||||
use({"unblevable/quick-scope"})
|
||||
end)
|
||||
|
||||
require("nightfox").load()
|
||||
@@ -90,6 +92,8 @@ vim.o.signcolumn = "yes"
|
||||
|
||||
vim.g.mapleader = " "
|
||||
|
||||
vim.g.qs_highlight_on_keys = {"f", "F"}
|
||||
|
||||
vim.cmd([[autocmd BufWritePre * undojoin | Neoformat]])
|
||||
|
||||
require("lsp")
|
||||
|
||||
Reference in New Issue
Block a user