aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/markdown_oxide.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-42/+0
| | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.
* feat: add daily note commands for markdown-oxide (#3164)Felix Zeller2024-05-201-5/+25
| | | | | | | | | | | | | * feat: add daily note commands for markdown-oxide * fix: update description * fix: syntax * fix: formatting * fix: formatting * fix: formatting
* fix(markdown_oxide): fix stylint and enable single file mode (#3118)Raphael2024-04-231-1/+2
|
* fix(markdown_oxide): update root_dir and description (#3114)Felix Zeller2024-04-231-6/+8
| | | | | | | | | | | | | | * fix: root_dir for lspconfig * fix: markdown oxide description * fix: remove unused util * docs: update server_configurations.md skip-checks: true --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add markdown-oxide lsp (#3030)Felix Zeller2024-02-291-0/+19
* feat: add markdown-oxide lsp * fix: style * fix: modify root_dir to include git repos * fix: fix undefined lspconfig error * fix: style * fix: use util Co-authored-by: Raphael <glephunter@gmail.com> * fix: use find git ancestor Co-authored-by: Raphael <glephunter@gmail.com> * Update markdown_oxide.lua Co-authored-by: Raphael <glephunter@gmail.com> --------- Co-authored-by: Raphael <glephunter@gmail.com>