update plugins

This commit is contained in:
asep komarudin 2023-03-14 11:57:59 +07:00
parent 650a4061f0
commit e595ecf187
2 changed files with 3 additions and 3 deletions

View file

@ -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" },

View file

@ -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
}