Commit graph

11 commits

Author SHA1 Message Date
Abouzar Parvan
b034837613
Refactor of c/cpp lsp and formatting (#947) 2021-07-14 20:49:01 -04:00
christianchiarulli
2a7b3d4892 reformat most langs 2021-07-14 18:50:07 -04:00
Huynh Viet
abab0d5e82
Typo (#924)
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-14 01:43:09 -04:00
Abouzar Parvan
de7ec62f5f
Added default formatters (#908)
* 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-13 19:49:36 -04:00
hui.liu
53fed9d655
Check lsp client is active for all language files (#790) 2021-07-08 12:35:41 -04:00
Rafael
71c5cb4f0b
(feat) use neoformat as the defalt format option (#715) 2021-07-05 16:01:19 -04:00
Rafael
9f511bcb59
start formatting rules 2021-07-04 22:14:01 -03:00
James Walmsley
af3e51eec8
[LSP] clang - Support autoformat for all file-types. (#634) 2021-07-03 21:16:24 -04:00
Mayank Dutta
7dc564c427
added Clangd format_on_save (#621)
* 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 <info@Mayanks-MacBook-Air.local>
2021-07-03 17:13:57 -04:00
James Walmsley
af207091bc
[LSP] clang - Better defaults for clangd. (#601) 2021-07-02 19:44:18 -04:00
James Walmsley
85c24bc2f7
[FTPLUGIN] Rename cpp -> c neovim sources c for c and cpp. (#598) 2021-07-02 16:20:09 -04:00
Renamed from ftplugin/cpp.lua (Browse further)