feat(options): enable netrw and highlight

This commit is contained in:
Matej Janezic 2023-10-08 16:42:19 +02:00
parent a4fc7253ad
commit e885214f90
Signed by: janezicmatej
SSH Key Fingerprint: SHA256:3vE2ixAKI8uRNhob5xDwoa9mMPUsxsM4QRHNcPuMHew
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
-- See `:help vim.o`
-- disable netrw
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- vim.g.loaded_netrw = 1
-- vim.g.loaded_netrwPlugin = 1
-- Set highlight on search
vim.o.hlsearch = false
vim.o.hlsearch = true
-- Make line numbers default
vim.wo.number = true