aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lspconfig.txt
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-04-01 21:08:41 +0200
committerGitHub <noreply@github.com>2023-04-01 21:08:41 +0200
commit8cbfc30c4b238cc2465ff256803f7747376f046a (patch)
tree58c5d5e97261a876eec01ec5b4339f9e3088d6e1 /doc/lspconfig.txt
parentrefactor: fix stylua lint error (#2535) (diff)
downloadnvim-lspconfig-8cbfc30c4b238cc2465ff256803f7747376f046a.tar
nvim-lspconfig-8cbfc30c4b238cc2465ff256803f7747376f046a.tar.gz
nvim-lspconfig-8cbfc30c4b238cc2465ff256803f7747376f046a.tar.bz2
nvim-lspconfig-8cbfc30c4b238cc2465ff256803f7747376f046a.tar.lz
nvim-lspconfig-8cbfc30c4b238cc2465ff256803f7747376f046a.tar.xz
nvim-lspconfig-8cbfc30c4b238cc2465ff256803f7747376f046a.tar.zst
nvim-lspconfig-8cbfc30c4b238cc2465ff256803f7747376f046a.zip
docs: fix typo
Diffstat (limited to 'doc/lspconfig.txt')
-rw-r--r--doc/lspconfig.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt
index 583f9778..cff149d6 100644
--- a/doc/lspconfig.txt
+++ b/doc/lspconfig.txt
@@ -370,7 +370,7 @@ below returns a function that takes as its argument the current buffer path.
- `util.root_pattern`: function which takes multiple arguments, each
corresponding to a different root pattern against which the contents of the
- current directory are matched using |vim.fin.glob()| while traversing up the
+ current directory are matched using |vim.fn.glob()| while traversing up the
filesystem.
>
root_dir = util.root_pattern('pyproject.toml', 'requirements.txt')