This commit is contained in:
bieniucieniu 2025-04-23 16:18:16 +02:00
commit 7bac5a5276
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ vim.g.mapleader = ' '
vim.g.maplocalleader = ' ' vim.g.maplocalleader = ' '
vim.g.have_nerd_font = true vim.g.have_nerd_font = true
vim.opt.number = true vim.opt.number = true
vim.g.loaded_netrw = false vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- You can also add relative line numbers, to help with jumping. -- You can also add relative line numbers, to help with jumping.
-- Experiment for yourself to see if you like it! -- Experiment for yourself to see if you like it!