please dont break

This commit is contained in:
Robert Gant 2024-12-29 21:48:57 -06:00
parent ebec6f23f1
commit a8e2f92c4b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ vim.g.maplocalleader = ' '
-- Set to true if you have a Nerd Font installed and selected in the terminal -- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = true vim.g.have_nerd_font = true
-- [[ Setting options ]] -- [[ Setting options ]] remove after git fixed
-- See `:help vim.opt` -- See `:help vim.opt`
-- NOTE: You can change these options as you wish! -- NOTE: You can change these options as you wish!
-- For more options, you can see `:help option-list` -- For more options, you can see `:help option-list`