aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-11-26 07:34:16 -0800
committerGitHub <noreply@github.com>2024-11-26 07:34:16 -0800
commit16008a64f6ab9309641f30b8a7c9a432f1649b9a (patch)
tree349e8a7678ba9f7579e25f3b7dd1386e344c267d /CONTRIBUTING.md
parentrefactor: remove implementation of util.path.dirname #3460 (diff)
downloadnvim-lspconfig-16008a64f6ab9309641f30b8a7c9a432f1649b9a.tar
nvim-lspconfig-16008a64f6ab9309641f30b8a7c9a432f1649b9a.tar.gz
nvim-lspconfig-16008a64f6ab9309641f30b8a7c9a432f1649b9a.tar.bz2
nvim-lspconfig-16008a64f6ab9309641f30b8a7c9a432f1649b9a.tar.lz
nvim-lspconfig-16008a64f6ab9309641f30b8a7c9a432f1649b9a.tar.xz
nvim-lspconfig-16008a64f6ab9309641f30b8a7c9a432f1649b9a.tar.zst
nvim-lspconfig-16008a64f6ab9309641f30b8a7c9a432f1649b9a.zip
ci: check for deprecated util functions #3462
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 212788a0..e18932cb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -43,7 +43,7 @@ reading your `config` source code, so the less indirection in your code, the mor
* `root_dir`: function which returns the root of the project, used to decide if lspconfig should launch a new language server, or attach a previously launched server when you open a new buffer matching the filetype of the server.
* See `:help lspconfig-new`.
* See `vim.fs.root()`
- * Do not use `vim.fn.cwd` or `util.path.dirname`.
+ * Do not use `vim.fn.cwd` or `vim.fs.dirname`.
Additionally, these options are often useful: