-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!doctype html><html lang=en dir=ltr><head><meta property="og:title" content="Finder"><meta property="og:description" content="Usage # Finder is an UI to show LSP methods search result. | ||
Invoke :Lspsaga finder and you will see the finder window. By default it shows results for references and implementation. | ||
Default Options # These are default options in finder section: | ||
max_height = 0.5 max_height of the finder window (float layout) left_width = 0.3 Width of the left finder window (float layout) right_width = 0.3 Width of the right finder window (float layout) default = 'ref+imp' Default search results shown, ref for “references” and imp for “implementation” methods = {} Keys are alias of LSP methods."><meta property="og:type" content="article"><meta property="og:url" content="https://nvimdev.github.io/lspsaga/finder/"><meta property="article:section" content="lspsaga"><meta property="article:modified_time" content="2023-07-16T09:47:06+08:00"><meta property="og:site_name" content="nvimdev"><title>Finder | nvimdev</title><link rel=manifest href=/manifest.json><link rel=icon href=/favicon.png type=image/x-icon><link rel=stylesheet href=/book.min.33e14a821bcbe327dcede511392f720b8f5529c0e5c69b72fa11641c6383d61c.css integrity="sha256-M+FKghvL4yfc7eUROS9yC49VKcDlxpty+hFkHGOD1hw=" crossorigin=anonymous><meta charset=utf-8><meta name=description content="Usage # Finder is an UI to show LSP methods search result. | ||
max_height = 0.5 max_height of the finder window (float layout) left_width = 0.3 Width of the left finder window (float layout) right_width = 0.3 Width of the right finder window (float layout) default = 'ref+imp' Default search results shown, ref for “references” and imp for “implementation” methods = {} Keys are alias of LSP methods."><meta property="og:type" content="article"><meta property="og:url" content="https://nvimdev.github.io/lspsaga/finder/"><meta property="article:section" content="lspsaga"><meta property="article:modified_time" content="2024-11-29T21:23:47+08:00"><meta property="og:site_name" content="nvimdev"><title>Finder | nvimdev</title><link rel=manifest href=/manifest.json><link rel=icon href=/favicon.png type=image/x-icon><link rel=stylesheet href=/book.min.33e14a821bcbe327dcede511392f720b8f5529c0e5c69b72fa11641c6383d61c.css integrity="sha256-M+FKghvL4yfc7eUROS9yC49VKcDlxpty+hFkHGOD1hw=" crossorigin=anonymous><meta charset=utf-8><meta name=description content="Usage # Finder is an UI to show LSP methods search result. | ||
Invoke :Lspsaga finder and you will see the finder window. By default it shows results for references and implementation. | ||
Default Options # These are default options in finder section: | ||
max_height = 0.5 max_height of the finder window (float layout) left_width = 0.3 Width of the left finder window (float layout) right_width = 0.3 Width of the right finder window (float layout) default = 'ref+imp' Default search results shown, ref for “references” and imp for “implementation” methods = {} Keys are alias of LSP methods."><title>Finder</title><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" type=image/png href=https://nvimdev.github.io/favicon.png><link href=https://nvimdev.github.io/styles.e08ceb33360cec132feb69cfb982e2a4.min.css rel=stylesheet><link href=https://nvimdev.github.io/quartz/styles/_light_syntax.86a48a52faebeaaf42158b72922b1c90.min.css rel=stylesheet id=theme-link><link rel=preload href=https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css as=style onload='this.onload=null,this.rel="stylesheet"' integrity=sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js integrity=sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx crossorigin=anonymous></script> | ||
|
@@ -28,10 +28,10 @@ | |
<a class=anchor href=#default-keymaps>#</a></h2><p>These are default keymaps in <code>finder.keys</code> table section:</p><ul><li><code>shuttle = '[w'</code> shuttle bettween the finder layout window</li><li><code>toggle_or_open = 'o'</code> toggle expand or open</li><li><code>vsplit = 's'</code> open in vsplit</li><li><code>split = 'i'</code> open in split</li><li><code>tabe = 't'</code> open in tabe</li><li><code>tabnew = 'r'</code> open in new tab</li><li><code>quit = 'q'</code> quit the finder, only works in layout left window</li><li><code>close = '<C-c>k'</code> close finder</li></ul><h2 id=advanced-configuration>Advanced Configuration | ||
<a class=anchor href=#advanced-configuration>#</a></h2><p>Put the option, which you want change in <code>setup</code> function parameter table like config below:</p><div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-lua data-lang=lua><span style=display:flex><span>require(<span style=color:#e6db74>'lspsaga'</span>).setup({ | ||
</span></span><span style=display:flex><span> finder <span style=color:#f92672>=</span> { | ||
</span></span><span style=display:flex><span> max_height <span style=color:#f92672>=</span> <span style=color:#ae81ff>0.6</span> | ||
</span></span><span style=display:flex><span> max_height <span style=color:#f92672>=</span> <span style=color:#ae81ff>0.6</span>, | ||
</span></span><span style=display:flex><span> keys <span style=color:#f92672>=</span> { | ||
</span></span><span style=display:flex><span> vsplit <span style=color:#f92672>=</span> <span style=color:#e6db74>'v'</span> | ||
</span></span><span style=display:flex><span> } | ||
</span></span><span style=display:flex><span> vsplit <span style=color:#f92672>=</span> <span style=color:#e6db74>'v'</span>, | ||
</span></span><span style=display:flex><span> }, | ||
</span></span><span style=display:flex><span> } | ||
</span></span><span style=display:flex><span>}) | ||
</span></span></code></pre></div><h3 id=change-lsp-search-options>Change LSP Search Options | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://nvimdev.github.io/lspsaga/breadcrumbs/</loc><lastmod>2024-11-28T20:25:10+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/callhierarchy/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/codeaction/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/definition/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/diagnostic/</loc><lastmod>2023-07-23T11:34:00-04:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/finder/</loc><lastmod>2023-07-16T09:47:06+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/floaterm/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/hover/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/implement/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/lightbulb/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/outline/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/rename/</loc><lastmod>2023-07-12T20:59:05+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/misc/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/guard/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/indentmini/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/</loc><lastmod>2024-04-25T17:02:34+08:00</lastmod></url><url><loc>https://nvimdev.github.io/nvim-plugin-template/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/categories/</loc></url><url><loc>https://nvimdev.github.io/tags/lspasga/</loc><lastmod>2023-07-16T09:47:06+08:00</lastmod></url><url><loc>https://nvimdev.github.io/tags/lspsaga/</loc><lastmod>2024-11-28T20:25:10+08:00</lastmod></url><url><loc>https://nvimdev.github.io/tags/</loc><lastmod>2024-11-28T20:25:10+08:00</lastmod></url><url><loc>https://nvimdev.github.io/</loc><lastmod>2023-10-02T15:34:42+08:00</lastmod></url></urlset> | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://nvimdev.github.io/lspsaga/breadcrumbs/</loc><lastmod>2024-11-28T20:25:10+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/callhierarchy/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/codeaction/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/definition/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/diagnostic/</loc><lastmod>2023-07-23T11:34:00-04:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/finder/</loc><lastmod>2024-11-29T21:23:47+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/floaterm/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/hover/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/implement/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/lightbulb/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/outline/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/rename/</loc><lastmod>2023-07-12T20:59:05+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/misc/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/guard/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/indentmini/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/lspsaga/</loc><lastmod>2024-04-25T17:02:34+08:00</lastmod></url><url><loc>https://nvimdev.github.io/nvim-plugin-template/</loc><lastmod>2023-07-11T16:26:08+08:00</lastmod></url><url><loc>https://nvimdev.github.io/categories/</loc></url><url><loc>https://nvimdev.github.io/tags/lspasga/</loc><lastmod>2024-11-29T21:23:47+08:00</lastmod></url><url><loc>https://nvimdev.github.io/tags/lspsaga/</loc><lastmod>2024-11-28T20:25:10+08:00</lastmod></url><url><loc>https://nvimdev.github.io/tags/</loc><lastmod>2024-11-29T21:23:47+08:00</lastmod></url><url><loc>https://nvimdev.github.io/</loc><lastmod>2023-10-02T15:34:42+08:00</lastmod></url></urlset> |