chore: comments cleanup
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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 = "\\"
|
||||||
|
|||||||
Reference in New Issue
Block a user