This website requires JavaScript.
Explore
Help
Sign in
mirror
/
LazyVim.LazyVim
Watch
1
Star
0
Fork
You've already forked LazyVim.LazyVim
0
mirror of
https://github.com/LazyVim/LazyVim.git
synced
2025-06-24 17:58:51 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1efc925d16
LazyVim.LazyVim
/
lua
/
lazyvim
History
Download ZIP
Download TAR.GZ
Folke Lemaitre
1efc925d16
feat(lsp): make diagnostics configurable with
{"neovim/nvim-lspconfig", opts = {diagnostics = {}}}
.
Fixes
#55
2023-01-13 09:38:15 +01:00
..
config
fix(keymaps):
<leader>ur
now does the same as Neovim's better
<c-l>
2023-01-13 09:02:14 +01:00
plugins
feat(lsp): make diagnostics configurable with
{"neovim/nvim-lspconfig", opts = {diagnostics = {}}}
.
Fixes
#55
2023-01-13 09:38:15 +01:00
util
fix(luasnip): don't set remap=true for
<tab>
.
Fixes
#44
2023-01-11 21:19:52 +01:00
init.lua
feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }.
config.settings
is deprecated
2023-01-10 11:14:27 +01:00