index
:
LunarVim.git
appname-impl
bootstrap-stdpath
feat-dapui-layout
feat-luasnip-setup-tables
feat/handlers-override
luasnip-refactor
mason-nullls-dap
master
nvim-v0.9-bump
nvim_appname-refactor
plugins-bump
refactor-toggleterm-exec
refactor/builtins
refactor/config-structure
release-1.2/neovim-0.8
release-1.3/neovim-0.9
remove-old-colorschemes
rolling
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
lvim
/
core
/
treesitter.lua
Age
Commit message (
Expand
)
Author
2023-01-25
fix: don't overriding user's config
LostNeophyte
2023-01-25
refactor!: put all plugin options under `opts`
LostNeophyte
2023-01-25
fix completion
LostNeophyte
2023-01-25
small fixes
LostNeophyte
2023-01-25
refactor: use callbacks for configuring builtins
LostNeophyte
2023-01-10
refactor(treesitter)!: use auto-install by default (#3677)
kylo252
2023-01-09
fix(ts): disable indent for c and cpp (#3687)
LostNeophyte
2022-11-28
perf: handle big files better (#3449)
LostNeophyte
2022-11-16
fix(tree-sitter): force update bundled parsers (#3475)
kylo252
2022-11-01
perf(treesitter): disable in big files (#3268)
LostNeophyte
2022-05-11
fix(autocmds): disable commentstring_calc on cursor-hold (#2581)
kylo252
2021-12-28
refactor: avoid running ts.setup in headless (#2119)
kylo252
2021-11-05
feat: enable context commentstring by default (#1904)
Christian Chiarulli
2021-11-03
fix: dashboard now runs on fresh installs (#1896)
kylo252
2021-10-10
feat: add an independent lvim namespace (#1699)
kylo252