diff options
| author | Artem Pyanykh <arr@fb.com> | 2022-06-06 12:52:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 04:52:29 -0700 |
| commit | 8c951a591af5c44be8dbedf78436617e915f12e1 (patch) | |
| tree | 6379a5653a706b2a1fd6e599a90548e30914db47 /lua/lspconfig/server_configurations/zeta_note.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-8c951a591af5c44be8dbedf78436617e915f12e1.tar nvim-lspconfig-8c951a591af5c44be8dbedf78436617e915f12e1.tar.gz nvim-lspconfig-8c951a591af5c44be8dbedf78436617e915f12e1.tar.bz2 nvim-lspconfig-8c951a591af5c44be8dbedf78436617e915f12e1.tar.lz nvim-lspconfig-8c951a591af5c44be8dbedf78436617e915f12e1.tar.xz nvim-lspconfig-8c951a591af5c44be8dbedf78436617e915f12e1.tar.zst nvim-lspconfig-8c951a591af5c44be8dbedf78436617e915f12e1.zip | |
feat: add Marksman markdown LSP, retire zeta-note (#1946)
Zeta-Note was retired. Marksman is a successor to the original project, but now
instead of being a "**Zettelkasten LSP** that happened to be in Markdown" it's a
"**Markdown LSP** that *also* supports Zettelkasten-like note-taking'.
Diffstat (limited to 'lua/lspconfig/server_configurations/zeta_note.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/zeta_note.lua | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lua/lspconfig/server_configurations/zeta_note.lua b/lua/lspconfig/server_configurations/zeta_note.lua deleted file mode 100644 index 0095261b..00000000 --- a/lua/lspconfig/server_configurations/zeta_note.lua +++ /dev/null @@ -1,22 +0,0 @@ -local util = require 'lspconfig.util' - -return { - default_config = { - cmd = { 'zeta-note' }, - filetypes = { 'markdown' }, - root_dir = util.root_pattern '.zeta.toml', - }, - docs = { - description = [[ -https://github.com/artempyanykh/zeta-note - -Markdown LSP server for easy note-taking with cross-references and diagnostics. - -Binaries can be downloaded from https://github.com/artempyanykh/zeta-note/releases -``` -]], - default_config = { - root_dir = [[root_pattern(".zeta.toml")]], - }, - }, -} |
