aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
Commit message (Collapse)AuthorAgeFilesLines
* lsp/c: set compilationDatabaseDirectorysinanmohd2024-04-061-0/+1
| | | | | | | | | ccls relies on a JSON compilation database specified as compile_commands.json. npass need this after the switch to meson build to locate header files. for meson projects this assumes the name of the build directory is "/build". as of writing this, the project root directory is detected using the presence of ".git". https://git.sinanmohd.com/npass/commit/?id=4ff6158a6cd29e87222387870e6f01aca41b8183
* lsp/go: initsinanmohd2024-03-052-0/+13
|
* fmt: set column_width to 80, sort requiresinanmohd2024-03-053-4/+9
|
* lsp/svelte: initsinanmohd2024-03-052-1/+17
|
* fmt: init styluasinanmohd2024-03-016-164/+163
|
* plugins/lsp: initsinanmohd2024-03-017-10/+217
|
* plugins: initsinanmohd2024-03-015-0/+135