diff --git a/lazy-lock.json b/lazy-lock.json index c2da35b..7330132 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -23,7 +23,7 @@ "lualine.nvim": { "branch": "master", "commit": "e99d733e0213ceb8f548ae6551b04ae32e590c80" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "a81503f0019942111fe464209237f8b4e85f4687" }, "mason-null-ls.nvim": { "branch": "main", "commit": "29ce60f9a16fef3de682a9365ef635f24ae92bf9" }, - "mason.nvim": { "branch": "main", "commit": "63988d84311defc54a36d8befcb8df3646ac1cbc" }, + "mason.nvim": { "branch": "main", "commit": "bf087883b05082a07ec2abe22e904b227b21f0d3" }, "mini.animate": { "branch": "main", "commit": "b0c717ed5513b5f23e7c48615449c7dc9fabd05b" }, "mini.indentscope": { "branch": "main", "commit": "43f6761c9a3e397b7c12b3c72f678bcf61efcfcf" }, "neoscroll.nvim": { "branch": "master", "commit": "d7601c26c8a183fa8994ed339e70c2d841253e93" }, diff --git a/lua/user/options.lua b/lua/user/options.lua index 81557e5..7dc3d22 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -38,8 +38,8 @@ local options = { writebackup = false, -- Disable making a backup before overwriting a file -- minimal number of screen columns either side of cursor if wrap is `false` -- guifont = "monospace:h17", -- the font used in graphical neovim applications - -- guifont = "Source_Code_Pro:h17", -- the font used in graphical neovim applications - guifont = "Hack_Nerd_Font:h17", -- the font used in graphical neovim applications + guifont = "Source Code Pro:h17", -- the font used in graphical neovim applications + -- guifont = "Hack Nerd Font:h17", -- the font used in graphical neovim applications whichwrap = "bs<>[]hl", -- which "horizontal" keys are allowed to travel to prev/next line -- which "horizontal" keys are allowed to travel to prev/next line }