mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-22 19:54:51 +02:00
refactor: move icons to settings and add setup method for configs extending LazyVim (like my own dots)
This commit is contained in:
parent
ff777b5efd
commit
7a49913cf2
8 changed files with 57 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue