add hop.nvim plugin

This commit is contained in:
2023-08-15 18:09:15 +02:00
parent 464cb897d7
commit 415f88a10d
4 changed files with 68 additions and 9 deletions

View File

@ -3,13 +3,14 @@
-- tabs
vim.o.tabstop = 4
vim.o.expandtab = true
vim.o.shiftwidth = 4
-- Set highlight on search
vim.o.hlsearch = false
-- Make line numbers default
-- vim.wo.number = true
vim.wo.number = true
vim.wo.relativenumber = true
-- Enable mouse mode