chore: comments cleanup

This commit is contained in:
Ward Truyen
2026-03-17 21:13:23 +01:00
parent d9681824b4
commit aa04d192ef
2 changed files with 1 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ require("ward.lazy")
if vim.g.neovide then if vim.g.neovide then
vim.g.neovide_opacity = 0.75 vim.g.neovide_opacity = 0.75
vim.g.neovide_window_blurred = true vim.g.neovide_window_blurred = true
-- vim.o.guifont = "Source Code Pro:h12"
-- Increase/Decrease scale factor -- Increase/Decrease scale factor
local change_scale_factor = function(delta) local change_scale_factor = function(delta)

View File

@@ -1,4 +1,4 @@
--$ I'll have all my standard remappings here, some plugins will add and overwrite --$ My default keymap settings, some plugins can add and overwrite these keymap settings
--$ Leaders go first --$ Leaders go first
vim.g.mapleader = " " vim.g.mapleader = " "
vim.g.maplocalleader = "\\" vim.g.maplocalleader = "\\"