wip
This commit is contained in:
parent
9f894b2306
commit
1320fb0683
5
init.lua
5
init.lua
|
|
@ -90,8 +90,13 @@ P.S. You can delete this when you're done too. It's your config now! :)
|
|||
vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = ' '
|
||||
|
||||
<<<<<<< HEAD
|
||||
-- Set to true if you have a Nerd Font installed and selected in the terminal
|
||||
vim.g.have_nerd_font = false
|
||||
=======
|
||||
-- Set to true if you have a Nerd Font installed
|
||||
vim.g.have_nerd_font = true
|
||||
>>>>>>> e91ac7d (wip)
|
||||
|
||||
-- [[ Setting options ]]
|
||||
-- See `:help vim.o`
|
||||
|
|
|
|||
Loading…
Reference in New Issue