summaryrefslogtreecommitdiff
path: root/ftplugin/c.lua
AgeCommit message (Collapse)Author
2021-10-03refactor: auto-generate language configuration (#1584)kylo252
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-07-24New contract (#1080)Christian Chiarulli
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
2021-07-14Refactor of c/cpp lsp and formatting (#947)Abouzar Parvan
2021-07-14reformat most langschristianchiarulli
2021-07-14Typo (#924)Huynh Viet
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
2021-07-13Added default formatters (#908)Abouzar Parvan
* 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
2021-07-08Check lsp client is active for all language files (#790)hui.liu
2021-07-05(feat) use neoformat as the defalt format option (#715)Rafael
2021-07-04start formatting rulesRafael
2021-07-03[LSP] clang - Support autoformat for all file-types. (#634)James Walmsley
2021-07-03added Clangd format_on_save (#621)Mayank Dutta
* 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]>
2021-07-02[LSP] clang - Better defaults for clangd. (#601)James Walmsley
2021-07-02[FTPLUGIN] Rename cpp -> c neovim sources c for c and cpp. (#598)James Walmsley