This website requires JavaScript.
Explore
Help
Sign In
foxen
/
LazyVim
Watch
1
Star
0
Fork
0
You've already forked LazyVim
mirror of
https://github.com/LazyVim/LazyVim.git
synced
2026-03-10 09:27:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7be8efaa8435eec460334ecf94ead7fc3eaa6f39
LazyVim
/
lua
/
lazyvim
/
config
History
Folke Lemaitre
7be8efaa84
fix(keymaps): switch
<leader>gg
and
<leader>gG
to be consistent with the other keymaps
2023-01-20 20:12:47 +01:00
..
autocmds.lua
feat(autocmds): rebalance windows on resize
2023-01-11 16:26:08 +01:00
init.lua
fix(autocmds): load autocmds during startup when argc > 0.
Fixes
#34
2023-01-11 13:00:16 +01:00
keymaps.lua
fix(keymaps): switch
<leader>gg
and
<leader>gG
to be consistent with the other keymaps
2023-01-20 20:12:47 +01:00
options.lua
fix(options): use
vim.opt
and trigger Lazy ui reload when needed.
Fixes
#38
2023-01-11 12:56:07 +01:00
settings.lua
…