Affichage de recherche neovim

main
Gil Portenseigne 2024-01-26 17:21:27 +01:00
parent e52d5b3bb5
commit 7b00f2fa6a
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ require('lazy').setup({
-- NOTE: You can change these options as you wish! -- NOTE: You can change these options as you wish!
-- Set highlight on search -- Set highlight on search
vim.o.hlsearch = false vim.o.hlsearch = true
-- Make line numbers default -- Make line numbers default
vim.wo.number = true vim.wo.number = true