aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nvim/lua/config/options.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua
index 409c620..7d6a2fb 100644
--- a/nvim/lua/config/options.lua
+++ b/nvim/lua/config/options.lua
@@ -72,9 +72,6 @@ opt.completeopt = { "longest", "menuone", "noselect", "popup" }
72opt.makeprg = "gmake" 72opt.makeprg = "gmake"
73opt.autowrite = true 73opt.autowrite = true
74 74
75-- Guifont
76opt.guifont = "JetBrains Mono Semibold:h12"
77
78-- Swap files und Undo 75-- Swap files und Undo
79opt.swapfile = false 76opt.swapfile = false
80opt.undofile = true 77opt.undofile = true