summaryrefslogtreecommitdiff
path: root/nvim/lua/options.lua
diff options
context:
space:
mode:
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,
}