13 Commits (6f0aa376a8f8e52d33cede45e903767644c7e401)

Author SHA1 Message Date
siduck 6f0aa376a8 set shiftwidth to 2 | format all files
big thanks to @ghifarit53
2 years ago
Akianonymus d8a92c75b1 Fix colorizer lazy load messing up cursor position when file is opened 2 years ago
siduck 74f2efca9f BREAKING Change for statusline_separator & tabufline overriders
moved statusline & tabufline into a new plugin to keep the base config clean and fix issues like (#1307)
2 years ago
asiryk 9c07c5c2ed fix typo in treesitter init cmds 2 years ago
siduck 62b9c09f44 fix tabufline crash when formatting buf | (#1265) 2 years ago
siduck 876295ec02 rm misleading field name for tabufline in default_config 2 years ago
siduck 845d5b4866 write own lightweight tabufline | remove bufferline 2 years ago
siduck 4f1ee6ec8f Breaking change for statusline_separator field users | optimize statusline & make it overridable
added cmd fields for various plugins for example lspinstaller+lspconfig gets loaded only when a file opened but their commands can be run before a file is opened so I additionally lazy loaded them on their cmds too
2 years ago
siduck 9bca3eacae clean config | fix (#1225) (#1226) 2 years ago
vlaw 349ee96a20 feat: export lazy_load function for user custom plugins 2 years ago
tomaswyz 977864e24d Update lazy_load.lua
just load bufferline once. let `nvim somedir/*lua` working
2 years ago
tomaswyz 1383117bd3 Update lazy_load.lua
just check dir ,not check every file
2 years ago
siduck 0bde81a074 Improve startuptime | remove un-needed plugins | lazy load plugin highlights too
removed nvim-gps as nvim-navic or winbar.nvim will be added when v0.8 neovim releases. Removed lsp signature as I was able to emulate showing args with the default signature help() window
2 years ago