summaryrefslogtreecommitdiff
path: root/nvim/lua/options.lua
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2025-07-24 07:50:52 -0400
committerJosh <joshott16@gmail.com>2025-07-24 07:50:52 -0400
commit993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c (patch)
treea5b6e949a1b63c37fa6e79f11c76f38b3cca6ee7 /nvim/lua/options.lua
parent18dfac596c61c4f3cf7094579680a80657c51845 (diff)
downloaddotfiles-993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c.tar.gz
dotfiles-993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c.zip
update neovim colorscheme
Diffstat (limited to 'nvim/lua/options.lua')
-rw-r--r--nvim/lua/options.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua
index 5974579..c8271f5 100644
--- a/nvim/lua/options.lua
+++ b/nvim/lua/options.lua
@@ -27,7 +27,6 @@ local options = {
ignorecase = true,
smartcase = true,
- guifont = "FiraCode:h10",
showmode = false,
}