We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aeddfd commit b69eb1bCopy full SHA for b69eb1b
init.lua
@@ -84,14 +84,18 @@ I hope you enjoy your Neovim journey,
84
P.S. You can delete this when you're done too. It's your config now! :)
85
--]]
86
87
+-- NOTE Adding a
88
+
89
+vim.wo.relativenumber = true
90
91
-- Set <space> as the leader key
92
-- See `:help mapleader`
93
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
94
vim.g.mapleader = ' '
95
vim.g.maplocalleader = ' '
96
97
-- Set to true if you have a Nerd Font installed and selected in the terminal
-vim.g.have_nerd_font = false
98
+vim.g.have_nerd_font = true
99
100
-- [[ Setting options ]]
101
-- See `:help vim.opt`
0 commit comments