diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-04-01 21:08:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-01 21:08:41 +0200 |
| commit | 8cbfc30c4b238cc2465ff256803f7747376f046a (patch) | |
| tree | 58c5d5e97261a876eec01ec5b4339f9e3088d6e1 /doc/lspconfig.txt | |
| parent | refactor: fix stylua lint error (#2535) (diff) | |
| download | nvim-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.txt | 2 |
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') |
