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
1efc925d16b57659cbb9af5a1579cb1b9ee9643f
LazyVim
/
lua
/
lazyvim
/
plugins
History
Folke Lemaitre
1efc925d16
feat(lsp): make diagnostics configurable with
{"neovim/nvim-lspconfig", opts = {diagnostics = {}}}
.
Fixes
#55
2023-01-13 09:38:15 +01:00
..
extras
fix: add tsx treesitter to typescript lang module (
#48
)
2023-01-12 13:25:42 +01:00
lsp
feat(lsp): make diagnostics configurable with
{"neovim/nvim-lspconfig", opts = {diagnostics = {}}}
.
Fixes
#55
2023-01-13 09:38:15 +01:00
coding.lua
fix(luasnip): don't set remap=true for
<tab>
.
Fixes
#44
2023-01-11 21:19:52 +01:00
colorscheme.lua
feat(colorscheme)!: LazyVim now loads the colorscheme configured with config.colorscheme. See the docs for more info
2023-01-10 11:14:27 +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:
util
=>
Util
for consistency
2023-01-12 13:27:12 +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(plugins)!: plugins now use lazy.nvim's new
opts
property to make it far easier to override options
2023-01-08 15:05:34 +01:00
ui.lua
style: format code (
#53
)
2023-01-13 09:14:25 +01:00
util.lua
refactor(plugins)!: plugins now use lazy.nvim's new
opts
property to make it far easier to override options
2023-01-08 15:05:34 +01:00