Age | Commit message (Collapse) | Author |
|
Refactor the monolithic `lvim.lang` design into a more modular approach.
IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
|
|
Changes to the global config object
O is now lvim
user_plugins is now plugins
user_autocommands is now autocommands
No more lang specific plugins
Null-ls has replaced both formatter.nvim and nvim-lint
|
|
|
|
|
|
Fixed : E5108: Error executing lua /home/qvieth/.config/nvim/ftplugin/cpp.lua:4: attempt to index field 'c' (a nil value) while using Formatted for C
|
|
* added default formatters for a couple of langs
* fix: sugesstions from tastyep
* allow users to change default formatters
* suggestion: mellow pointed out the telescope issue
* we don't need to use formatter.setup
|
|
|
|
|
|
|
|
|
|
* clang autoformat do save lot of trouble
* clang autoformat do save lot of trouble
* clang indentation done, comments updated
* clang indentation done, comments updated
Co-authored-by: Mayank Sharma <[email protected]>
|
|
|
|
|