THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
hiifong
/
LazyVim
Watch
1
Star
0
Fork
0
You've already forked LazyVim
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5d3e126b63c3ebebc01cf7f847464562c553bf32
LazyVim
/
lua
/
lazyvim
/
plugins
History
Folke Lemaitre
5d3e126b63
feat(lsp): ignore lsp servers where setting is set to
false
2023-01-19 22:10:38 +01:00
..
extras
fix(version): don't use version for schemastore and nvim-cmp. Last version is too old
2023-01-16 20:39:20 +01:00
lsp
feat(lsp): ignore lsp servers where setting is set to
false
2023-01-19 22:10:38 +01:00
coding.lua
feat(mini.surround): added lazy keys with descriptions to mini.surround
2023-01-16 21:16:51 +01:00
colorscheme.lua
fix(plugins): fix the laziness of all plugins to still work as intended with
config.defaults.lazy = false
.
Fixes
#67
2023-01-16 16:49:29 +01:00
core.lua
refactor(config): moved loading of options, keymaps and autocmds to lazyvim.config
2023-01-10 11:14:27 +01:00
editor.lua
refactor(todo)!:
<leader>xtt
=>
<leader>xT
2023-01-17 14:22:09 +01:00
init.lua
feat(notify): delay notifs till replaced or at most 500ms to prevent more prompts
2023-01-10 23:00:56 +01:00
treesitter.lua
refactor(treesitter)!: use
<bs>
in visual mode to shrink delection.
Fixes
#71
2023-01-17 14:44:52 +01:00
ui.lua
feat(buffer)!: remove
<leader>b[
,
<leader>b]
in favor of
]b
and
[b
2023-01-19 14:16:03 +01:00
util.lua
fix(plugins): fix the laziness of all plugins to still work as intended with
config.defaults.lazy = false
.
Fixes
#67
2023-01-16 16:49:29 +01:00