refactor: move icons to settings and add setup method for configs extending LazyVim (like my own dots)

This commit is contained in:
Folke Lemaitre 2023-01-03 21:04:35 +01:00
parent ff777b5efd
commit 7a49913cf2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
8 changed files with 57 additions and 40 deletions

View file

@ -1,6 +1,3 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "
vim.opt.autowrite = true -- enable auto write
vim.opt.clipboard = "unnamedplus" -- sync with system clipboard
vim.opt.cmdheight = 1