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
/
indentlines.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-17
fix(indentlines): typo (#3743)
LostNeophyte
2023-01-17
fix(indentlines): set indent_char to LineLeft (#3741)
LostNeophyte
2023-01-10
refactor: migrate to lazy.nvim (#3647)
LostNeophyte
2022-11-28
perf: handle big files better (#3449)
LostNeophyte
2022-11-01
perf(treesitter): disable in big files (#3268)
LostNeophyte
2022-10-02
feat: move icons to a single icons file (#3115)
Philippe Richard
2022-10-03
feat: reload and lir color update (#3123)
Christian Chiarulli
2022-09-21
feat(indentblankline): show first indent level
Christian Chiarulli
2022-09-21
fix(indentblankline): make sure to use the new syntax for all options (#3058)
Abouzar Parvan
2022-09-21
Indentlines (#3057)
Christian Chiarulli
2022-09-21
feat: add indentlines (#3056)
Christian Chiarulli