diff --git a/docs-preview-1376/assets/search-data.json b/docs-preview-1376/assets/search-data.json index 222ebffa..90dbec78 100644 --- a/docs-preview-1376/assets/search-data.json +++ b/docs-preview-1376/assets/search-data.json @@ -1 +1 @@ -[{"id":"1","title":"Configuring nvf","content":"Configuring nvf\nnvf allows for very extensive configuration in Neovim through the Nix module interface. The below chapters describe several of the options exposed in nvf for your convenience. You might also be interested in the helpful tips section for more advanced or unusual configuration options supported by nvf.\nNote that this section does not cover module options. For an overview of all module options provided by nvf, please visit the options reference","path":"configuring.html","tokens":["convenience","for","reference","very","more","all","you","extensive","provided","allows","interface","note","this","visit","below","section","not","through","supported","cover","overview","interested","nvf","configuration","several","exposed","the","describe","module","might","helpful","your","tips","nix","options","also","advanced","neovim","unusual","configuring","that","chapters","does","please"],"title_tokens":["configuring","nvf"],"anchors":[{"text":"Configuring nvf","id":"ch-configuring","level":1,"tokens":["nvf","configuring"]},{"text":"Custom Plugins","id":"ch-custom-plugins","level":1,"tokens":["custom","plugins"]},{"text":"Adding Plugins","id":"ch-adding-plugins","level":2,"tokens":["adding","plugins"]},{"text":"Configuring","id":"sec-configuring-plugins","level":1,"tokens":["configuring"]},{"text":"Lazy Plugins","id":"ch-vim-lazy-plugins","level":2,"tokens":["plugins","lazy"]},{"text":"Standard API","id":"ch-vim-extra-plugins","level":2,"tokens":["api","standard"]},{"text":"Setup using luaConfigRC","id":"setup-using-luaconfigrc","level":3,"tokens":["luaconfigrc","setup","using"]},{"text":"Lazy Method","id":"sec-lazy-method","level":1,"tokens":["method","lazy"]},{"text":"LazyFile event","id":"sec-lazyfile-event","level":2,"tokens":["event","lazyfile"]},{"text":"Non-lazy Method","id":"sec-non-lazy-method","level":1,"tokens":["method","non-lazy"]},{"text":"Legacy Method","id":"sec-legacy-method","level":1,"tokens":["method","legacy"]},{"text":"Adding New Plugins","id":"sec-adding-new-plugins","level":2,"tokens":["adding","plugins","new"]},{"text":"Overriding plugins","id":"ch-overriding-plugins","level":1,"tokens":["plugins","overriding"]},{"text":"Language Support","id":"ch-languages","level":1,"tokens":["language","support"]},{"text":"LSP Custom Packages/Command","id":"sec-languages-custom-lsp-packages","level":1,"tokens":["lsp","command","custom","packages"]},{"text":"Custom LSP Servers","id":"ch-custom-lsp-servers","level":2,"tokens":["custom","lsp","servers"]},{"text":"Custom keymaps","id":"ch-keymaps","level":1,"tokens":["keymaps","custom"]},{"text":"Using DAGs","id":"ch-using-dags","level":1,"tokens":["dags","using"]},{"text":"entryAnywhere","id":"sec-types-dag-entryAnywhere","level":2,"tokens":["entryanywhere"]},{"text":"entryAfter","id":"ch-types-dag-entryAfter","level":2,"tokens":["entryafter"]},{"text":"entryBefore","id":"ch-types-dag-entryBefore","level":2,"tokens":["entrybefore"]},{"text":"entryBetween","id":"sec-types-dag-entryBetween","level":2,"tokens":["entrybetween"]},{"text":"entriesAnywhere","id":"sec-types-dag-entriesAnywhere","level":2,"tokens":["entriesanywhere"]},{"text":"entriesAfter","id":"sec-types-dag-entriesAfter","level":2,"tokens":["entriesafter"]},{"text":"entriesBefore","id":"sec-types-dag-entriesBefore","level":2,"tokens":["entriesbefore"]},{"text":"entriesBetween","id":"sec-types-dag-entriesBetween","level":2,"tokens":["entriesbetween"]},{"text":"DAG entries in nvf","id":"ch-dag-entries","level":1,"tokens":["nvf","entries","dag"]},{"text":"vim.luaConfigRC (top-level DAG)","id":"ch-vim-luaconfigrc","level":2,"tokens":["luaconfigrc","dag","vim","top-level"]},{"text":"Autocommands and Autogroups","id":"ch-autocmds-augroups","level":1,"tokens":["autogroups","and","autocommands"]},{"text":"Autogroups (vim.augroups)","id":"sec-vim-augroups","level":2,"tokens":["autogroups","vim","augroups"]},{"text":"Autocommands (vim.autocmds)","id":"sec-vim-autocmds","level":2,"tokens":["vim","autocmds","autocommands"]}]},{"id":"2","title":"Hacking nvf","content":"Hacking nvf\nnvf is designed for the developer as much as it is designed for the end-user. We would like for any contributor to be able to propagate their changes, or add new features to the project with minimum possible friction. As such, below are the guides and guidelines written to streamline the contribution process and to ensure that your valuable input integrates into nvf's development as seamlessly as possible without leaving any question marks in your head.\nThis section is directed mainly towards those who wish to contribute code into the project. If you instead wish to report a bug, or discuss a potential new feature implementation (which you do not wish to implement yourself) first look among the already open issues and if no matching issue exists you may open a new issue and describe your problem/request.\nWhile creating an issue, please try to include as much information as you can, ideally also include relevant context in which an issue occurs or a feature should be implemented. If you wish to make a contribution, but feel stuck - please do not be afraid to submit a pull request, we will help you get it in.\nGetting Started\nTo contribute to nvf, you'll first want to fork the repository. If you are new to Git and GitHub, do have a look at GitHub's Fork a repo guide for instructions on how you can do this. Once your fork is created, you should create a separate branch based on the most recent main branch. While you can work on the main branch of your repository, it is generally preferable to use feature branches. You should give your branch a reasonably descriptive name (e.g. feature/new-debugger or fix/pesky-bug) and you are ready to work on your changes!\nImplement your changes and commit them to the newly created branch and when you are happy with the result, and positive that it fulfills our Contributing Guidelines, push the branch to GitHub and Create a Pull Request The default pull request template available on the nvf repository will guide you through the rest of the process, and we'll gently nudge you in the correct direction if there are any mistakes.\nBefore submitting your pull request, please ensure that:\nThe code is formatted as described in the formatting section\nThe commit message fits the contributing guidelines (nvf does not use Conventional Commits!)\nYou have updated the changelog entry and optionally updated the documentation with important information\n\nNone of those are reasons for a Pull Request to be closed, but it will reduce the number of \"roundtrips\", or rather, the back-and-forth required before we can merge your Pull Request.\n[!IMPORTANT] If you do not agree with the idea of using Microsoft GitHub for contributions, that is perfectly understandable. Unless you refuse to have your code hosted on this platform, you may submit patches through e-mail.\nYou may send your patches to @NotAShelf using the public e-mail located on the GitHub page. Though, please remember to adhere to the contributing guidelines strictly, as e-mail introduces a significant overhead to the communication process.\nGuidelines\nIf your contribution tightly follows the guidelines, then there is a good chance it will be merged without too much trouble. Some of the guidelines will be strictly enforced, others will remain as gentle nudges towards the correct direction. As we have no automated system enforcing those guidelines, please try to double check your changes before making your pull request in order to avoid \"faulty\" code slipping by.\nIf you are not quite certain how those rules affect the change you are planning to make, then please start a friendly discussion in the discussions tab before you begin developing. This is not a requirement, but it might answer some of your burning questions and make the contribution process easier for all parties.\nFormatting\nThere are various files within the nvf repository. To maintain a sense of consistency and to avoid clashing opinions on how formatters should behave, we are very opinionated on how those files should be formatted.\nNix files must be formatted with the Alejandra formatter, following some specific tips found in Nix style section.\nMarkdown files must be formatted with the deno fmt command, as described in the Markdown style section.\n\nMake sure your code is formatted as described in code style section before your changes are submitted.\nFormatting Commits\nSimilar to code style guidelines we encourage a consistent commit message format as described in commit style guidelines.\nCommit Style\nThe commits in your pull request should be reasonably self-contained. Which means each and every commit in a pull request should make sense both on its own and in general context. That is, a second commit should not resolve an issue that is introduced in an earlier commit. In particular, you will be asked to amend any commit that introduces syntax errors or similar problems even if they are fixed in a later commit.\nThe commit messages should follow the seven rules, except for \"Capitalize the subject line\". We also ask you to include the affected code component or module in the first line. A commit message ideally, but not necessarily, follow the given template from home-manager's own documentation\nwhere {component} refers to the code component (or module) your change affects, {description} is a very brief description of your change, and {long description} is an optional clarifying description.\nAs a rare exception, if there is no clear component, or your change affects many components, then the {component} part is optional. See example commit message for a commit message that fulfills these requirements.\nExample Commit\nThe sample commit from Home Manager contains the following commit message.\nSimilarly, if you are contributing to nvf, you would include the scope of the commit followed by the description:\nLong description can be omitted if the change is too simple to warrant it. A minor fix in spelling or a formatting change does not warrant long description, however, a module addition or removal does as you would like to provide the relevant context, i.e., the reasoning for your commit.\nFor new plugin additions, the following is a good starting point:\nYou can, of course, still include a long description if you wish.\nIn case of nested modules, e.g., modules/languages/java.nix you are recommended to contain the parent as well -- for example languages/java: some major change , or if it's a new language module, languages/java: init\nCode Style\nTreewide\nAcross the tree, you're encouraged to follow kebab-case for file names, and keep text files (such as Markdown) to 80 characters or less. This 80 character recommendation also applies to option descriptions and string literals inside of Nix files.\nMarkdown\nVarious Markdown files are used for documentation in the nvf repository. Besides the README, the manual is written almost entirely in Markdown. Since nvf uses a special variant of CommonMark, dubbed \"Nixpkgs-flavored CommonMark\" within this repository, you are encouraged to use the deno fmt command (provided by pkgs.deno) to format your Markdown sources. To avoid accidentally formatting HTML or CSS files, you might want to specify the file extension as follows:\nYou may also pass --check to the deno fmt command above to see if your formatting complies with the project standards.\nNix\nnvf is formatted by the alejandra tool and the formatting is checked in the pull request and push workflows. Run the nix fmt command inside the project repository before submitting your pull request.\nWhile Alejandra is mostly opinionated on how code looks after formatting, certain changes are done at the user's discretion based on how the original code was structured.\nAttribute Sets\nPlease use one line code for attribute sets that contain only one subset. For example:\nIf you move a line down after the merge operator, Alejandra will automatically unfold the whole merged attribute set for you, which we do not want.\nThough, if the right-hand side is more than a single line, it is okay to move to a new line. For example:\nLists\nFor lists, it is mostly up to your own discretion how you want to format them, but please try to unfold lists if they contain multiple items and especially if they are to include comments.\nTesting Changes\nOnce you have made your changes, you will need to test them thoroughly. To make testing easier you may either use the configuration.nix located in the repository root, or use the development package located in flake/develop.nix. The development package allows you to quickly bootstrap a Neovim configuration with only the required modules, instead of the packages that consume the configuration.nix, so it is generally preferable. To use it navigate to the develop.nix module, and update the configuration set with the Neovim configuration that you would like to test with. For example:\nYou may then run this package with nix run .#develop and check for build or runtime errors. If Neovim builds and opens without any errors, then your changes are good to go. Open your pull request, and it will be reviewed as soon as possible.\nIf your changes are rather large, or if you would like to instead test with a more complex configuration then you might use the configuration.nix for testing. Make your changes, and then build either the default or maximal package to test your changes.\n[!IMPORTANT] configuration.nix is a module used to bootstrap demo packages and should generally not be changed unless migrating old APIs or updating the set of default plugins. Similarly, the develop.nix file is for reference, and testing configurations should not be committed.\nAdding Documentation\nAlmost all changes to nvf's codebase warrant updates to the documentation. At the very least, you must update the relevant changelog document to describe your changes. The documentation files found within the repository use a superset of Nixpkgs Flavoured Markdown thanks to our in-house documentation generator.\nAs a general rule of thumb:\nEverything in the CommonMark spec is supported\nEverything in Nixpkgs Flavoured Markdown is supported\nGithub Flavored Markdown is supported for Tables and Admonitions\n\nBy feeding NDG, our documentation generator, Markdown sources we can generate a HTML manual with various goodies, including a search page and an options page. The latter, found under options.html contains module options, similar to the official Nixpkgs search utility. The supported syntax for NDG can be found over at the library documentation.\nBuilding the Documentation\nThe HTML version of this documentation, dubbed the \"nvf manual\", can be generated and opened by typing the following in a shell within a clone of the nvf Git repository:\nAdditionally, if you are adding new links to the documentation it is generally recommended that you run the package that identifies dead URLs in the documentation:\nYou must ensure that the HTML Documentation builds before submitting a pull request. If the documentation builds, an automatic \"preview\" build will be deployed automatically for your Pull Request. You may use this preview to view your changes as your Pull Request is updated.\nFormatting Changelog Entries\nFor additions, removals or any general change that concerns the users you must add a changelog entry. The changelog entries are later included in the rendered manual for users hoping to learn what has changed.\nTo maintain consistency, you must follow the following format in the changelog:\nIf this is your first contribution, you should add yourself to the changelog. Linking your GitHub account is not a strict requirement; it can be any page that people can use to discover you. Below the link to your profile, you should include a brief description of your changes. Those descriptions must be in past tense, unlike commit messages.\nWhile adding a new section, please insert the section at an arbitrary location under the ## Changelog section rather than the end of the document. This helps avoid merge conflicts.\nBreaking Changes\nIf you are introducing breaking changes to the repository, then you must also briefly mention what has changed in the breaking changes section of the changelog document that you are editing. If this section does not yet exist, you must create it.\nThis section is critical, as it is used to communicate to the users what has changed in the codebase and what breakage they may expect upon an update. To be comprehensive, you should include migration steps or how users may mitigate breakage depending on the context of the change.\nAdding Plugins\nnvf generally tries to avoid using Neovim plugins from Nixpkgs, and thus uses one of the two alternative methods where applicable. npins is the faster option that should be preferred if the plugin consists of pure Lua or Vimscript code. In which case there is no building required, and we can easily handle the copying of plugin files. Alternative method, which is required when plugins try to build their own libraries (e.g., in Rust, C or even Assembly) that need to be built with Nix to function correctly. In this case you must use a local overlay.\nWith npins\nnpins is the standard, and as described above, the faster method of adding new plugins to nvf. You simply need the repository URL for the plugin, and you can add it as a source to be built automatically with just one command. To add a new Neovim plugin, use npins. For example:\nThen run:\n[!NOTE] Be sure to replace any non-alphanumeric characters with - for --name. For example\nOnce the npins command is done, you can start referencing the plugin as a string.\nPackaging Complex Plugins\nSome plugins require additional packages to be built and substituted to function correctly. For example blink.cmp requires its own fuzzy matcher library, built with Rust, to be installed or else defaults to a much slower Lua implementation. In the Blink documentation, you are advised to build with cargo but that is not ideal since we are leveraging the power of Nix. In this case the ideal solution is to write a derivation for the plugin.\nWe use buildRustPackage to build the library from the repository root, and copy everything in the postInstall phase.\nIn a similar fashion, you may utilize stdenv.mkDerivation and other Nixpkgs builders to build your library from source, and copy the relevant files and Lua plugin files in the postInstall phase. Do note, however, that you still need to fetch the plugin sources somehow. npins is, once again, the recommended option to fetch the plugin sources. Refer to the previous section on how to use npins to add a new plugin.\nPlugins built from source must go into the flake/pkgs/by-name overlay. It will automatically create flake outputs for individual packages. Lastly, you must add your package to the plugin builder (pluginBuilders) function manually in modules/wrapper/build/config.nix. Once done, you may refer to your plugin as a string.\nModular Setup Options\nMost plugins is initialized with a call to require('plugin').setup({...}).\nWe use a special function that lets you easily add support for such setup options in a modular way: mkPluginSetupOption.\nOnce you have added the source of the plugin as shown above, you can define the setup options like this:\nThis above config will result in this Lua script:\nNow users can set any of the pre-defined option field, and can also add their own fields!\nDetails of toLuaObject\nAs you've seen above, toLuaObject is used to convert our nix attrSet cfg.setupOpts, into a lua table. Here are some rules of the conversion:\nNix null converts to lua nil\nNumber and strings convert to their lua counterparts\nNix attribute sets ({}) and lists ([]) convert into Lua dictionaries and tables respectively. Here is an example of Nix -> Lua conversion.\n{foo = \"bar\"} -> {[\"foo\"] = \"bar\"}\n[\"foo\" \"bar\"] -> {\"foo\", \"bar\"}\n\nYou can write raw Lua code using lib.generators.mkLuaInline. This function is part of nixpkgs, and is accessible without relying on nvf's extended library.\nmkLuaInline \"function add(a, b) return a + b end\" will yield the following result:\n\nThe above expression will be interpreted as a Lua expression in the final config. Without the mkLuaInline function, you will only receive a string literal. You can use it to feed plugin configuration tables Lua functions that return specific values as expected by the plugins.\n\nLazy Loading Plugins\nIf the plugin can be lazy-loaded, vim.lazy.plugins should be used to add it. Lazy plugins are managed by lz.n.\nThis results in the following lua code:\nA full list of options can be found in the vim.lazy.plugins spec on the rendered manual.\nKeybinds\nAs of 0.4, there exists an API for writing your own keybinds and a couple of useful utility functions are available in the extended standard library. The following section contains a general overview to how you may utilize said functions.\nCustom Key Mappings Support for a Plugin\nTo set a mapping, you should define it in vim.keymaps. As an example, a simple keybinding can look like this:\nThere are many other settings available in the keymap module. Please refer to the module option documentation for a full and up-to-date list of them.\nTo make adding new keymaps for your favorite plugins easier, nvf provides a helper function. This is so that you do not have to write the mapping attribute sets every time:\nmkKeymap, which mimics Neovim's vim.keymap.set function\n\nYou can read the source code of some modules to see them in action, but the usage should look something like this:\n[!TIP] If you have come across a plugin that has an API that doesn't seem to easily allow custom keybindings, don't be scared to implement a draft PR. We'll help you get it done.","path":"hacking.html","tokens":["minor","information","agree","previous","mkpluginsetupoption","conversion","message","nix","rule","among","significant","home","pull","e-mail","input","part","than","provide","migrating","list","changes","discuss","microsoft","built","communication","opinions","insert","assembly","local","name","valuable","they","reasons","errors","follows","sample","text","down","right-hand","repository","kebab-case","automatic","tense","call","but","before","character","else","support","conventional","with","remain","submit","builds","installed","patches","description","towards","through","done","build","standard","languages","rather","how","get","branches","encouraged","typing","new","learn","optionally","generally","method","reference","generators","nixpkgs","results","when","any","modular","question","draft","applies","don","guidelines","stuck","others","report","opinionated","arbitrary","copy","field","setupopts","help","fix","mainly","developing","start","consistency","adding","npins","friendly","mkderivation","manually","something","once","branch","are","pure","ensure","first","without","updated","configurations","depending","cmp","script","possible","want","link","vimscript","commonmark","keep","updates","bar","starting","tip","rust","said","back-and-forth","package","substituted","strict","formatted","changelog","important","avoid","very","generator","generated","additionally","rules","alternative","original","developer","fulfills","instead","none","affect","format","add","lastly","contributor","old","editing","github","sources","was","toluaobject","instructions","notashelf","added","past","upon","then","encourage","slower","scope","come","capitalize","located","implemented","tool","set","various","files","formatter","within","affected","provided","solution","consists","ideal","self-contained","reasoning","integrates","opens","dead","usage","ideally","repo","reduce","updating","refers","specific","based","features","problem","allows","location","thus","example","across","linking","lists","bug","strictly","must","faster","html","affects","require","necessarily","okay","handle","feeding","initialized","communicate","variant","remember","dictionaries","found","demo","expect","concerns","many","more","system","individual","give","optional","for","runtime","discussions","parties","some","config","following","plugin","useful","marks","and","case","command","please","result","version","well","matching","file","whole","items","most","attribute","exist","entry","wrapper","steps","readme","builders","number","multiple","key","by-name","almost","additional","cfg","your","omitted","nixpkgs-flavored","separate","lets","hacking","markdown","breaking","java","links","source","though","tightly","earlier","entries","unlike","side","null","counterparts","lazy-loaded","helper","seem","means","made","flake","describe","accidentally","head","created","structured","however","introduces","fields","mappings","double","workflows","write","all","enforced","such","these","modules","besides","time","neovim","introduced","questions","adhere","commits","checked","new-debugger","removal","started","recent","since","refuse","those","wish","removals","derivation","will","builder","final","fits","contributions","contains","init","its","contribute","has","preferred","raw","supported","nested","rendered","critical","special","keybinds","up-to-date","stdenv","literal","literals","brief","run","one","either","writing","mkluainline","our","messages","managed","maintain","section","fashion","create","subject","already","make","submitted","options","treewide","rare","advised","guide","burning","warrant","accessible","fixed","document","after","where","have","contributing","inside","issues","making","api","option","there","introducing","move","settings","described","required","manual","full","propagate","simple","automatically","gentle","written","relevant","while","template","clashing","again","seven","creating","chance","second","lib","characters","least","end","briefly","you","major","function","gently","here","course","happy","resolve","buildrustpackage","submitting","later","included","rest","fetch","both","similar","language","utilize","values","test","navigate","able","building","feature","send","slipping","sense","codebase","flavored","recommended","that","goodies","identifies","yourself","libraries","below","phase","which","problems","git","line","comments","seen","keymap","own","what","particular","replace","overhead","default","nil","including","manager","outputs","breakage","leveraging","formatters","loading","discretion","quickly","provides","read","direction","check","helps","given","complies","functions","fmt","follow","power","mimics","sets","enforcing","mapping","scared","pesky-bug","clarifying","idea","leaving","specify","mitigate","overlay","url","note","referencing","requirements","contain","page","in-house","bootstrap","clear","changed","discover","alejandra","apis","applicable","extended","look","request","reasonably","component","plugins","ndg","behave","view","newly","relying","used","custom","discussion","receive","clone","unfold","especially","tables","search","hoping","lua","sure","main","official","now","details","friction","expression","pre-defined","latter","may","every","consume","preferable","planning","see","can","parent","requirement","minimum","entirely","thanks","amend","library","getting","less","conflicts","easily","streamline","module","implement","user","spec","yet","just","fuzzy","components","shell","everything","nvf","nudges","much","comprehensive","mention","cargo","automated","from","return","opened","way","deno","potential","convert","available","merged","fork","style","merge","good","asked","similarly","hosted","methods","postinstall","exists","positive","thoroughly","packaging","pluginbuilders","faulty","also","recommendation","commit","reviewed","non-alphanumeric","keymaps","who","maximal","open","include","copying","general","issue","preview","interpreted","should","home-manager","the","pass","trouble","only","admonitions","attrset","committed","people","understandable","development","guides","feel","answer","update","feed","strings","uses","over","too","configuration","superset","tab","keybinding","packages","perfectly","documentation","two","yield","descriptive","overview","afraid","public","easier","additions","flavoured","correctly","foo","expected","use","vim","them","point","closed","names","formatting","contribution","might","correct","change","mostly","need","root","generate","utility","lazy","does","begin","standards","looks","string","deployed","quite","designed","work","ask","keybindings","respectively","extension","their","certain","pkgs","code","platform","even","css","profile","process","allow","other","directed","under","tries","blink","refer","still","testing","unless","simply","roundtrips","seamlessly","occurs","try","consistent","tree","syntax","operator","followed","thumb","migration","define","shown","implementation","context","like","into","would","large","defaults","spelling","dubbed","table","converts","couple","ready","push","matcher","using","each","complex","order","descriptions","soon","requires","favorite","except","end-user","account","action","doesn","above","setup","tips","somehow","mistakes","exception","nudge","develop","users","urls","single","mkkeymap","subset","project","this","not","addition","long"],"title_tokens":["hacking","nvf"],"anchors":[{"text":"Hacking nvf","id":"ch-hacking","level":1,"tokens":["nvf","hacking"]},{"text":"Getting Started","id":"sec-contrib-getting-started","level":2,"tokens":["started","getting"]},{"text":"Guidelines","id":"sec-guidelines","level":2,"tokens":["guidelines"]},{"text":"Formatting","id":"sec-guidelines-formatting","level":3,"tokens":["formatting"]},{"text":"Formatting Commits","id":"sec-guidelines-commit-message-style","level":3,"tokens":["formatting","commits"]},{"text":"Commit Style","id":"sec-guidelines-commit-style","level":3,"tokens":["style","commit"]},{"text":"Code Style","id":"sec-guidelines-code-style","level":3,"tokens":["style","code"]},{"text":"Testing Changes","id":"sec-testing-changes","level":2,"tokens":["testing","changes"]},{"text":"Adding Documentation","id":"sec-guidelines-documentation","level":2,"tokens":["adding","documentation"]},{"text":"Building the Documentation","id":"building-the-documentation","level":3,"tokens":["building","documentation","the"]},{"text":"Formatting Changelog Entries","id":"formatting-changelog-entries","level":3,"tokens":["changelog","formatting","entries"]},{"text":"Breaking Changes","id":"breaking-changes","level":3,"tokens":["changes","breaking"]},{"text":"Adding Plugins","id":"sec-additional-plugins","level":2,"tokens":["adding","plugins"]},{"text":"With npins","id":"sec-npins-for-plugins","level":3,"tokens":["with","npins"]},{"text":"Packaging Complex Plugins","id":"sec-pkgs-for-plugins","level":3,"tokens":["packaging","complex","plugins"]},{"text":"Modular Setup Options","id":"sec-modular-setup-options","level":3,"tokens":["setup","modular","options"]},{"text":"Details of toLuaObject","id":"sec-details-of-toluaobject","level":3,"tokens":["toluaobject","details"]},{"text":"Lazy Loading Plugins","id":"sec-lazy-plugins","level":3,"tokens":["plugins","loading","lazy"]},{"text":"Keybinds","id":"sec-keybinds","level":2,"tokens":["keybinds"]},{"text":"Custom Key Mappings Support for a Plugin","id":"sec-custom-key-mappings","level":3,"tokens":["for","key","mappings","custom","support","plugin"]}]},{"id":"3","title":"Introduction","content":"Introduction\nGenerated for nvf v0.9\nPreface\nWhat is nvf\nnvf is a highly modular, configurable, extensible and easy to use Neovim configuration framework built for and designed to be used with Nix. Boasting flexibility, robustness and ease of use (among other positive traits), this project allows you to configure a fully featured Neovim instance with a few lines of Nix while leaving all kinds of doors open for integrating Lua in your configurations whether you are a beginner or an advanced user.\nTry it Out\nThanks to the portability of Nix, you can try out nvf without actually installing it to your machine. Below are the commands you may run to try out different configurations provided by this flake. As of v0.5, two specialized configurations are provided:\nNix (packages.nix) - Nix language server + simple utility plugins\nMaximal (packages.maximal) - Variable language servers + utility and decorative plugins\n\nYou may try out any of the provided configurations using the nix run command on a system where Nix is installed.\nDo keep in mind that this is susceptible to garbage collection meaning that the built outputs will be removed from your Nix store once you garbage collect.\nUsing Prebuilt Configurations\nAvailable Configurations\n[!NOTE] The below configurations are provided for demonstration purposes, and are not designed to be installed as is. You may refer to the installation steps below and the helpful tips section for details on creating your own configurations.\nNix\nNix configuration by default provides LSP/diagnostic support for Nix alongside a set of visual and functional plugins. By running nix run .#, which is the default package, you will build Neovim with this config.\nThis command will start Neovim with some opinionated plugin configurations, and is designed specifically for Nix. The nix configuration lets you see how a fully configured Neovim setup might look like without downloading too many packages or shell utilities.\nMaximal\nMaximal is the ultimate configuration that will enable support for more commonly used language as well as additional complementary plugins. Keep in mind, however, that this will pull a lot of dependencies.\nIt uses the same configuration template with the Nix configuration, but supports many more languages, and enables more utility, companion or fun plugins.\n[!WARNING] Running the maximal config will download a lot of packages as it is downloading language servers, formatters, and more. If CPU time and bandwidth are concerns, please use the default package instead.\nInstalling nvf\nThere are multiple ways of installing nvf on your system. You may either choose the standalone installation method, which does not depend on a module system and may be done on any system that has the Nix package manager or the appropriate modules for NixOS and Home Manager as described in the module installation section.","path":"index.html","tokens":["among","flexibility","robustness","you","beginner","the","commonly","your","specialized","highly","but","supports","language","formatters","multiple","framework","manager","servers","below","command","configured","modular","template","neovim","configuration","maximal","configurable","complementary","home","might","described","machine","run","few","enables","with","prebuilt","download","system","not","more","portability","packages","mind","well","please","has","two","easy","like","introduction","generated","advanced","thanks","variable","susceptible","some","shell","may","time","diagnostic","instead","lsp","method","visual","warning","store","fully","commands","from","tips","however","collect","dependencies","other","does","depend","pull","featured","any","build","ways","project","choose","server","purposes","integrating","preface","outputs","default","ease","package","uses","are","traits","standalone","ultimate","either","try","plugins","section","see","set","installing","nix","available","instance","enable","which","bandwidth","steps","use","lot","boasting","different","there","collection","nvf","can","provided","extensible","garbage","installation","plugin","fun","cpu","running","opinionated","meaning","refer","all","functional","demonstration","built","configure","without","how","flake","too","many","utilities","that","languages","same","removed","utility","support","nixos","own","helpful","kinds","out","details","designed","allows","for","lines","where","additional","alongside","done","used","simple","appropriate","creating","and","lua","actually","positive","using","lets","look","once","whether","companion","module","decorative","modules","provides","note","open","config","specifically","downloading","what","doors","keep","setup","concerns","installed","leaving","configurations","this","while","will","start","user"],"title_tokens":["introduction"],"anchors":[{"text":"Introduction","id":"nvf-manual","level":1,"tokens":["introduction"]},{"text":"Preface","id":"ch-preface","level":2,"tokens":["preface"]},{"text":"What is nvf","id":"sec-what-is-it","level":3,"tokens":["what","nvf"]},{"text":"Try it Out","id":"ch-try-it-out","level":2,"tokens":["try","out"]},{"text":"Using Prebuilt Configurations","id":"sec-using-prebuilt-configs","level":2,"tokens":["configurations","using","prebuilt"]},{"text":"Available Configurations","id":"sec-available-configs","level":3,"tokens":["available","configurations"]},{"text":"Installing nvf","id":"ch-installation","level":2,"tokens":["installing","nvf"]},{"text":"Standalone Installation","id":"ch-standalone-installation","level":1,"tokens":["installation","standalone"]},{"text":"Standalone Installation on NixOS","id":"ch-standalone-nixos","level":2,"tokens":["nixos","standalone","installation"]},{"text":"Standalone Installation on Home-Manager","id":"ch-standalone-hm","level":2,"tokens":["standalone","home-manager","installation"]},{"text":"Module Installation","id":"ch-module-installation","level":1,"tokens":["module","installation"]},{"text":"NixOS Module","id":"ch-nixos-module","level":2,"tokens":["nixos","module"]},{"text":"With Flakes","id":"sec-nixos-flakes","level":3,"tokens":["with","flakes"]},{"text":"Usage","id":"sec-nixos-flakes-usage","level":3,"tokens":["usage"]},{"text":"Example Installation","id":"sec-example-installation-nixos","level":3,"tokens":["example","installation"]},{"text":"Without Flakes","id":"sec-nixos-flakeless","level":2,"tokens":["without","flakes"]},{"text":"Home Manager Module","id":"ch-hm-module","level":2,"tokens":["manager","home","module"]},{"text":"With Flakes","id":"sec-hm-flakes","level":2,"tokens":["flakes","with"]},{"text":"Usage","id":"sec-hm-flakes-usage","level":3,"tokens":["usage"]},{"text":"Example Installation","id":"sec-example-installation-hm","level":3,"tokens":["installation","example"]},{"text":"Without Flakes","id":"sec-hm-flakeless","level":2,"tokens":["flakes","without"]}]},{"id":"4","title":"Known Issues and Quirks","content":"Known Issues and Quirks\nAt times, certain plugins and modules may refuse to play nicely with your setup, be it a result of generating Lua from Nix, or the state of packaging. This page, in turn, will list any known modules or plugins that are known to misbehave, and possible workarounds that you may apply.\nBugs & Suggestions\nSome quirks are not exactly quirks, but bugs in the module system. If you notice any issues with nvf, or this documentation, then please consider reporting them over at the issue tracker. Issues tab, in addition to the discussions tab is a good place as any to request new features.\nYou may also consider submitting bug fixes, feature additions and upstreamed changes that you think are critical over at the pull requests tab.","path":"quirks.html","tokens":["the","misbehave","module","and","any","system","known","also","please","requests","bugs","page","possible","that","turn","with","feature","your","consider","new","request","tab","are","pull","may","will","not","nicely","features","this","think","lua","times","suggestions","documentation","nix","place","generating","upstreamed","workarounds","tracker","apply","you","changes","critical","list","exactly","then","certain","modules","state","setup","play","reporting","but","refuse","notice","result","from","packaging","fixes","some","additions","over","discussions","issues","submitting","issue","quirks","plugins","nvf","good","bug","them","addition"],"title_tokens":["known","and","issues","quirks"],"anchors":[{"text":"Known Issues and Quirks","id":"ch-known-issues-quirks","level":1,"tokens":["issues","known","quirks","and"]},{"text":"NodeJS","id":"ch-quirks-nodejs","level":2,"tokens":["nodejs"]},{"text":"eslint-plugin-prettier","id":"sec-eslint-plugin-prettier","level":3,"tokens":["eslint-plugin-prettier"]},{"text":"Bugs & Suggestions","id":"ch-bugs-suggestions","level":2,"tokens":["suggestions","bugs"]}]},{"id":"5","title":"Release Notes","content":"Release Notes\nThis section lists the release notes for tagged version of nvf and the current main current main branch","path":"release-notes.html","tokens":["main","for","and","current","section","branch","version","notes","this","lists","nvf","release","tagged","the"],"title_tokens":["notes","release"],"anchors":[{"text":"Release Notes","id":"ch-release-notes","level":1,"tokens":["release","notes"]},{"text":"Release 0.1","id":"sec-release-0-1","level":1,"tokens":["release"]},{"text":"Changelog","id":"sec-release-0-1-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.2","id":"sec-release-0-2","level":1,"tokens":["release"]},{"text":"Changelog","id":"sec-release-0-2-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.3","id":"sec-release-0-3","level":1,"tokens":["release"]},{"text":"Changelog","id":"sec-release-0-3-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.4","id":"sec-release-0-4","level":1,"tokens":["release"]},{"text":"Changelog","id":"sec-release-0-4-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.5","id":"sec-release-0-5","level":1,"tokens":["release"]},{"text":"Changelog","id":"sec-release-0-5-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.6","id":"sec-release-0-6","level":1,"tokens":["release"]},{"text":"Breaking Changes and Migration Guide","id":"sec-breaking-changes-and-migration-guide","level":2,"tokens":["migration","breaking","and","changes","guide"]},{"text":"Changelog","id":"sec-release-0-6-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.7","id":"sec-release-0-7","level":1,"tokens":["release"]},{"text":"Breaking Changes and Migration Guide","id":"sec-breaking-changes-and-migration-guide-0-7","level":2,"tokens":["guide","changes","breaking","and","migration"]},{"text":"vim.configRC removed","id":"sec-vim-configrc-removed","level":3,"tokens":["configrc","removed","vim"]},{"text":"vim.maps rewrite","id":"sec-vim-maps-rewrite","level":3,"tokens":["vim","rewrite","maps"]},{"text":"vim.lsp.nvimCodeActionMenu removed in favor of vim.ui.fastaction","id":"sec-nvim-code-action-menu-deprecation","level":3,"tokens":["favor","vim","fastaction","nvimcodeactionmenu","removed","lsp"]},{"text":"type based modules removed","id":"sec-type-based-modules-removed","level":3,"tokens":["modules","based","removed","type"]},{"text":"nixpkgs-fmt removed in favor of nixfmt","id":"sec-nixpkgs-fmt-deprecation","level":3,"tokens":["removed","nixpkgs-fmt","favor","nixfmt"]},{"text":"leader changes","id":"sec-leader-changes","level":3,"tokens":["leader","changes"]},{"text":"vim.* changes","id":"sec-vim-opt-changes","level":3,"tokens":["changes","vim"]},{"text":"Changelog","id":"sec-release-0-7-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.8","id":"sec-release-0-8","level":1,"tokens":["release"]},{"text":"Breaking changes","id":"breaking-changes","level":2,"tokens":["breaking","changes"]},{"text":"Changelog","id":"sec-release-0-8-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.9","id":"sec-release-0-9","level":1,"tokens":["release"]},{"text":"Breaking changes","id":"breaking-changes","level":2,"tokens":["breaking","changes"]},{"text":"Changelog","id":"sec-release-0-9-changelog","level":2,"tokens":["changelog"]}]},{"id":"6","title":"Helpful Tips","content":"Helpful Tips\nThis section provides helpful tips that may be considered \"unorthodox\" or \"too advanced\" for some users. We will cover basic debugging steps, offline documentation, configuring nvf with pure Lua and using custom plugin sources in nvf in this section. For general configuration tips, please see previous chapters.","path":"tips.html","tokens":["plugin","steps","helpful","cover","with","configuration","that","unorthodox","may","custom","will","tips","section","general","previous","configuring","lua","please","sources","documentation","some","debugging","offline","basic","this","using","advanced","considered","provides","for","users","nvf","pure","see","too","chapters","and"],"title_tokens":["tips","helpful"],"anchors":[{"text":"Helpful Tips","id":"ch-helpful-tips","level":1,"tokens":["tips","helpful"]},{"text":"Debugging nvf","id":"sec-debugging-nvf","level":1,"tokens":["debugging","nvf"]},{"text":"Accessing neovimConfig","id":"sec-accessing-config","level":2,"tokens":["accessing","neovimconfig"]},{"text":"Offline Documentation","id":"sec-offline-documentation","level":1,"tokens":["documentation","offline"]},{"text":"Pure Lua Configuration","id":"sec-pure-lua-config","level":1,"tokens":["pure","lua","configuration"]},{"text":"Pure Runtime Directory","id":"sec-pure-nvf-runtime","level":2,"tokens":["pure","runtime","directory"]},{"text":"Impure Absolute Directory","id":"sec-impure-absolute-dir","level":2,"tokens":["absolute","impure","directory"]},{"text":"Adding Plugins From Different Sources","id":"sec-plugin-sources","level":1,"tokens":["plugins","different","from","sources","adding"]},{"text":"Nixpkgs & Friends","id":"ch-plugins-from-nixpkgs","level":2,"tokens":["friends","nixpkgs"]},{"text":"Building Your Own Plugins","id":"ch-plugins-from-source","level":2,"tokens":["own","your","building","plugins"]}]},{"id":"7","title":"Option: _module.args","content":"Additional arguments passed to each module in addition to ones like lib, config, and pkgs, modulesPath.\nThis option is also available to all submodules. Submodules do not inherit args from their parent module, nor do they provide args to their parent module or sibling submodules. The sole exception to this is the argument name which is provided by parent modules to a submodule and contains the attribute name the submodule is bound to, or a unique generated name if it is not bound to an attribute.\nSome arguments are already passed by default, of which the following cannot be changed with this option:\n{var}lib: The nixpkgs library.\n{var}config: The results of all options after merging the values from all modules together.\n{var}options: The options declared in all modules.\n{var}specialArgs: The specialArgs argument passed to evalModules.\nAll attributes of {var}specialArgs\nWhereas option values can generally depend on other option values thanks to laziness, this does not apply to imports, which must be computed statically before anything else.\nFor this reason, callers of the module system can provide specialArgs which are available during import resolution.\nFor NixOS, specialArgs includes {var}modulesPath, which allows you to import extra modules from the nixpkgs package tree without having to somehow make the module aware of the location of the nixpkgs or NixOS directories.\n\nFor NixOS, the default value for this option includes at least this argument:\n{var}pkgs: The nixpkgs package set according to the {option}nixpkgs.pkgs option.","path":"options.html#option-_module-args","tokens":["you","module","pkgs","option","anything","together","ones","var","imports","somehow","make","else","unique","they","each","args","default","addition","arguments","changed","location","attribute","declared","modulespath","does","apply","submodule","other","least","set","directories","laziness","package","following","sole","after","merging","can","resolution","according","and","options","allows","generally","argument","some","generated","values","statically","this","all","during","passed","exception","system","extra","having","submodules","provided","already","name","provide","with","inherit","specialargs","bound","which","whereas","are","parent","thanks","computed","their","contains","before","nor","reason","import","config","for","the","nixos","from","aware","sibling","nixpkgs","library","lib","tree","value","without","additional","not","results","evalmodules","available","attributes","like","modules","depend","must","cannot","callers","includes","also"],"title_tokens":["_module","args","option"],"anchors":[]},{"id":"8","title":"Option: vim.additionalRuntimePaths","content":"Additional runtime paths that will be appended to the active runtimepath of the Neovim. This can be used to add additional lookup paths for configs, plugins, spell languages and other things you would generally place in your {file}$HOME/.config/nvim.\nThis is meant as a declarative alternative to throwing files into {file}~/.config/nvim and having the Neovim wrapper pick them up.\nFor more details on vim.o.runtimepath, and what paths to use, please see the official documentation.","path":"options.html#option-vim-additionalRuntimePaths","tokens":["nvim","alternative","more","see","other","place","file","active","neovim","can","configs","files","pick","them","throwing","things","what","this","lookup","wrapper","generally","runtime","paths","config","additional","declarative","vim","languages","runtimepath","would","meant","plugins","please","you","official","spell","that","having","documentation","the","into","and","details","home","will","your","appended","for","used","add","use"],"title_tokens":["option","vim","additionalruntimepaths"],"anchors":[]},{"id":"9","title":"Option: vim.assistant.avante-nvim.enable","content":"Whether to enable complementary Neovim plugin for avante.nvim.","path":"options.html#option-vim-assistant-avante-nvim-enable","tokens":["for","complementary","enable","whether","nvim","neovim","avante","plugin"],"title_tokens":["option","vim","avante-nvim","enable","assistant"],"anchors":[]},{"id":"10","title":"Option: vim.assistant.avante-nvim.setupOpts","content":"Option table to pass into the setup function of avante-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-avante-nvim-setupOpts","tokens":["avante-nvim","even","the","setup","pass","listed","docs","into","table","function","can","they","not","option","options","you","any","additional"],"title_tokens":["assistant","option","vim","setupopts","avante-nvim"],"anchors":[]},{"id":"11","title":"Option: vim.assistant.avante-nvim.setupOpts.auto_suggestions_provider","content":"Since auto-suggestions are a high-frequency operation and therefore expensive, currently designating it as copilot provider is dangerous because: https://github.com/yetone/avante.nvim/issues/1048 Of course, you can reduce the request frequency by increasing suggestion.debounce.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-auto_suggestions_provider","tokens":["therefore","request","and","since","operation","because","auto-suggestions","https","increasing","github","can","suggestion","frequency","high-frequency","currently","debounce","you","copilot","yetone","designating","provider","issues","nvim","the","com","avante","1048","are","expensive","course","reduce","dangerous"],"title_tokens":["avante-nvim","auto_suggestions_provider","assistant","setupopts","option","vim"],"anchors":[]},{"id":"12","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.auto_apply_diff_after_generation","content":"Whether to enable automatically apply diff after LLM response..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-auto_apply_diff_after_generation","tokens":["enable","response","automatically","llm","after","whether","apply","diff"],"title_tokens":["vim","behaviour","assistant","auto_apply_diff_after_generation","option","avante-nvim","setupopts"],"anchors":[]},{"id":"13","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.auto_set_highlight_group","content":"Whether to enable automatically set the highlight group for the current line..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-auto_set_highlight_group","tokens":["for","enable","line","group","current","the","whether","automatically","highlight","set"],"title_tokens":["vim","assistant","option","avante-nvim","setupopts","auto_set_highlight_group","behaviour"],"anchors":[]},{"id":"14","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.auto_set_keymaps","content":"Whether to enable automatically set the keymap for the current line..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-auto_set_keymaps","tokens":["line","enable","automatically","set","current","whether","the","keymap","for"],"title_tokens":["assistant","setupopts","avante-nvim","auto_set_keymaps","option","vim","behaviour"],"anchors":[]},{"id":"15","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.auto_suggestions","content":"Whether to enable auto suggestions..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-auto_suggestions","tokens":["suggestions","auto","whether","enable"],"title_tokens":["avante-nvim","setupopts","vim","auto_suggestions","behaviour","option","assistant"],"anchors":[]},{"id":"16","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.enable_claude_text_editor_tool_mode","content":"Whether to enable Claude Text Editor Tool Mode..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-enable_claude_text_editor_tool_mode","tokens":["mode","whether","enable","editor","claude","tool","text"],"title_tokens":["option","assistant","enable_claude_text_editor_tool_mode","avante-nvim","vim","setupopts","behaviour"],"anchors":[]},{"id":"17","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.enable_cursor_planning_mode","content":"Whether to enable Cursor Planning Mode..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-enable_cursor_planning_mode","tokens":["cursor","planning","mode","whether","enable"],"title_tokens":["vim","assistant","avante-nvim","enable_cursor_planning_mode","option","setupopts","behaviour"],"anchors":[]},{"id":"18","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.enable_token_counting","content":"Whether to enable token counting..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-enable_token_counting","tokens":["enable","token","whether","counting"],"title_tokens":["option","behaviour","assistant","avante-nvim","setupopts","enable_token_counting","vim"],"anchors":[]},{"id":"19","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.minimize_diff","content":"Whether to enable remove unchanged lines when applying a code block..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-minimize_diff","tokens":["unchanged","enable","remove","when","lines","whether","applying","code","block"],"title_tokens":["minimize_diff","avante-nvim","vim","assistant","option","behaviour","setupopts"],"anchors":[]},{"id":"20","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.support_paste_from_clipboard","content":"Whether to enable pasting image from clipboard. This will be determined automatically based whether img-clip is available or not. .","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-support_paste_from_clipboard","tokens":["determined","this","enable","image","pasting","from","automatically","available","not","will","img-clip","clipboard","whether","based"],"title_tokens":["option","assistant","avante-nvim","vim","setupopts","support_paste_from_clipboard","behaviour"],"anchors":[]},{"id":"21","title":"Option: vim.assistant.avante-nvim.setupOpts.cursor_applying_provider","content":"The provider used in the applying phase of Cursor Planning Mode, defaults to nil, Config.provider will be used as the provider for the applying phase when nil.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-cursor_applying_provider","tokens":["used","phase","defaults","nil","provider","config","when","planning","applying","mode","for","the","will","cursor"],"title_tokens":["setupopts","cursor_applying_provider","assistant","vim","avante-nvim","option"],"anchors":[]},{"id":"22","title":"Option: vim.assistant.avante-nvim.setupOpts.diff.autojump","content":"Automatically jumps to the next change.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-diff-autojump","tokens":["the","next","automatically","change","jumps"],"title_tokens":["setupopts","diff","vim","assistant","autojump","option","avante-nvim"],"anchors":[]},{"id":"23","title":"Option: vim.assistant.avante-nvim.setupOpts.diff.override_timeoutlen","content":"Override the 'timeoutlen' setting while hovering over a diff (see {command}:help timeoutlen). Helps to avoid entering operator-pending mode with diff mappings starting with c. Disable by setting to -1.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-diff-override_timeoutlen","tokens":["the","operator-pending","hovering","starting","over","mappings","mode","with","disable","setting","diff","command","help","entering","avoid","timeoutlen","while","helps","see","override"],"title_tokens":["setupopts","override_timeoutlen","avante-nvim","option","assistant","diff","vim"],"anchors":[]},{"id":"24","title":"Option: vim.assistant.avante-nvim.setupOpts.dual_boost.enabled","content":"Whether to enable dual_boost mode..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-dual_boost-enabled","tokens":["dual_boost","mode","whether","enable"],"title_tokens":["assistant","dual_boost","enabled","setupopts","option","vim","avante-nvim"],"anchors":[]},{"id":"25","title":"Option: vim.assistant.avante-nvim.setupOpts.dual_boost.first_provider","content":"The first provider to generate response.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-dual_boost-first_provider","tokens":["the","generate","response","provider","first"],"title_tokens":["option","dual_boost","first_provider","vim","assistant","setupopts","avante-nvim"],"anchors":[]},{"id":"26","title":"Option: vim.assistant.avante-nvim.setupOpts.dual_boost.prompt","content":"The prompt to generate response based on the two reference outputs.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-dual_boost-prompt","tokens":["generate","two","the","outputs","reference","response","based","prompt"],"title_tokens":["avante-nvim","option","setupopts","assistant","dual_boost","prompt","vim"],"anchors":[]},{"id":"27","title":"Option: vim.assistant.avante-nvim.setupOpts.dual_boost.second_provider","content":"The second provider to generate response.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-dual_boost-second_provider","tokens":["second","provider","response","generate","the"],"title_tokens":["assistant","avante-nvim","dual_boost","second_provider","option","vim","setupopts"],"anchors":[]},{"id":"28","title":"Option: vim.assistant.avante-nvim.setupOpts.dual_boost.timeout","content":"Timeout in milliseconds.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-dual_boost-timeout","tokens":["milliseconds","timeout"],"title_tokens":["option","avante-nvim","dual_boost","vim","setupopts","assistant","timeout"],"anchors":[]},{"id":"29","title":"Option: vim.assistant.avante-nvim.setupOpts.hints.enabled","content":"Whether to enable hints.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-hints-enabled","tokens":["enable","hints","whether"],"title_tokens":["enabled","setupopts","assistant","avante-nvim","option","hints","vim"],"anchors":[]},{"id":"30","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.cancel","content":"Define or override the default keymaps for cancel actions.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-cancel","tokens":["define","actions","default","cancel","for","override","the","keymaps"],"title_tokens":["option","vim","setupopts","avante-nvim","mappings","assistant","cancel"],"anchors":[]},{"id":"31","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.diff","content":"Define or override the default keymaps for diff.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-diff","tokens":["define","default","keymaps","diff","override","the","for"],"title_tokens":["avante-nvim","setupopts","mappings","diff","option","assistant","vim"],"anchors":[]},{"id":"32","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.jump","content":"Define or override the default keymaps for jump actions.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-jump","tokens":["actions","default","define","override","keymaps","jump","the","for"],"title_tokens":["mappings","jump","option","vim","avante-nvim","assistant","setupopts"],"anchors":[]},{"id":"33","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.sidebar","content":"Define or override the default keymaps for sidebar actions.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-sidebar","tokens":["override","for","default","the","actions","keymaps","sidebar","define"],"title_tokens":["mappings","sidebar","option","assistant","setupopts","avante-nvim","vim"],"anchors":[]},{"id":"34","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.submit","content":"Define or override the default keymaps for submit actions.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-submit","tokens":["default","actions","override","the","define","keymaps","submit","for"],"title_tokens":["assistant","submit","option","vim","avante-nvim","setupopts","mappings"],"anchors":[]},{"id":"35","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.suggestion","content":"Define or override the default keymaps for suggestion actions.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-suggestion","tokens":["the","for","suggestion","keymaps","actions","default","override","define"],"title_tokens":["setupopts","mappings","option","assistant","vim","avante-nvim","suggestion"],"anchors":[]},{"id":"36","title":"Option: vim.assistant.avante-nvim.setupOpts.provider","content":"The provider used in Aider mode or in the planning phase of Cursor Planning Mode.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-provider","tokens":["the","used","planning","provider","cursor","phase","aider","mode"],"title_tokens":["option","avante-nvim","setupopts","assistant","provider","vim"],"anchors":[]},{"id":"37","title":"Option: vim.assistant.avante-nvim.setupOpts.providers","content":"Define settings for builtin and custom providers.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-providers","tokens":["define","builtin","custom","and","providers","for","settings"],"title_tokens":["option","assistant","vim","setupopts","avante-nvim","providers"],"anchors":[]},{"id":"38","title":"Option: vim.assistant.avante-nvim.setupOpts.suggestion.debounce","content":"Suggestion debounce in milliseconds.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-suggestion-debounce","tokens":["milliseconds","debounce","suggestion"],"title_tokens":["vim","assistant","debounce","setupopts","option","avante-nvim","suggestion"],"anchors":[]},{"id":"39","title":"Option: vim.assistant.avante-nvim.setupOpts.suggestion.throttle","content":"Suggestion throttle in milliseconds.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-suggestion-throttle","tokens":["milliseconds","suggestion","throttle"],"title_tokens":["vim","option","assistant","suggestion","throttle","setupopts","avante-nvim"],"anchors":[]},{"id":"40","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.ask.border","content":"The border type on the ask window.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-ask-border","tokens":["ask","type","window","the","border"],"title_tokens":["ask","setupopts","avante-nvim","vim","option","assistant","border","windows"],"anchors":[]},{"id":"41","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.ask.floating","content":"Open the 'AvanteAsk' prompt in a floating window.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-ask-floating","tokens":["window","avanteask","prompt","the","floating","open"],"title_tokens":["assistant","option","floating","avante-nvim","vim","setupopts","ask","windows"],"anchors":[]},{"id":"42","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.ask.focus_on_apply","content":"Which diff to focus after applying.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-ask-focus_on_apply","tokens":["focus","after","applying","which","diff"],"title_tokens":["focus_on_apply","vim","option","windows","ask","assistant","setupopts","avante-nvim"],"anchors":[]},{"id":"43","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.ask.start_insert","content":"Start insert mode when opening the ask window.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-ask-start_insert","tokens":["ask","mode","insert","the","start","opening","window","when"],"title_tokens":["vim","ask","windows","assistant","option","start_insert","avante-nvim","setupopts"],"anchors":[]},{"id":"44","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.edit.border","content":"The border type on the edit window.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-edit-border","tokens":["edit","window","type","border","the"],"title_tokens":["vim","option","assistant","avante-nvim","edit","border","setupopts","windows"],"anchors":[]},{"id":"45","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.edit.start_insert","content":"Start insert mode when opening the edit window.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-edit-start_insert","tokens":["when","edit","opening","the","window","mode","insert","start"],"title_tokens":["vim","start_insert","windows","edit","assistant","setupopts","avante-nvim","option"],"anchors":[]},{"id":"46","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.input.height","content":"Height of the input window in vertical layout.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-input-height","tokens":["window","vertical","layout","height","input","the"],"title_tokens":["vim","option","input","height","assistant","setupopts","avante-nvim","windows"],"anchors":[]},{"id":"47","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.input.prefix","content":"The prefix used on the user input.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-input-prefix","tokens":["input","used","prefix","user","the"],"title_tokens":["input","prefix","setupopts","option","windows","vim","avante-nvim","assistant"],"anchors":[]},{"id":"48","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.position","content":"The position of the sidebar.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-position","tokens":["position","sidebar","the"],"title_tokens":["avante-nvim","option","windows","setupopts","vim","position","assistant"],"anchors":[]},{"id":"49","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.sidebar_header.align","content":"Position of the title.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-sidebar_header-align","tokens":["title","the","position"],"title_tokens":["avante-nvim","align","assistant","vim","setupopts","sidebar_header","option","windows"],"anchors":[]},{"id":"50","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.sidebar_header.enabled","content":"enable/disable the header.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-sidebar_header-enabled","tokens":["disable","enable","the","header"],"title_tokens":["avante-nvim","option","assistant","windows","vim","setupopts","enabled","sidebar_header"],"anchors":[]},{"id":"51","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.sidebar_header.rounded","content":"Enable rounded sidebar header","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-sidebar_header-rounded","tokens":["enable","rounded","sidebar","header"],"title_tokens":["vim","setupopts","assistant","sidebar_header","windows","rounded","option","avante-nvim"],"anchors":[]},{"id":"52","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.width","content":"Default % based on available width.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-width","tokens":["available","default","based","width"],"title_tokens":["width","vim","option","setupopts","windows","assistant","avante-nvim"],"anchors":[]},{"id":"53","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.wrap","content":"similar to vim.o.wrap.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-wrap","tokens":["vim","wrap","similar"],"title_tokens":["option","assistant","setupopts","windows","vim","avante-nvim","wrap"],"anchors":[]},{"id":"54","title":"Option: vim.assistant.chatgpt.enable","content":"Whether to enable ChatGPT AI assistant. Requires the environment variable OPENAI_API_KEY to be set.","path":"options.html#option-vim-assistant-chatgpt-enable","tokens":["requires","variable","chatgpt","the","assistant","enable","set","environment","openai_api_key","whether"],"title_tokens":["chatgpt","assistant","option","vim","enable"],"anchors":[]},{"id":"55","title":"Option: vim.assistant.chatgpt.mappings.addTests","content":"[ChatGPT] Add tests","path":"options.html#option-vim-assistant-chatgpt-mappings-addTests","tokens":["tests","chatgpt","add"],"title_tokens":["assistant","mappings","addtests","vim","chatgpt","option"],"anchors":[]},{"id":"56","title":"Option: vim.assistant.chatgpt.mappings.chatGpt","content":"ChatGPT","path":"options.html#option-vim-assistant-chatgpt-mappings-chatGpt","tokens":["chatgpt"],"title_tokens":["assistant","vim","option","chatgpt","mappings"],"anchors":[]},{"id":"57","title":"Option: vim.assistant.chatgpt.mappings.docstring","content":"[ChatGPT] Docstring","path":"options.html#option-vim-assistant-chatgpt-mappings-docstring","tokens":["docstring","chatgpt"],"title_tokens":["chatgpt","mappings","assistant","docstring","option","vim"],"anchors":[]},{"id":"58","title":"Option: vim.assistant.chatgpt.mappings.editWithInstructions","content":"[ChatGPT] Edit with instructions","path":"options.html#option-vim-assistant-chatgpt-mappings-editWithInstructions","tokens":["edit","with","chatgpt","instructions"],"title_tokens":["mappings","assistant","chatgpt","vim","option","editwithinstructions"],"anchors":[]},{"id":"59","title":"Option: vim.assistant.chatgpt.mappings.explain","content":"[ChatGPT] Explain code","path":"options.html#option-vim-assistant-chatgpt-mappings-explain","tokens":["code","chatgpt","explain"],"title_tokens":["mappings","chatgpt","explain","option","assistant","vim"],"anchors":[]},{"id":"60","title":"Option: vim.assistant.chatgpt.mappings.fixBugs","content":"[ChatGPT] Fix bugs","path":"options.html#option-vim-assistant-chatgpt-mappings-fixBugs","tokens":["chatgpt","fix","bugs"],"title_tokens":["fixbugs","assistant","option","chatgpt","mappings","vim"],"anchors":[]},{"id":"61","title":"Option: vim.assistant.chatgpt.mappings.grammarCorrection","content":"[ChatGPT] Grammar correction","path":"options.html#option-vim-assistant-chatgpt-mappings-grammarCorrection","tokens":["chatgpt","grammar","correction"],"title_tokens":["chatgpt","mappings","grammarcorrection","option","vim","assistant"],"anchors":[]},{"id":"62","title":"Option: vim.assistant.chatgpt.mappings.keyword","content":"[ChatGPT] Keywords","path":"options.html#option-vim-assistant-chatgpt-mappings-keyword","tokens":["keywords","chatgpt"],"title_tokens":["option","vim","keyword","chatgpt","mappings","assistant"],"anchors":[]},{"id":"63","title":"Option: vim.assistant.chatgpt.mappings.optimize","content":"[ChatGPT] Optimize code","path":"options.html#option-vim-assistant-chatgpt-mappings-optimize","tokens":["code","optimize","chatgpt"],"title_tokens":["mappings","chatgpt","option","optimize","vim","assistant"],"anchors":[]},{"id":"64","title":"Option: vim.assistant.chatgpt.mappings.readabilityanalysis","content":"[ChatGPT] Code reability analysis","path":"options.html#option-vim-assistant-chatgpt-mappings-readabilityanalysis","tokens":["code","chatgpt","reability","analysis"],"title_tokens":["option","mappings","assistant","vim","chatgpt","readabilityanalysis"],"anchors":[]},{"id":"65","title":"Option: vim.assistant.chatgpt.mappings.roxygenEdit","content":"[ChatGPT] Roxygen edit","path":"options.html#option-vim-assistant-chatgpt-mappings-roxygenEdit","tokens":["roxygen","edit","chatgpt"],"title_tokens":["option","vim","mappings","chatgpt","roxygenedit","assistant"],"anchors":[]},{"id":"66","title":"Option: vim.assistant.chatgpt.mappings.summarize","content":"[ChatGPT] Summarize","path":"options.html#option-vim-assistant-chatgpt-mappings-summarize","tokens":["chatgpt","summarize"],"title_tokens":["option","assistant","mappings","chatgpt","vim","summarize"],"anchors":[]},{"id":"67","title":"Option: vim.assistant.chatgpt.mappings.translate","content":"[ChatGPT] Translate","path":"options.html#option-vim-assistant-chatgpt-mappings-translate","tokens":["chatgpt","translate"],"title_tokens":["mappings","translate","assistant","option","vim","chatgpt"],"anchors":[]},{"id":"68","title":"Option: vim.assistant.chatgpt.setupOpts","content":"Option table to pass into the setup function of chatgpt\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-chatgpt-setupOpts","tokens":["function","chatgpt","additional","can","not","listed","option","you","pass","options","table","into","any","even","they","docs","setup","the"],"title_tokens":["option","chatgpt","setupopts","vim","assistant"],"anchors":[]},{"id":"69","title":"Option: vim.assistant.codecompanion-nvim.enable","content":"Whether to enable complementary neovim plugin for codecompanion.nvim.","path":"options.html#option-vim-assistant-codecompanion-nvim-enable","tokens":["whether","complementary","neovim","nvim","codecompanion","for","plugin","enable"],"title_tokens":["codecompanion-nvim","option","vim","assistant","enable"],"anchors":[]},{"id":"70","title":"Option: vim.assistant.codecompanion-nvim.setupOpts","content":"Option table to pass into the setup function of codecompanion-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts","tokens":["setup","codecompanion-nvim","they","table","option","options","the","docs","function","into","even","not","listed","pass","you","any","can","additional"],"title_tokens":["setupopts","codecompanion-nvim","vim","assistant","option"],"anchors":[]},{"id":"71","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.adapters","content":"An adapter is what connects Neovim to an LLM.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-adapters","tokens":["llm","what","neovim","adapter","connects"],"title_tokens":["codecompanion-nvim","vim","adapters","assistant","setupopts","option"],"anchors":[]},{"id":"72","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.height","content":"Height of the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-height","tokens":["the","height","palette","action"],"title_tokens":["vim","action_palette","option","codecompanion-nvim","display","setupopts","height","assistant"],"anchors":[]},{"id":"73","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.opts.show_default_actions","content":"Whether to enable showing default actions in the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-opts-show_default_actions","tokens":["the","actions","showing","default","action","palette","whether","enable"],"title_tokens":["codecompanion-nvim","assistant","setupopts","vim","opts","option","show_default_actions","action_palette","display"],"anchors":[]},{"id":"74","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.opts.show_default_prompt_library","content":"Whether to enable showing default prompt library in the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-opts-show_default_prompt_library","tokens":["enable","palette","default","library","the","prompt","showing","action","whether"],"title_tokens":["setupopts","vim","action_palette","show_default_prompt_library","codecompanion-nvim","assistant","option","opts","display"],"anchors":[]},{"id":"75","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.prompt","content":"Prompt used for interactive LLM calls.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-prompt","tokens":["prompt","for","interactive","used","llm","calls"],"title_tokens":["option","codecompanion-nvim","prompt","assistant","action_palette","vim","setupopts","display"],"anchors":[]},{"id":"76","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.provider","content":"Provider used for the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-provider","tokens":["used","for","provider","the","action","palette"],"title_tokens":["option","display","action_palette","provider","assistant","codecompanion-nvim","setupopts","vim"],"anchors":[]},{"id":"77","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.width","content":"Width of the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-width","tokens":["width","the","action","palette"],"title_tokens":["display","option","action_palette","assistant","vim","codecompanion-nvim","setupopts","width"],"anchors":[]},{"id":"78","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.auto_scroll","content":"Whether to enable automatic page scrolling.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-auto_scroll","tokens":["page","automatic","enable","scrolling","whether"],"title_tokens":["codecompanion-nvim","setupopts","assistant","display","vim","auto_scroll","option","chat"],"anchors":[]},{"id":"79","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.icons.pinned_buffer","content":"The icon to represent a pinned buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-icons-pinned_buffer","tokens":["the","buffer","icon","represent","pinned"],"title_tokens":["icons","codecompanion-nvim","display","pinned_buffer","chat","vim","setupopts","assistant","option"],"anchors":[]},{"id":"80","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.icons.watched_buffer","content":"The icon to represent a watched buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-icons-watched_buffer","tokens":["buffer","the","icon","represent","watched"],"title_tokens":["vim","watched_buffer","setupopts","option","codecompanion-nvim","display","chat","icons","assistant"],"anchors":[]},{"id":"81","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.intro_message","content":"Message to appear in chat buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-intro_message","tokens":["message","chat","buffer","appear"],"title_tokens":["intro_message","codecompanion-nvim","vim","option","assistant","display","chat","setupopts"],"anchors":[]},{"id":"82","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.separator","content":"The separator between the different messages in the chat buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-separator","tokens":["buffer","different","messages","separator","the","between","chat"],"title_tokens":["codecompanion-nvim","separator","option","setupopts","chat","vim","assistant","display"],"anchors":[]},{"id":"83","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.show_header_separator","content":"Whether to enable header separators in the chat buffer.\nSet this to false if you're using an external markdown formatting plugin. .","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-show_header_separator","tokens":["header","set","whether","plugin","you","false","using","chat","separators","external","buffer","enable","the","markdown","formatting","this"],"title_tokens":["assistant","chat","show_header_separator","vim","setupopts","option","display","codecompanion-nvim"],"anchors":[]},{"id":"84","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.show_references","content":"Whether to enable references in the chat buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-show_references","tokens":["chat","buffer","references","enable","the","whether"],"title_tokens":["chat","option","codecompanion-nvim","vim","show_references","setupopts","assistant","display"],"anchors":[]},{"id":"85","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.show_settings","content":"Whether to enable LLM settings to appear at the top of the chat buffer. .","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-show_settings","tokens":["buffer","chat","enable","settings","the","top","llm","appear","whether"],"title_tokens":["assistant","setupopts","display","show_settings","option","codecompanion-nvim","chat","vim"],"anchors":[]},{"id":"86","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.show_token_count","content":"Whether to enable the token count for each response.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-show_token_count","tokens":["whether","enable","the","token","response","for","each","count"],"title_tokens":["assistant","display","chat","option","vim","show_token_count","setupopts","codecompanion-nvim"],"anchors":[]},{"id":"87","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.start_in_insert_mode","content":"Whether to enable opening the chat buffer in insert mode. .","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-start_in_insert_mode","tokens":["opening","insert","chat","mode","the","whether","enable","buffer"],"title_tokens":["vim","display","chat","start_in_insert_mode","codecompanion-nvim","option","setupopts","assistant"],"anchors":[]},{"id":"88","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.diff.close_chat_at","content":"Close an open chat buffer if the total columns of your display are less than...","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-diff-close_chat_at","tokens":["than","open","are","less","close","display","the","total","columns","chat","buffer","your"],"title_tokens":["diff","option","assistant","setupopts","codecompanion-nvim","display","vim","close_chat_at"],"anchors":[]},{"id":"89","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.diff.enabled","content":"Whether to enable a diff view to see the changes made by the LLM.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-diff-enabled","tokens":["changes","whether","see","view","the","diff","enable","llm","made"],"title_tokens":["vim","display","enabled","codecompanion-nvim","diff","option","setupopts","assistant"],"anchors":[]},{"id":"90","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.diff.layout","content":"Type of split for default provider.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-diff-layout","tokens":["split","default","provider","type","for"],"title_tokens":["layout","setupopts","display","assistant","option","vim","codecompanion-nvim","diff"],"anchors":[]},{"id":"91","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.diff.provider","content":"The preferred kind of provider.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-diff-provider","tokens":["kind","preferred","provider","the"],"title_tokens":["display","diff","vim","assistant","setupopts","provider","option","codecompanion-nvim"],"anchors":[]},{"id":"92","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.inline.layout","content":"Customize how output is created in new buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-inline-layout","tokens":["how","created","buffer","output","new","customize"],"title_tokens":["setupopts","codecompanion-nvim","vim","assistant","layout","inline","display","option"],"anchors":[]},{"id":"93","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.opts.language","content":"Specify which language an LLM should respond in.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-opts-language","tokens":["specify","language","llm","respond","which","should"],"title_tokens":["codecompanion-nvim","language","assistant","setupopts","vim","opts","option"],"anchors":[]},{"id":"94","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.opts.log_level","content":"Change the level of logging.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-opts-log_level","tokens":["change","level","the","logging"],"title_tokens":["option","setupopts","opts","codecompanion-nvim","log_level","assistant","vim"],"anchors":[]},{"id":"95","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.opts.send_code","content":"Whether to enable code being sent to the LLM.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-opts-send_code","tokens":["sent","llm","enable","code","whether","being","the"],"title_tokens":["send_code","codecompanion-nvim","assistant","vim","option","opts","setupopts"],"anchors":[]},{"id":"96","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.prompt_library","content":"A prompt library is a collection of prompts that can be used in the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-prompt_library","tokens":["can","action","prompt","that","library","used","prompts","palette","collection","the"],"title_tokens":["vim","prompt_library","option","codecompanion-nvim","setupopts","assistant"],"anchors":[]},{"id":"97","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.adapter","content":"Adapter used for the chat strategy.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-adapter","tokens":["chat","for","the","used","strategy","adapter"],"title_tokens":["vim","option","setupopts","strategies","adapter","assistant","chat","codecompanion-nvim"],"anchors":[]},{"id":"98","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.keymaps","content":"Define or override the default keymaps.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-keymaps","tokens":["define","the","override","default","keymaps"],"title_tokens":["chat","assistant","keymaps","strategies","codecompanion-nvim","vim","option","setupopts"],"anchors":[]},{"id":"99","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.roles","content":"The chat buffer places user and LLM responses under a H2 header. These can be customized in the configuration.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-roles","tokens":["chat","user","responses","under","llm","header","configuration","can","the","these","customized","buffer","places","and"],"title_tokens":["vim","chat","assistant","roles","option","strategies","codecompanion-nvim","setupopts"],"anchors":[]},{"id":"100","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.slash_commands","content":"Slash Commands (invoked with /) let you dynamically insert context into the chat buffer, such as file contents or date/time.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-slash_commands","tokens":["time","commands","with","contents","such","context","you","buffer","into","insert","let","dynamically","the","slash","invoked","file","date","chat"],"title_tokens":["chat","slash_commands","codecompanion-nvim","vim","setupopts","option","strategies","assistant"],"anchors":[]},{"id":"101","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.tools","content":"Configure tools to perform specific tasks when invoked by an LLM.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-tools","tokens":["specific","tools","invoked","when","perform","configure","tasks","llm"],"title_tokens":["option","assistant","tools","codecompanion-nvim","strategies","vim","setupopts","chat"],"anchors":[]},{"id":"102","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.variables","content":"Define your own variables to share specific content.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-variables","tokens":["your","share","specific","content","define","variables","own"],"title_tokens":["codecompanion-nvim","chat","variables","option","vim","setupopts","strategies","assistant"],"anchors":[]},{"id":"103","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.inline.adapter","content":"Adapter used for the inline strategy.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-inline-adapter","tokens":["adapter","used","inline","strategy","for","the"],"title_tokens":["setupopts","adapter","option","vim","strategies","codecompanion-nvim","assistant","inline"],"anchors":[]},{"id":"104","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.inline.keymaps.accept_change.n","content":"Accept the suggested change.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-inline-keymaps-accept_change-n","tokens":["accept","suggested","the","change"],"title_tokens":["setupopts","option","keymaps","codecompanion-nvim","strategies","accept_change","assistant","inline","vim"],"anchors":[]},{"id":"105","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.inline.keymaps.reject_change.n","content":"Reject the suggested change.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-inline-keymaps-reject_change-n","tokens":["suggested","the","change","reject"],"title_tokens":["vim","setupopts","keymaps","option","codecompanion-nvim","assistant","inline","strategies","reject_change"],"anchors":[]},{"id":"106","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.inline.variables","content":"Define your own variables to share specific content.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-inline-variables","tokens":["your","share","variables","specific","define","content","own"],"title_tokens":["option","assistant","vim","codecompanion-nvim","variables","setupopts","inline","strategies"],"anchors":[]},{"id":"107","title":"Option: vim.assistant.copilot.cmp.enable","content":"Whether to enable nvim-cmp integration for GitHub Copilot.","path":"options.html#option-vim-assistant-copilot-cmp-enable","tokens":["whether","github","for","integration","copilot","nvim-cmp","enable"],"title_tokens":["vim","option","copilot","cmp","enable","assistant"],"anchors":[]},{"id":"108","title":"Option: vim.assistant.copilot.enable","content":"Whether to enable GitHub Copilot AI assistant.","path":"options.html#option-vim-assistant-copilot-enable","tokens":["github","whether","assistant","copilot","enable"],"title_tokens":["copilot","enable","option","assistant","vim"],"anchors":[]},{"id":"109","title":"Option: vim.assistant.copilot.mappings.panel.accept","content":"Accept suggestion","path":"options.html#option-vim-assistant-copilot-mappings-panel-accept","tokens":["accept","suggestion"],"title_tokens":["vim","panel","assistant","accept","option","copilot","mappings"],"anchors":[]},{"id":"110","title":"Option: vim.assistant.copilot.mappings.panel.jumpNext","content":"Jump to next suggestion","path":"options.html#option-vim-assistant-copilot-mappings-panel-jumpNext","tokens":["jump","suggestion","next"],"title_tokens":["mappings","vim","assistant","copilot","jumpnext","panel","option"],"anchors":[]},{"id":"111","title":"Option: vim.assistant.copilot.mappings.panel.jumpPrev","content":"Jump to previous suggestion","path":"options.html#option-vim-assistant-copilot-mappings-panel-jumpPrev","tokens":["suggestion","previous","jump"],"title_tokens":["copilot","vim","panel","jumpprev","mappings","option","assistant"],"anchors":[]},{"id":"112","title":"Option: vim.assistant.copilot.mappings.panel.open","content":"Open suggestions","path":"options.html#option-vim-assistant-copilot-mappings-panel-open","tokens":["open","suggestions"],"title_tokens":["assistant","vim","panel","option","mappings","open","copilot"],"anchors":[]},{"id":"113","title":"Option: vim.assistant.copilot.mappings.panel.refresh","content":"Refresh suggestions","path":"options.html#option-vim-assistant-copilot-mappings-panel-refresh","tokens":["refresh","suggestions"],"title_tokens":["vim","mappings","panel","assistant","option","copilot","refresh"],"anchors":[]},{"id":"114","title":"Option: vim.assistant.copilot.mappings.suggestion.accept","content":"Accept suggestion","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-accept","tokens":["accept","suggestion"],"title_tokens":["accept","assistant","copilot","option","mappings","vim","suggestion"],"anchors":[]},{"id":"115","title":"Option: vim.assistant.copilot.mappings.suggestion.acceptLine","content":"Accept next line","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-acceptLine","tokens":["next","accept","line"],"title_tokens":["copilot","suggestion","acceptline","vim","assistant","option","mappings"],"anchors":[]},{"id":"116","title":"Option: vim.assistant.copilot.mappings.suggestion.acceptWord","content":"Accept next word","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-acceptWord","tokens":["next","word","accept"],"title_tokens":["option","assistant","mappings","suggestion","acceptword","vim","copilot"],"anchors":[]},{"id":"117","title":"Option: vim.assistant.copilot.mappings.suggestion.dismiss","content":"Dismiss suggestion","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-dismiss","tokens":["suggestion","dismiss"],"title_tokens":["mappings","vim","copilot","suggestion","dismiss","option","assistant"],"anchors":[]},{"id":"118","title":"Option: vim.assistant.copilot.mappings.suggestion.next","content":"Next suggestion","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-next","tokens":["suggestion","next"],"title_tokens":["option","copilot","mappings","suggestion","next","vim","assistant"],"anchors":[]},{"id":"119","title":"Option: vim.assistant.copilot.mappings.suggestion.prev","content":"Previous suggestion","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-prev","tokens":["suggestion","previous"],"title_tokens":["suggestion","mappings","copilot","option","prev","assistant","vim"],"anchors":[]},{"id":"120","title":"Option: vim.assistant.copilot.setupOpts","content":"Option table to pass into the setup function of Copilot\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-copilot-setupOpts","tokens":["table","listed","you","they","can","into","not","any","additional","pass","setup","function","option","even","docs","copilot","options","the"],"title_tokens":["vim","copilot","assistant","option","setupopts"],"anchors":[]},{"id":"121","title":"Option: vim.assistant.copilot.setupOpts.copilot_node_command","content":"The command that will be executed to initiate nodejs for GitHub Copilot. Recommended to leave as default.","path":"options.html#option-vim-assistant-copilot-setupOpts-copilot_node_command","tokens":["copilot","recommended","the","nodejs","github","will","executed","for","that","leave","default","command","initiate"],"title_tokens":["option","vim","assistant","copilot","copilot_node_command","setupopts"],"anchors":[]},{"id":"122","title":"Option: vim.assistant.copilot.setupOpts.panel.enabled","content":"Whether to enable Completion Panel.","path":"options.html#option-vim-assistant-copilot-setupOpts-panel-enabled","tokens":["enable","panel","whether","completion"],"title_tokens":["panel","enabled","copilot","setupopts","vim","assistant","option"],"anchors":[]},{"id":"123","title":"Option: vim.assistant.copilot.setupOpts.panel.layout.position","content":"Panel position","path":"options.html#option-vim-assistant-copilot-setupOpts-panel-layout-position","tokens":["position","panel"],"title_tokens":["position","copilot","layout","assistant","vim","option","setupopts","panel"],"anchors":[]},{"id":"124","title":"Option: vim.assistant.copilot.setupOpts.panel.layout.ratio","content":"Panel size","path":"options.html#option-vim-assistant-copilot-setupOpts-panel-layout-ratio","tokens":["panel","size"],"title_tokens":["ratio","setupopts","layout","vim","copilot","option","assistant","panel"],"anchors":[]},{"id":"125","title":"Option: vim.assistant.copilot.setupOpts.suggestion.enabled","content":"Whether to enable Suggestions.","path":"options.html#option-vim-assistant-copilot-setupOpts-suggestion-enabled","tokens":["enable","suggestions","whether"],"title_tokens":["enabled","option","vim","suggestion","assistant","setupopts","copilot"],"anchors":[]},{"id":"126","title":"Option: vim.assistant.neocodeium.enable","content":"Whether to enable NeoCodeium AI completion.","path":"options.html#option-vim-assistant-neocodeium-enable","tokens":["neocodeium","enable","whether","completion"],"title_tokens":["vim","assistant","neocodeium","option","enable"],"anchors":[]},{"id":"127","title":"Option: vim.assistant.neocodeium.keymaps.accept","content":"Accept suggestion","path":"options.html#option-vim-assistant-neocodeium-keymaps-accept","tokens":["suggestion","accept"],"title_tokens":["option","assistant","vim","neocodeium","keymaps","accept"],"anchors":[]},{"id":"128","title":"Option: vim.assistant.neocodeium.keymaps.accept_line","content":"Accept line","path":"options.html#option-vim-assistant-neocodeium-keymaps-accept_line","tokens":["line","accept"],"title_tokens":["option","assistant","accept_line","keymaps","neocodeium","vim"],"anchors":[]},{"id":"129","title":"Option: vim.assistant.neocodeium.keymaps.accept_word","content":"Accept word","path":"options.html#option-vim-assistant-neocodeium-keymaps-accept_word","tokens":["word","accept"],"title_tokens":["keymaps","option","vim","assistant","accept_word","neocodeium"],"anchors":[]},{"id":"130","title":"Option: vim.assistant.neocodeium.keymaps.clear","content":"Clear suggestion","path":"options.html#option-vim-assistant-neocodeium-keymaps-clear","tokens":["suggestion","clear"],"title_tokens":["assistant","neocodeium","clear","keymaps","option","vim"],"anchors":[]},{"id":"131","title":"Option: vim.assistant.neocodeium.keymaps.cycle_or_complete","content":"Cycle or complete","path":"options.html#option-vim-assistant-neocodeium-keymaps-cycle_or_complete","tokens":["cycle","complete"],"title_tokens":["neocodeium","keymaps","option","assistant","cycle_or_complete","vim"],"anchors":[]},{"id":"132","title":"Option: vim.assistant.neocodeium.keymaps.cycle_or_complete_reverse","content":"Cycle or complete (reverse)","path":"options.html#option-vim-assistant-neocodeium-keymaps-cycle_or_complete_reverse","tokens":["complete","cycle","reverse"],"title_tokens":["neocodeium","option","keymaps","assistant","cycle_or_complete_reverse","vim"],"anchors":[]},{"id":"133","title":"Option: vim.assistant.neocodeium.setupOpts","content":"Option table to pass into the setup function of NeoCodeium\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-neocodeium-setupOpts","tokens":["listed","pass","neocodeium","into","they","option","any","additional","even","setup","function","you","can","options","table","docs","not","the"],"title_tokens":["neocodeium","setupopts","option","vim","assistant"],"anchors":[]},{"id":"134","title":"Option: vim.assistant.neocodeium.setupOpts.bin","content":"Path to custom windsurf server binary","path":"options.html#option-vim-assistant-neocodeium-setupOpts-bin","tokens":["binary","server","path","custom","windsurf"],"title_tokens":["bin","setupopts","option","vim","assistant","neocodeium"],"anchors":[]},{"id":"135","title":"Option: vim.assistant.neocodeium.setupOpts.debounce","content":"Whether to enable suggestions debounce","path":"options.html#option-vim-assistant-neocodeium-setupOpts-debounce","tokens":["debounce","suggestions","whether","enable"],"title_tokens":["neocodeium","assistant","option","vim","setupopts","debounce"],"anchors":[]},{"id":"136","title":"Option: vim.assistant.neocodeium.setupOpts.disable_in_special_buftypes","content":"Whether to disable suggestions in special buftypes like nofile","path":"options.html#option-vim-assistant-neocodeium-setupOpts-disable_in_special_buftypes","tokens":["buftypes","special","suggestions","like","whether","nofile","disable"],"title_tokens":["setupopts","option","assistant","neocodeium","vim","disable_in_special_buftypes"],"anchors":[]},{"id":"137","title":"Option: vim.assistant.neocodeium.setupOpts.enabled","content":"Whether to start windsurf server. Can be manually enabled with :NeoCodeium enable","path":"options.html#option-vim-assistant-neocodeium-setupOpts-enabled","tokens":["start","neocodeium","enable","can","enabled","manually","windsurf","with","whether","server"],"title_tokens":["enabled","vim","option","assistant","neocodeium","setupopts"],"anchors":[]},{"id":"138","title":"Option: vim.assistant.neocodeium.setupOpts.filetypes","content":"Filetypes to disable suggestions in. You can still enable disabled buffer with :NeoCodeium enable_buffer","path":"options.html#option-vim-assistant-neocodeium-setupOpts-filetypes","tokens":["buffer","still","enable_buffer","suggestions","neocodeium","can","enable","with","filetypes","disable","you","disabled"],"title_tokens":["option","vim","filetypes","neocodeium","assistant","setupopts"],"anchors":[]},{"id":"139","title":"Option: vim.assistant.neocodeium.setupOpts.filter","content":"Function that returns true if a buffer should be enabled and false if disabled. You can still enable disabled buffer with :NeoCodeium enable_buffer","path":"options.html#option-vim-assistant-neocodeium-setupOpts-filter","tokens":["enable_buffer","can","with","that","still","function","true","false","you","enabled","enable","should","returns","buffer","neocodeium","and","disabled"],"title_tokens":["assistant","setupopts","filter","neocodeium","option","vim"],"anchors":[]},{"id":"140","title":"Option: vim.assistant.neocodeium.setupOpts.log_level","content":"Log level","path":"options.html#option-vim-assistant-neocodeium-setupOpts-log_level","tokens":["log","level"],"title_tokens":["option","vim","neocodeium","assistant","setupopts","log_level"],"anchors":[]},{"id":"141","title":"Option: vim.assistant.neocodeium.setupOpts.manual","content":"When true, autosuggestions are disabled. Use require'neocodeium'.cycle_or_complete() to show suggestions manually","path":"options.html#option-vim-assistant-neocodeium-setupOpts-manual","tokens":["cycle_or_complete","autosuggestions","are","true","use","when","show","neocodeium","suggestions","manually","disabled","require"],"title_tokens":["neocodeium","vim","option","assistant","setupopts","manual"],"anchors":[]},{"id":"142","title":"Option: vim.assistant.neocodeium.setupOpts.max_lines","content":"Maximum number of lines parsed from loaded buffers (current buffer always fully parsed). Set to 0 to disable parsing non-current buffers. Set to -1 to parse all lines","path":"options.html#option-vim-assistant-neocodeium-setupOpts-max_lines","tokens":["non-current","parse","buffer","disable","set","number","parsed","all","loaded","maximum","parsing","lines","always","fully","from","current","buffers"],"title_tokens":["max_lines","setupopts","option","vim","assistant","neocodeium"],"anchors":[]},{"id":"143","title":"Option: vim.assistant.neocodeium.setupOpts.root_dir","content":"List of directories and files to detect workspace root directory for Windsurf Chat","path":"options.html#option-vim-assistant-neocodeium-setupOpts-root_dir","tokens":["and","root","detect","workspace","directory","for","files","windsurf","directories","list","chat"],"title_tokens":["neocodeium","vim","setupopts","option","root_dir","assistant"],"anchors":[]},{"id":"144","title":"Option: vim.assistant.neocodeium.setupOpts.server.api_url","content":"API URL to use (for Enterprise mode)","path":"options.html#option-vim-assistant-neocodeium-setupOpts-server-api_url","tokens":["api","mode","url","use","for","enterprise"],"title_tokens":["assistant","neocodeium","option","server","api_url","vim","setupopts"],"anchors":[]},{"id":"145","title":"Option: vim.assistant.neocodeium.setupOpts.server.portal_url","content":"Portal URL to use (for registering a user and downloading the binary)","path":"options.html#option-vim-assistant-neocodeium-setupOpts-server-portal_url","tokens":["and","user","portal","use","url","for","the","registering","binary","downloading"],"title_tokens":["option","vim","server","portal_url","setupopts","neocodeium","assistant"],"anchors":[]},{"id":"146","title":"Option: vim.assistant.neocodeium.setupOpts.show_label","content":"Whether to show the number of suggestions label in the line number column","path":"options.html#option-vim-assistant-neocodeium-setupOpts-show_label","tokens":["show","label","the","whether","number","line","suggestions","column"],"title_tokens":["assistant","option","neocodeium","setupopts","vim","show_label"],"anchors":[]},{"id":"147","title":"Option: vim.assistant.neocodeium.setupOpts.silent","content":"Whether to disable non-important messages","path":"options.html#option-vim-assistant-neocodeium-setupOpts-silent","tokens":["disable","non-important","whether","messages"],"title_tokens":["assistant","setupopts","silent","option","neocodeium","vim"],"anchors":[]},{"id":"148","title":"Option: vim.assistant.neocodeium.setupOpts.single_line.enabled","content":"Whether to enable single line mode. Multi-line suggestions collapse into a single line","path":"options.html#option-vim-assistant-neocodeium-setupOpts-single_line-enabled","tokens":["mode","multi-line","single","whether","into","line","enable","suggestions","collapse"],"title_tokens":["setupopts","option","neocodeium","assistant","vim","single_line","enabled"],"anchors":[]},{"id":"149","title":"Option: vim.assistant.neocodeium.setupOpts.single_line.label","content":"Label indicating that there is multi-line suggestion","path":"options.html#option-vim-assistant-neocodeium-setupOpts-single_line-label","tokens":["suggestion","label","multi-line","there","that","indicating"],"title_tokens":["option","setupopts","single_line","label","assistant","neocodeium","vim"],"anchors":[]},{"id":"150","title":"Option: vim.assistant.supermaven-nvim.enable","content":"Whether to enable Supermaven AI assistant.","path":"options.html#option-vim-assistant-supermaven-nvim-enable","tokens":["enable","supermaven","assistant","whether"],"title_tokens":["assistant","option","vim","supermaven-nvim","enable"],"anchors":[]},{"id":"151","title":"Option: vim.assistant.supermaven-nvim.setupOpts","content":"Option table to pass into the setup function of Supermaven\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts","tokens":["any","setup","docs","options","not","additional","pass","can","table","into","function","supermaven","they","the","option","you","even","listed"],"title_tokens":["supermaven-nvim","option","vim","setupopts","assistant"],"anchors":[]},{"id":"152","title":"Option: vim.assistant.supermaven-nvim.setupOpts.color.cterm","content":"The cterm color of the suggestion","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-color-cterm","tokens":["cterm","suggestion","color","the"],"title_tokens":["option","color","cterm","setupopts","assistant","vim","supermaven-nvim"],"anchors":[]},{"id":"153","title":"Option: vim.assistant.supermaven-nvim.setupOpts.color.suggestion_color","content":"The hex color of the suggestion","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-color-suggestion_color","tokens":["color","hex","suggestion","the"],"title_tokens":["vim","assistant","supermaven-nvim","option","setupopts","suggestion_color","color"],"anchors":[]},{"id":"154","title":"Option: vim.assistant.supermaven-nvim.setupOpts.condition","content":"Condition function to check for stopping supermaven.\nA returned true means to stop supermaven","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-condition","tokens":["means","for","stopping","true","supermaven","function","returned","condition","stop","check"],"title_tokens":["option","setupopts","condition","assistant","supermaven-nvim","vim"],"anchors":[]},{"id":"155","title":"Option: vim.assistant.supermaven-nvim.setupOpts.disable_inline_completion","content":"Disable inline completion for use with cmp","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-disable_inline_completion","tokens":["disable","use","with","cmp","for","completion","inline"],"title_tokens":["assistant","vim","option","supermaven-nvim","setupopts","disable_inline_completion"],"anchors":[]},{"id":"156","title":"Option: vim.assistant.supermaven-nvim.setupOpts.disable_keymaps","content":"Disable built-in keymaps for more manual control","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-disable_keymaps","tokens":["disable","built-in","manual","control","for","keymaps","more"],"title_tokens":["vim","option","assistant","setupopts","disable_keymaps","supermaven-nvim"],"anchors":[]},{"id":"157","title":"Option: vim.assistant.supermaven-nvim.setupOpts.ignore_file","content":"List of fileto ignore","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-ignore_file","tokens":["ignore","list","fileto"],"title_tokens":["ignore_file","assistant","option","supermaven-nvim","vim","setupopts"],"anchors":[]},{"id":"158","title":"Option: vim.assistant.supermaven-nvim.setupOpts.keymaps.accept_suggestion","content":"The key to accept a suggestion","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-keymaps-accept_suggestion","tokens":["the","key","suggestion","accept"],"title_tokens":["assistant","keymaps","supermaven-nvim","option","vim","setupopts","accept_suggestion"],"anchors":[]},{"id":"159","title":"Option: vim.assistant.supermaven-nvim.setupOpts.keymaps.accept_word","content":"The key to accept a word","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-keymaps-accept_word","tokens":["accept","key","the","word"],"title_tokens":["vim","accept_word","option","assistant","supermaven-nvim","setupopts","keymaps"],"anchors":[]},{"id":"160","title":"Option: vim.assistant.supermaven-nvim.setupOpts.keymaps.clear_suggestion","content":"The key to clear a suggestion","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-keymaps-clear_suggestion","tokens":["clear","the","key","suggestion"],"title_tokens":["assistant","supermaven-nvim","clear_suggestion","option","vim","setupopts","keymaps"],"anchors":[]},{"id":"161","title":"Option: vim.assistant.supermaven-nvim.setupOpts.log_level","content":"The log level. Set to \"off\" to disable completely","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-log_level","tokens":["the","log","level","set","disable","completely","off"],"title_tokens":["option","vim","setupopts","log_level","assistant","supermaven-nvim"],"anchors":[]},{"id":"162","title":"Option: vim.augroups","content":"A list of Neovim autogroups, which are used to organize and manage related autocommands together. Groups allow multiple autocommands to be cleared or redefined collectively, preventing duplicate definitions.\nEach autogroup consists of a name and a boolean indicating whether to clear existing autocommands.","path":"options.html#option-vim-augroups","tokens":["related","organize","cleared","groups","manage","whether","multiple","collectively","together","which","preventing","duplicate","definitions","autogroup","clear","are","used","autogroups","consists","allow","name","neovim","boolean","existing","autocommands","indicating","list","and","redefined","each"],"title_tokens":["option","vim","augroups"],"anchors":[]},{"id":"163","title":"Option: vim.augroups.*.clear","content":"Whether to clear existing autocommands in this group before defining new ones. This helps avoid duplicate autocommands.","path":"options.html#option-vim-augroups-*-clear","tokens":["duplicate","helps","before","avoid","defining","ones","new","clear","autocommands","this","existing","whether","group"],"title_tokens":["augroups","option","vim","clear"],"anchors":[]},{"id":"164","title":"Option: vim.augroups.*.enable","content":"Whether to enable this autocommand group.","path":"options.html#option-vim-augroups-*-enable","tokens":["group","this","enable","whether","autocommand"],"title_tokens":["vim","enable","option","augroups"],"anchors":[]},{"id":"165","title":"Option: vim.augroups.*.name","content":"The name of the autocommand group.","path":"options.html#option-vim-augroups-*-name","tokens":["name","group","the","autocommand"],"title_tokens":["augroups","name","option","vim"],"anchors":[]},{"id":"166","title":"Option: vim.autocmds","content":"A list of Neovim autocommands to be registered.\nEach entry defines an autocommand, specifying events, patterns, a callback or Vim command, an optional group, a description, and execution settings.","path":"options.html#option-vim-autocmds","tokens":["specifying","autocommand","optional","command","events","vim","description","execution","group","patterns","defines","entry","list","callback","each","registered","and","neovim","autocommands","settings"],"title_tokens":["option","vim","autocmds"],"anchors":[]},{"id":"167","title":"Option: vim.autocmds.*.callback","content":"Lua function to be called when the event(s) are triggered.","path":"options.html#option-vim-autocmds-*-callback","tokens":["when","function","event","called","are","lua","the","triggered"],"title_tokens":["autocmds","vim","callback","option"],"anchors":[]},{"id":"168","title":"Option: vim.autocmds.*.command","content":"Vim command to be executed when the event(s) are triggered. Cannot be defined if the callback option is already defined.","path":"options.html#option-vim-autocmds-*-command","tokens":["triggered","option","event","vim","are","already","when","the","executed","cannot","defined","callback","command"],"title_tokens":["vim","autocmds","option","command"],"anchors":[]},{"id":"169","title":"Option: vim.autocmds.*.desc","content":"A description for the autocommand.","path":"options.html#option-vim-autocmds-*-desc","tokens":["for","autocommand","description","the"],"title_tokens":["option","vim","desc","autocmds"],"anchors":[]},{"id":"170","title":"Option: vim.autocmds.*.enable","content":"Whether to enable this autocommand.","path":"options.html#option-vim-autocmds-*-enable","tokens":["enable","autocommand","this","whether"],"title_tokens":["option","autocmds","enable","vim"],"anchors":[]},{"id":"171","title":"Option: vim.autocmds.*.event","content":"The event(s) that trigger the autocommand.","path":"options.html#option-vim-autocmds-*-event","tokens":["the","autocommand","event","that","trigger"],"title_tokens":["vim","autocmds","option","event"],"anchors":[]},{"id":"172","title":"Option: vim.autocmds.*.group","content":"An optional autocommand group to manage related autocommands.","path":"options.html#option-vim-autocmds-*-group","tokens":["manage","optional","group","related","autocommands","autocommand"],"title_tokens":["vim","option","group","autocmds"],"anchors":[]},{"id":"173","title":"Option: vim.autocmds.*.nested","content":"Whether to allow nested autocommands to trigger.","path":"options.html#option-vim-autocmds-*-nested","tokens":["autocommands","trigger","whether","nested","allow"],"title_tokens":["option","vim","nested","autocmds"],"anchors":[]},{"id":"174","title":"Option: vim.autocmds.*.once","content":"Whether to run the autocommand only once.","path":"options.html#option-vim-autocmds-*-once","tokens":["run","whether","once","the","autocommand","only"],"title_tokens":["vim","once","option","autocmds"],"anchors":[]},{"id":"175","title":"Option: vim.autocmds.*.pattern","content":"The file pattern(s) that determine when the autocommand applies.","path":"options.html#option-vim-autocmds-*-pattern","tokens":["determine","file","pattern","the","that","autocommand","applies","when"],"title_tokens":["pattern","autocmds","option","vim"],"anchors":[]},{"id":"176","title":"Option: vim.autocomplete.blink-cmp.enable","content":"Whether to enable blink.cmp.","path":"options.html#option-vim-autocomplete-blink-cmp-enable","tokens":["cmp","blink","enable","whether"],"title_tokens":["enable","option","autocomplete","vim","blink-cmp"],"anchors":[]},{"id":"177","title":"Option: vim.autocomplete.blink-cmp.friendly-snippets.enable","content":"Whether to enable friendly-snippets for blink to source from automatically.","path":"options.html#option-vim-autocomplete-blink-cmp-friendly-snippets-enable","tokens":["friendly-snippets","blink","source","from","whether","for","enable","automatically"],"title_tokens":["vim","option","blink-cmp","friendly-snippets","enable","autocomplete"],"anchors":[]},{"id":"178","title":"Option: vim.autocomplete.blink-cmp.mappings.close","content":"Close [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-close","tokens":["close","blink","cmp"],"title_tokens":["vim","autocomplete","blink-cmp","mappings","close","option"],"anchors":[]},{"id":"179","title":"Option: vim.autocomplete.blink-cmp.mappings.complete","content":"Complete [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-complete","tokens":["complete","blink","cmp"],"title_tokens":["option","blink-cmp","mappings","vim","autocomplete","complete"],"anchors":[]},{"id":"180","title":"Option: vim.autocomplete.blink-cmp.mappings.confirm","content":"Confirm [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-confirm","tokens":["confirm","cmp","blink"],"title_tokens":["autocomplete","blink-cmp","vim","mappings","confirm","option"],"anchors":[]},{"id":"181","title":"Option: vim.autocomplete.blink-cmp.mappings.next","content":"Next item [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-next","tokens":["item","cmp","next","blink"],"title_tokens":["option","vim","autocomplete","blink-cmp","mappings","next"],"anchors":[]},{"id":"182","title":"Option: vim.autocomplete.blink-cmp.mappings.previous","content":"Previous item [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-previous","tokens":["previous","cmp","item","blink"],"title_tokens":["previous","vim","mappings","blink-cmp","option","autocomplete"],"anchors":[]},{"id":"183","title":"Option: vim.autocomplete.blink-cmp.mappings.scrollDocsDown","content":"Scroll docs down [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-scrollDocsDown","tokens":["scroll","docs","down","blink","cmp"],"title_tokens":["scrolldocsdown","vim","blink-cmp","option","autocomplete","mappings"],"anchors":[]},{"id":"184","title":"Option: vim.autocomplete.blink-cmp.mappings.scrollDocsUp","content":"Scroll docs up [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-scrollDocsUp","tokens":["blink","docs","cmp","scroll"],"title_tokens":["autocomplete","option","blink-cmp","vim","mappings","scrolldocsup"],"anchors":[]},{"id":"185","title":"Option: vim.autocomplete.blink-cmp.setupOpts","content":"Option table to pass into the setup function of blink.cmp\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts","tokens":["they","can","into","cmp","even","options","function","listed","setup","the","you","docs","blink","any","table","additional","option","pass","not"],"title_tokens":["blink-cmp","setupopts","autocomplete","option","vim"],"anchors":[]},{"id":"186","title":"Option: vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap","content":"blink.cmp cmdline keymap","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-cmdline-keymap","tokens":["cmdline","keymap","blink","cmp"],"title_tokens":["option","blink-cmp","cmdline","setupopts","autocomplete","keymap","vim"],"anchors":[]},{"id":"187","title":"Option: vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap.preset","content":"keymap presets","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-cmdline-keymap-preset","tokens":["presets","keymap"],"title_tokens":["preset","keymap","cmdline","autocomplete","option","vim","setupopts","blink-cmp"],"anchors":[]},{"id":"188","title":"Option: vim.autocomplete.blink-cmp.setupOpts.cmdline.sources","content":"List of sources to enable for cmdline. Null means use default source list.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-cmdline-sources","tokens":["source","means","list","use","null","sources","default","enable","for","cmdline"],"title_tokens":["cmdline","sources","autocomplete","vim","option","blink-cmp","setupopts"],"anchors":[]},{"id":"189","title":"Option: vim.autocomplete.blink-cmp.setupOpts.completion.documentation.auto_show","content":"Show documentation whenever an item is selected","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-completion-documentation-auto_show","tokens":["item","show","selected","documentation","whenever"],"title_tokens":["vim","option","setupopts","auto_show","blink-cmp","completion","documentation","autocomplete"],"anchors":[]},{"id":"190","title":"Option: vim.autocomplete.blink-cmp.setupOpts.completion.documentation.auto_show_delay_ms","content":"Delay before auto show triggers","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-completion-documentation-auto_show_delay_ms","tokens":["delay","auto","before","show","triggers"],"title_tokens":["autocomplete","blink-cmp","setupopts","completion","vim","documentation","auto_show_delay_ms","option"],"anchors":[]},{"id":"191","title":"Option: vim.autocomplete.blink-cmp.setupOpts.completion.menu.auto_show","content":"Manages the appearance of the completion menu. You may prevent the menu from automatically showing by this option to false and manually showing it with the show keymap command.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-completion-menu-auto_show","tokens":["manages","completion","menu","from","option","and","manually","keymap","prevent","appearance","showing","false","the","with","show","command","automatically","may","this","you"],"title_tokens":["setupopts","completion","menu","option","auto_show","autocomplete","blink-cmp","vim"],"anchors":[]},{"id":"192","title":"Option: vim.autocomplete.blink-cmp.setupOpts.fuzzy.implementation","content":"fuzzy matcher implementation for Blink.\n\"lua\": slower, Lua native fuzzy matcher implementation\n`\"rust\": use the SIMD fuzzy matcher, 'frizbee'\n\"prefer_rust\": use the rust implementation, but fall back to lua\n\"prefer_rust_with_warning\": use the rust implementation, and fall back to lua if it is not available after emitting a warning.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-fuzzy-implementation","tokens":["back","warning","implementation","fuzzy","native","matcher","the","blink","lua","prefer_rust_with_warning","after","frizbee","not","simd","for","available","slower","use","but","fall","rust","and","emitting","prefer_rust"],"title_tokens":["setupopts","implementation","blink-cmp","vim","fuzzy","option","autocomplete"],"anchors":[]},{"id":"193","title":"Option: vim.autocomplete.blink-cmp.setupOpts.fuzzy.prebuilt_binaries.download","content":"Auto-downloads prebuilt binaries.\n::: .{warning} Do not enable this option, as it does not work on Nix! :::","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-fuzzy-prebuilt_binaries-download","tokens":["work","binaries","prebuilt","warning","this","not","enable","nix","auto-downloads","option","does"],"title_tokens":["autocomplete","fuzzy","prebuilt_binaries","vim","setupopts","option","download","blink-cmp"],"anchors":[]},{"id":"194","title":"Option: vim.autocomplete.blink-cmp.setupOpts.keymap","content":"blink.cmp keymap","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-keymap","tokens":["blink","cmp","keymap"],"title_tokens":["setupopts","option","autocomplete","blink-cmp","vim","keymap"],"anchors":[]},{"id":"195","title":"Option: vim.autocomplete.blink-cmp.setupOpts.keymap.preset","content":"keymap presets","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-keymap-preset","tokens":["presets","keymap"],"title_tokens":["blink-cmp","setupopts","preset","vim","keymap","option","autocomplete"],"anchors":[]},{"id":"196","title":"Option: vim.autocomplete.blink-cmp.setupOpts.sources.default","content":"Default list of sources to enable for completion.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-sources-default","tokens":["default","list","sources","enable","for","completion"],"title_tokens":["default","setupopts","autocomplete","vim","blink-cmp","sources","option"],"anchors":[]},{"id":"197","title":"Option: vim.autocomplete.blink-cmp.setupOpts.sources.providers","content":"Settings for completion providers.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-sources-providers","tokens":["completion","providers","settings","for"],"title_tokens":["option","vim","blink-cmp","sources","providers","setupopts","autocomplete"],"anchors":[]},{"id":"198","title":"Option: vim.autocomplete.blink-cmp.setupOpts.sources.providers.<name>.module","content":"Provider module.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-sources-providers--module","tokens":["module","provider"],"title_tokens":["module","name","providers","blink-cmp","setupopts","option","sources","autocomplete","vim"],"anchors":[]},{"id":"199","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins","content":"blink.cmp sources.\nAttribute names must be source names used in {option}vim.autocomplete.blink-cmp.setupOpts.sources.default.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins","tokens":["sources","must","names","cmp","used","vim","attribute","source","blink","option","autocomplete","blink-cmp","setupopts","default"],"title_tokens":["autocomplete","blink-cmp","sourceplugins","option","vim"],"anchors":[]},{"id":"200","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.<name>.enable","content":"Whether to enable this source.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins--enable","tokens":["this","whether","source","enable"],"title_tokens":["option","autocomplete","sourceplugins","enable","blink-cmp","name","vim"],"anchors":[]},{"id":"201","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.<name>.module","content":"Value of {option}vim.autocomplete.blink-cmp.setupOpts.sources.providers..module.\nShould be present in the source's documentation.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins--module","tokens":["sources","providers","source","documentation","value","name","vim","autocomplete","option","blink-cmp","module","should","the","present","setupopts"],"title_tokens":["blink-cmp","autocomplete","option","vim","sourceplugins","name","module"],"anchors":[]},{"id":"202","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.<name>.package","content":"blink-cmp source plugin package.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins--package","tokens":["package","plugin","source","blink-cmp"],"title_tokens":["sourceplugins","name","package","vim","blink-cmp","autocomplete","option"],"anchors":[]},{"id":"203","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.emoji.enable","content":"Whether to enable emoji source.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-emoji-enable","tokens":["whether","emoji","source","enable"],"title_tokens":["emoji","sourceplugins","enable","vim","option","autocomplete","blink-cmp"],"anchors":[]},{"id":"204","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.emoji.module","content":"Value of {option}vim.autocomplete.blink-cmp.setupOpts.sources.providers.emoji.module.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-emoji-module","tokens":["module","value","setupopts","option","autocomplete","sources","vim","blink-cmp","emoji","providers"],"title_tokens":["sourceplugins","autocomplete","vim","blink-cmp","option","emoji","module"],"anchors":[]},{"id":"205","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.emoji.package","content":"blink-cmp emoji source plugin package.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-emoji-package","tokens":["emoji","plugin","source","blink-cmp","package"],"title_tokens":["emoji","vim","package","autocomplete","blink-cmp","option","sourceplugins"],"anchors":[]},{"id":"206","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.ripgrep.enable","content":"Whether to enable ripgrep source.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-ripgrep-enable","tokens":["whether","source","enable","ripgrep"],"title_tokens":["autocomplete","vim","sourceplugins","ripgrep","enable","option","blink-cmp"],"anchors":[]},{"id":"207","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.ripgrep.module","content":"Value of {option}vim.autocomplete.blink-cmp.setupOpts.sources.providers.ripgrep.module.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-ripgrep-module","tokens":["option","blink-cmp","setupopts","vim","sources","ripgrep","providers","value","autocomplete","module"],"title_tokens":["module","option","autocomplete","sourceplugins","vim","blink-cmp","ripgrep"],"anchors":[]},{"id":"208","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.ripgrep.package","content":"blink-cmp ripgrep source plugin package.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-ripgrep-package","tokens":["plugin","blink-cmp","ripgrep","source","package"],"title_tokens":["blink-cmp","option","sourceplugins","ripgrep","autocomplete","package","vim"],"anchors":[]},{"id":"209","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.spell.enable","content":"Whether to enable spell source.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-spell-enable","tokens":["enable","spell","whether","source"],"title_tokens":["enable","option","autocomplete","vim","blink-cmp","sourceplugins","spell"],"anchors":[]},{"id":"210","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.spell.module","content":"Value of {option}vim.autocomplete.blink-cmp.setupOpts.sources.providers.spell.module.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-spell-module","tokens":["option","sources","blink-cmp","spell","setupopts","autocomplete","providers","value","module","vim"],"title_tokens":["sourceplugins","module","spell","option","vim","autocomplete","blink-cmp"],"anchors":[]},{"id":"211","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.spell.package","content":"blink-cmp spell source plugin package.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-spell-package","tokens":["plugin","package","blink-cmp","spell","source"],"title_tokens":["blink-cmp","autocomplete","option","sourceplugins","package","spell","vim"],"anchors":[]},{"id":"212","title":"Option: vim.autocomplete.enableSharedCmpSources","content":"Whether to enable sources shared by blink.cmp and nvim-cmp.","path":"options.html#option-vim-autocomplete-enableSharedCmpSources","tokens":["cmp","enable","whether","sources","shared","nvim-cmp","blink","and"],"title_tokens":["option","vim","autocomplete","enablesharedcmpsources"],"anchors":[]},{"id":"213","title":"Option: vim.autocomplete.nvim-cmp.enable","content":"Whether to enable nvim-cmp.","path":"options.html#option-vim-autocomplete-nvim-cmp-enable","tokens":["nvim-cmp","whether","enable"],"title_tokens":["vim","autocomplete","option","enable","nvim-cmp"],"anchors":[]},{"id":"214","title":"Option: vim.autocomplete.nvim-cmp.format","content":"The function used to customize the completion menu entries. This is outside of setupOpts to allow for an easier integration with lspkind.nvim.\nSee :help cmp-config.formatting.format.","path":"options.html#option-vim-autocomplete-nvim-cmp-format","tokens":["setupopts","easier","help","format","see","menu","integration","lspkind","cmp-config","formatting","used","customize","function","this","completion","with","nvim","the","allow","entries","for","outside"],"title_tokens":["autocomplete","option","nvim-cmp","vim","format"],"anchors":[]},{"id":"215","title":"Option: vim.autocomplete.nvim-cmp.mappings.close","content":"Close [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-close","tokens":["nvim-cmp","close"],"title_tokens":["autocomplete","vim","mappings","option","nvim-cmp","close"],"anchors":[]},{"id":"216","title":"Option: vim.autocomplete.nvim-cmp.mappings.complete","content":"Complete [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-complete","tokens":["complete","nvim-cmp"],"title_tokens":["vim","nvim-cmp","option","autocomplete","mappings","complete"],"anchors":[]},{"id":"217","title":"Option: vim.autocomplete.nvim-cmp.mappings.confirm","content":"Confirm [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-confirm","tokens":["nvim-cmp","confirm"],"title_tokens":["vim","option","autocomplete","nvim-cmp","confirm","mappings"],"anchors":[]},{"id":"218","title":"Option: vim.autocomplete.nvim-cmp.mappings.next","content":"Next item [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-next","tokens":["item","nvim-cmp","next"],"title_tokens":["mappings","nvim-cmp","autocomplete","vim","option","next"],"anchors":[]},{"id":"219","title":"Option: vim.autocomplete.nvim-cmp.mappings.previous","content":"Previous item [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-previous","tokens":["nvim-cmp","previous","item"],"title_tokens":["option","mappings","previous","autocomplete","nvim-cmp","vim"],"anchors":[]},{"id":"220","title":"Option: vim.autocomplete.nvim-cmp.mappings.scrollDocsDown","content":"Scroll docs down [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-scrollDocsDown","tokens":["scroll","nvim-cmp","down","docs"],"title_tokens":["option","vim","autocomplete","nvim-cmp","mappings","scrolldocsdown"],"anchors":[]},{"id":"221","title":"Option: vim.autocomplete.nvim-cmp.mappings.scrollDocsUp","content":"Scroll docs up [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-scrollDocsUp","tokens":["scroll","docs","nvim-cmp"],"title_tokens":["option","nvim-cmp","scrolldocsup","vim","mappings","autocomplete"],"anchors":[]},{"id":"222","title":"Option: vim.autocomplete.nvim-cmp.setupOpts","content":"Option table to pass into the setup function of the autocomplete plugin\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-autocomplete-nvim-cmp-setupOpts","tokens":["even","additional","listed","into","setup","not","option","docs","table","pass","you","function","plugin","the","autocomplete","can","options","any","they"],"title_tokens":["option","vim","setupopts","nvim-cmp","autocomplete"],"anchors":[]},{"id":"223","title":"Option: vim.autocomplete.nvim-cmp.setupOpts.completion.completeopt","content":"A comma-separated list of options for completion.\nSee :help completeopt for the complete list.","path":"options.html#option-vim-autocomplete-nvim-cmp-setupOpts-completion-completeopt","tokens":["the","comma-separated","for","complete","completion","see","completeopt","options","help","list"],"title_tokens":["completeopt","setupopts","autocomplete","option","completion","vim","nvim-cmp"],"anchors":[]},{"id":"224","title":"Option: vim.autocomplete.nvim-cmp.setupOpts.sorting.comparators","content":"The comparator functions used for sorting completions.\nYou can either pass a valid inline lua function (see :help cmp-config.sorting.comparators), or a string, in which case the builtin comparator with that name will be used.\nA deprio function and a kinds (require(\"cmp.types\").lsp.CompletionItemKind) variable is provided above setupOpts. By passing a type to the function, the returned function will be a comparator that always ranks the specified kind the lowest.","path":"options.html#option-vim-autocomplete-nvim-cmp-setupOpts-sorting-comparators","tokens":["types","builtin","can","lua","sorting","help","cmp","and","lsp","comparators","above","used","setupopts","either","that","returned","always","you","cmp-config","kind","for","lowest","pass","will","completionitemkind","require","variable","provided","comparator","functions","which","case","deprio","passing","ranks","kinds","function","string","name","type","specified","the","valid","with","inline","see","completions"],"title_tokens":["option","nvim-cmp","vim","setupopts","sorting","comparators","autocomplete"],"anchors":[]},{"id":"225","title":"Option: vim.autocomplete.nvim-cmp.sourcePlugins","content":"List of source plugins used by nvim-cmp.","path":"options.html#option-vim-autocomplete-nvim-cmp-sourcePlugins","tokens":["nvim-cmp","plugins","list","source","used"],"title_tokens":["option","sourceplugins","autocomplete","nvim-cmp","vim"],"anchors":[]},{"id":"226","title":"Option: vim.autocomplete.nvim-cmp.sources","content":"The list of sources used by nvim-cmp","path":"options.html#option-vim-autocomplete-nvim-cmp-sources","tokens":["the","list","sources","used","nvim-cmp"],"title_tokens":["autocomplete","option","vim","sources","nvim-cmp"],"anchors":[]},{"id":"227","title":"Option: vim.autopairs.nvim-autopairs.enable","content":"Whether to enable autopairs.","path":"options.html#option-vim-autopairs-nvim-autopairs-enable","tokens":["whether","autopairs","enable"],"title_tokens":["nvim-autopairs","option","enable","autopairs","vim"],"anchors":[]},{"id":"228","title":"Option: vim.autopairs.nvim-autopairs.setupOpts","content":"Option table to pass into the setup function of nvim-autopairs\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-autopairs-nvim-autopairs-setupOpts","tokens":["table","even","can","the","they","additional","listed","pass","setup","options","nvim-autopairs","you","option","into","docs","function","any","not"],"title_tokens":["vim","setupopts","autopairs","nvim-autopairs","option"],"anchors":[]},{"id":"229","title":"Option: vim.bell","content":"Set how bells are handled. Options: on, visual or none","path":"options.html#option-vim-bell","tokens":["set","bells","handled","none","how","visual","are","options"],"title_tokens":["bell","option","vim"],"anchors":[]},{"id":"230","title":"Option: vim.binds.cheatsheet.enable","content":"Whether to enable cheatsheet-nvim: searchable cheatsheet for nvim using telescope.","path":"options.html#option-vim-binds-cheatsheet-enable","tokens":["nvim","searchable","enable","using","whether","cheatsheet","for","cheatsheet-nvim","telescope"],"title_tokens":["binds","cheatsheet","option","enable","vim"],"anchors":[]},{"id":"231","title":"Option: vim.binds.hardtime-nvim.enable","content":"Whether to enable hardtime helper for no repeat keybinds.","path":"options.html#option-vim-binds-hardtime-nvim-enable","tokens":["whether","for","repeat","keybinds","enable","helper","hardtime"],"title_tokens":["option","binds","vim","enable","hardtime-nvim"],"anchors":[]},{"id":"232","title":"Option: vim.binds.hardtime-nvim.setupOpts","content":"Option table to pass into the setup function of hardtime-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-binds-hardtime-nvim-setupOpts","tokens":["setup","table","function","listed","you","they","can","into","any","not","docs","options","even","the","option","additional","pass","hardtime-nvim"],"title_tokens":["setupopts","hardtime-nvim","vim","binds","option"],"anchors":[]},{"id":"233","title":"Option: vim.binds.whichKey.enable","content":"Whether to enable which-key keybind helper menu.","path":"options.html#option-vim-binds-whichKey-enable","tokens":["enable","which-key","keybind","whether","helper","menu"],"title_tokens":["enable","whichkey","binds","option","vim"],"anchors":[]},{"id":"234","title":"Option: vim.binds.whichKey.register","content":"Register label for which-key keybind helper menu","path":"options.html#option-vim-binds-whichKey-register","tokens":["helper","menu","for","register","label","which-key","keybind"],"title_tokens":["whichkey","register","option","vim","binds"],"anchors":[]},{"id":"235","title":"Option: vim.binds.whichKey.setupOpts","content":"Option table to pass into the setup function of which-key\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-binds-whichKey-setupOpts","tokens":["any","listed","not","pass","option","function","the","options","you","into","table","docs","which-key","setup","additional","can","they","even"],"title_tokens":["option","vim","binds","whichkey","setupopts"],"anchors":[]},{"id":"236","title":"Option: vim.binds.whichKey.setupOpts.notify","content":"Show a warning when issues were detected with mappings","path":"options.html#option-vim-binds-whichKey-setupOpts-notify","tokens":["show","mappings","warning","when","were","issues","with","detected"],"title_tokens":["notify","option","setupopts","vim","binds","whichkey"],"anchors":[]},{"id":"237","title":"Option: vim.binds.whichKey.setupOpts.preset","content":"The default preset for the which-key window","path":"options.html#option-vim-binds-whichKey-setupOpts-preset","tokens":["the","default","window","preset","for","which-key"],"title_tokens":["setupopts","vim","preset","binds","option","whichkey"],"anchors":[]},{"id":"238","title":"Option: vim.binds.whichKey.setupOpts.replace","content":"Functions/Lua Patterns for formatting the labels","path":"options.html#option-vim-binds-whichKey-setupOpts-replace","tokens":["the","patterns","formatting","labels","for","lua","functions"],"title_tokens":["vim","whichkey","setupopts","option","replace","binds"],"anchors":[]},{"id":"239","title":"Option: vim.binds.whichKey.setupOpts.win.border","content":"Which-key window border style","path":"options.html#option-vim-binds-whichKey-setupOpts-win-border","tokens":["window","style","border","which-key"],"title_tokens":["option","whichkey","setupopts","win","border","binds","vim"],"anchors":[]},{"id":"240","title":"Option: vim.build.finalPackage","content":"final output package","path":"options.html#option-vim-build-finalPackage","tokens":["package","output","final"],"title_tokens":["vim","option","build","finalpackage"],"anchors":[]},{"id":"241","title":"Option: vim.clipboard.enable","content":"Whether to enable clipboard management for Neovim. Users may still choose to manage their clipboard through {option}vim.options should they wish to avoid using this module. .","path":"options.html#option-vim-clipboard-enable","tokens":["management","whether","vim","options","should","users","this","neovim","choose","they","enable","clipboard","for","manage","wish","avoid","using","module","their","option","through","still","may"],"title_tokens":["option","clipboard","vim","enable"],"anchors":[]},{"id":"242","title":"Option: vim.clipboard.providers","content":"Clipboard providers for which packages will be added to nvf's {option}extraPackages. The package field may be set to null if related packages are already found in system packages to potentially reduce closure sizes.","path":"options.html#option-vim-clipboard-providers","tokens":["option","null","set","found","extrapackages","package","packages","are","system","reduce","closure","the","already","nvf","added","clipboard","may","potentially","sizes","for","will","providers","which","field","related"],"title_tokens":["option","vim","clipboard","providers"],"anchors":[]},{"id":"243","title":"Option: vim.clipboard.providers.wl-copy.enable","content":"Whether to enable wl-copy.","path":"options.html#option-vim-clipboard-providers-wl-copy-enable","tokens":["whether","enable","wl-copy"],"title_tokens":["option","vim","clipboard","wl-copy","enable","providers"],"anchors":[]},{"id":"244","title":"Option: vim.clipboard.providers.wl-copy.package","content":"The wl-clipboard package to use.","path":"options.html#option-vim-clipboard-providers-wl-copy-package","tokens":["the","package","use","wl-clipboard"],"title_tokens":["option","vim","clipboard","providers","wl-copy","package"],"anchors":[]},{"id":"245","title":"Option: vim.clipboard.providers.xclip.enable","content":"Whether to enable xclip.","path":"options.html#option-vim-clipboard-providers-xclip-enable","tokens":["xclip","enable","whether"],"title_tokens":["providers","enable","xclip","vim","option","clipboard"],"anchors":[]},{"id":"246","title":"Option: vim.clipboard.providers.xclip.package","content":"The xclip package to use.","path":"options.html#option-vim-clipboard-providers-xclip-package","tokens":["the","package","use","xclip"],"title_tokens":["option","xclip","package","providers","clipboard","vim"],"anchors":[]},{"id":"247","title":"Option: vim.clipboard.providers.xsel.enable","content":"Whether to enable xsel.","path":"options.html#option-vim-clipboard-providers-xsel-enable","tokens":["xsel","whether","enable"],"title_tokens":["option","xsel","clipboard","vim","enable","providers"],"anchors":[]},{"id":"248","title":"Option: vim.clipboard.providers.xsel.package","content":"The xsel package to use.","path":"options.html#option-vim-clipboard-providers-xsel-package","tokens":["xsel","use","package","the"],"title_tokens":["package","xsel","clipboard","option","vim","providers"],"anchors":[]},{"id":"249","title":"Option: vim.clipboard.registers","content":"The register to be used by the Neovim clipboard. Recognized types are:\nunnamed: Vim will use the clipboard register \"*\" for all yank, delete, change and put operations which would normally go to the unnamed register.\nunnamedplus: A variant of the \"unnamed\" flag which uses the clipboard register \"+\" ({command}:h quoteplus) instead of register \"*\" for all yank, delete, change and put operations which would normally go to the unnamed register.\n\nWhen unnamed and unnamedplus is included simultaneously as \"unnamed,unnamedplus\", yank and delete operations (but not put) will additionally copy the text into register \"*\".\nPlease see {command}:h clipboard for more details.","path":"options.html#option-vim-clipboard-registers","tokens":["recognized","more","the","and","uses","put","copy","used","use","types","included","will","are","unnamed","delete","instead","not","please","would","register","flag","operations","when","change","text","into","quoteplus","but","vim","clipboard","additionally","all","see","details","for","normally","neovim","simultaneously","which","command","variant","yank","unnamedplus"],"title_tokens":["vim","option","clipboard","registers"],"anchors":[]},{"id":"250","title":"Option: vim.comments.comment-nvim.enable","content":"Whether to enable smart and powerful comment plugin for neovim comment-nvim.","path":"options.html#option-vim-comments-comment-nvim-enable","tokens":["neovim","for","enable","plugin","whether","and","smart","comment-nvim","powerful","comment"],"title_tokens":["comments","option","vim","comment-nvim","enable"],"anchors":[]},{"id":"251","title":"Option: vim.comments.comment-nvim.mappings.toggleCurrentBlock","content":"Toggle current block comment","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleCurrentBlock","tokens":["current","comment","toggle","block"],"title_tokens":["mappings","vim","comment-nvim","togglecurrentblock","comments","option"],"anchors":[]},{"id":"252","title":"Option: vim.comments.comment-nvim.mappings.toggleCurrentLine","content":"Toggle current line comment","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleCurrentLine","tokens":["line","current","comment","toggle"],"title_tokens":["togglecurrentline","comment-nvim","comments","vim","mappings","option"],"anchors":[]},{"id":"253","title":"Option: vim.comments.comment-nvim.mappings.toggleOpLeaderBlock","content":"Toggle block comment","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleOpLeaderBlock","tokens":["block","comment","toggle"],"title_tokens":["comment-nvim","mappings","option","comments","vim","toggleopleaderblock"],"anchors":[]},{"id":"254","title":"Option: vim.comments.comment-nvim.mappings.toggleOpLeaderLine","content":"Toggle line comment","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleOpLeaderLine","tokens":["line","toggle","comment"],"title_tokens":["comments","toggleopleaderline","mappings","vim","comment-nvim","option"],"anchors":[]},{"id":"255","title":"Option: vim.comments.comment-nvim.mappings.toggleSelectedBlock","content":"Toggle selected block","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleSelectedBlock","tokens":["toggle","block","selected"],"title_tokens":["comment-nvim","mappings","comments","toggleselectedblock","option","vim"],"anchors":[]},{"id":"256","title":"Option: vim.comments.comment-nvim.mappings.toggleSelectedLine","content":"Toggle selected comment","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleSelectedLine","tokens":["toggle","selected","comment"],"title_tokens":["toggleselectedline","vim","comments","mappings","comment-nvim","option"],"anchors":[]},{"id":"257","title":"Option: vim.comments.comment-nvim.setupOpts","content":"Option table to pass into the setup function of Comment-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-comments-comment-nvim-setupOpts","tokens":["into","table","any","can","setup","docs","even","function","you","they","listed","the","comment-nvim","additional","option","pass","not","options"],"title_tokens":["setupopts","vim","comment-nvim","option","comments"],"anchors":[]},{"id":"258","title":"Option: vim.comments.comment-nvim.setupOpts.mappings.basic","content":"Whether to enable basic mappings.","path":"options.html#option-vim-comments-comment-nvim-setupOpts-mappings-basic","tokens":["enable","basic","whether","mappings"],"title_tokens":["option","comments","setupopts","vim","mappings","comment-nvim","basic"],"anchors":[]},{"id":"259","title":"Option: vim.comments.comment-nvim.setupOpts.mappings.extra","content":"Whether to enable extra mappings.","path":"options.html#option-vim-comments-comment-nvim-setupOpts-mappings-extra","tokens":["extra","enable","mappings","whether"],"title_tokens":["setupopts","mappings","comments","extra","vim","option","comment-nvim"],"anchors":[]},{"id":"260","title":"Option: vim.dashboard.alpha.enable","content":"Whether to enable fast and fully programmable greeter for neovim [alpha.nvim].","path":"options.html#option-vim-dashboard-alpha-enable","tokens":["greeter","fast","whether","alpha","and","enable","fully","for","programmable","neovim","nvim"],"title_tokens":["alpha","vim","dashboard","option","enable"],"anchors":[]},{"id":"261","title":"Option: vim.dashboard.alpha.layout","content":"Alpha dashboard layout","path":"options.html#option-vim-dashboard-alpha-layout","tokens":["alpha","dashboard","layout"],"title_tokens":["alpha","vim","dashboard","option","layout"],"anchors":[]},{"id":"262","title":"Option: vim.dashboard.alpha.opts","content":"Optional global options","path":"options.html#option-vim-dashboard-alpha-opts","tokens":["optional","options","global"],"title_tokens":["option","vim","alpha","dashboard","opts"],"anchors":[]},{"id":"263","title":"Option: vim.dashboard.alpha.theme","content":"Alpha default theme to use","path":"options.html#option-vim-dashboard-alpha-theme","tokens":["theme","default","use","alpha"],"title_tokens":["option","theme","alpha","dashboard","vim"],"anchors":[]},{"id":"264","title":"Option: vim.dashboard.dashboard-nvim.enable","content":"Whether to enable Fancy and Blazing Fast start screen plugin of neovim [dashboard.nvim].","path":"options.html#option-vim-dashboard-dashboard-nvim-enable","tokens":["enable","fancy","screen","start","neovim","plugin","blazing","dashboard","nvim","and","fast","whether"],"title_tokens":["enable","vim","option","dashboard","dashboard-nvim"],"anchors":[]},{"id":"265","title":"Option: vim.dashboard.dashboard-nvim.setupOpts","content":"Option table to pass into the setup function of dashboard.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-dashboard-dashboard-nvim-setupOpts","tokens":["docs","even","setup","function","nvim","any","not","options","you","into","table","additional","pass","option","the","dashboard","can","they","listed"],"title_tokens":["vim","dashboard-nvim","setupopts","option","dashboard"],"anchors":[]},{"id":"266","title":"Option: vim.dashboard.startify.bookmarks","content":"List of book marks to display on start page","path":"options.html#option-vim-dashboard-startify-bookmarks","tokens":["marks","book","start","display","list","page"],"title_tokens":["dashboard","vim","startify","option","bookmarks"],"anchors":[]},{"id":"267","title":"Option: vim.dashboard.startify.changeDirCmd","content":"Command to change the current window with.","path":"options.html#option-vim-dashboard-startify-changeDirCmd","tokens":["the","change","current","command","with","window"],"title_tokens":["option","startify","changedircmd","dashboard","vim"],"anchors":[]},{"id":"268","title":"Option: vim.dashboard.startify.changeToDir","content":"Whether Vim should change to the directory of the file you open","path":"options.html#option-vim-dashboard-startify-changeToDir","tokens":["change","you","vim","file","whether","the","directory","should","open"],"title_tokens":["option","startify","vim","dashboard","changetodir"],"anchors":[]},{"id":"269","title":"Option: vim.dashboard.startify.changeToVCRoot","content":"Whether Vim should change to the version control root when opening a file","path":"options.html#option-vim-dashboard-startify-changeToVCRoot","tokens":["should","whether","change","vim","version","root","the","when","opening","file","control"],"title_tokens":["dashboard","startify","vim","option","changetovcroot"],"anchors":[]},{"id":"270","title":"Option: vim.dashboard.startify.commands","content":"Commands that are presented to the user on startify page","path":"options.html#option-vim-dashboard-startify-commands","tokens":["commands","user","are","presented","that","the","page","startify"],"title_tokens":["vim","dashboard","option","startify","commands"],"anchors":[]},{"id":"271","title":"Option: vim.dashboard.startify.customFooter","content":"Text to place in the footer","path":"options.html#option-vim-dashboard-startify-customFooter","tokens":["text","the","place","footer"],"title_tokens":["option","startify","vim","customfooter","dashboard"],"anchors":[]},{"id":"272","title":"Option: vim.dashboard.startify.customHeader","content":"Text to place in the header","path":"options.html#option-vim-dashboard-startify-customHeader","tokens":["text","the","place","header"],"title_tokens":["option","vim","startify","dashboard","customheader"],"anchors":[]},{"id":"273","title":"Option: vim.dashboard.startify.customIndices","content":"Specify a list of default characters to use instead of numbers","path":"options.html#option-vim-dashboard-startify-customIndices","tokens":["specify","list","use","instead","numbers","characters","default"],"title_tokens":["vim","dashboard","option","startify","customindices"],"anchors":[]},{"id":"274","title":"Option: vim.dashboard.startify.disableOnStartup","content":"Whether vim-startify should be disabled on startup.\nThis will prevent startify from opening on startup, but it can still be called with :Startify","path":"options.html#option-vim-dashboard-startify-disableOnStartup","tokens":["will","disabled","whether","startify","but","can","this","from","vim-startify","still","with","startup","called","should","opening","prevent"],"title_tokens":["vim","option","dashboard","disableonstartup","startify"],"anchors":[]},{"id":"275","title":"Option: vim.dashboard.startify.enable","content":"Whether to enable fancy start screen for Vim [vim-startify].","path":"options.html#option-vim-dashboard-startify-enable","tokens":["vim-startify","start","whether","screen","vim","enable","for","fancy"],"title_tokens":["vim","enable","option","dashboard","startify"],"anchors":[]},{"id":"276","title":"Option: vim.dashboard.startify.filesNumber","content":"How many files to list","path":"options.html#option-vim-dashboard-startify-filesNumber","tokens":["files","list","how","many"],"title_tokens":["option","dashboard","startify","filesnumber","vim"],"anchors":[]},{"id":"277","title":"Option: vim.dashboard.startify.lists","content":"Specify the lists and in what order they are displayed on startify.","path":"options.html#option-vim-dashboard-startify-lists","tokens":["order","lists","the","and","specify","what","they","are","displayed","startify"],"title_tokens":["vim","option","startify","dashboard","lists"],"anchors":[]},{"id":"278","title":"Option: vim.dashboard.startify.paddingLeft","content":"Number of spaces used for left padding.","path":"options.html#option-vim-dashboard-startify-paddingLeft","tokens":["number","spaces","for","left","used","padding"],"title_tokens":["vim","dashboard","startify","paddingleft","option"],"anchors":[]},{"id":"279","title":"Option: vim.dashboard.startify.sessionAutoload","content":"Make vim-startify auto load Session.vim files from the current directory","path":"options.html#option-vim-dashboard-startify-sessionAutoload","tokens":["make","the","from","vim","files","vim-startify","session","load","current","directory","auto"],"title_tokens":["startify","sessionautoload","dashboard","option","vim"],"anchors":[]},{"id":"280","title":"Option: vim.dashboard.startify.sessionBeforeSave","content":"Commands to run before saving a session","path":"options.html#option-vim-dashboard-startify-sessionBeforeSave","tokens":["before","saving","commands","run","session"],"title_tokens":["vim","startify","sessionbeforesave","option","dashboard"],"anchors":[]},{"id":"281","title":"Option: vim.dashboard.startify.sessionDeleteBuffers","content":"Delete all buffers when loading or closing a session","path":"options.html#option-vim-dashboard-startify-sessionDeleteBuffers","tokens":["all","buffers","closing","delete","when","session","loading"],"title_tokens":["sessiondeletebuffers","option","dashboard","vim","startify"],"anchors":[]},{"id":"282","title":"Option: vim.dashboard.startify.sessionDir","content":"Directory to save and load sessions from","path":"options.html#option-vim-dashboard-startify-sessionDir","tokens":["sessions","load","directory","from","and","save"],"title_tokens":["dashboard","startify","vim","option","sessiondir"],"anchors":[]},{"id":"283","title":"Option: vim.dashboard.startify.sessionPersistence","content":"Persist session before leaving vim or switching session","path":"options.html#option-vim-dashboard-startify-sessionPersistence","tokens":["before","switching","persist","session","leaving","vim"],"title_tokens":["option","startify","dashboard","sessionpersistence","vim"],"anchors":[]},{"id":"284","title":"Option: vim.dashboard.startify.sessionRemoveLines","content":"Patterns to remove from session files","path":"options.html#option-vim-dashboard-startify-sessionRemoveLines","tokens":["session","patterns","remove","files","from"],"title_tokens":["sessionremovelines","vim","dashboard","startify","option"],"anchors":[]},{"id":"285","title":"Option: vim.dashboard.startify.sessionSavecmds","content":"List of commands to run when loading a session.","path":"options.html#option-vim-dashboard-startify-sessionSavecmds","tokens":["commands","loading","session","when","list","run"],"title_tokens":["sessionsavecmds","option","vim","dashboard","startify"],"anchors":[]},{"id":"286","title":"Option: vim.dashboard.startify.sessionSavevars","content":"List of variables to save into a session file.","path":"options.html#option-vim-dashboard-startify-sessionSavevars","tokens":["list","variables","session","into","save","file"],"title_tokens":["option","vim","dashboard","startify","sessionsavevars"],"anchors":[]},{"id":"287","title":"Option: vim.dashboard.startify.sessionSort","content":"While true, sessions will be sorted by date rather than alphabetically.","path":"options.html#option-vim-dashboard-startify-sessionSort","tokens":["will","true","sorted","alphabetically","while","sessions","rather","than","date"],"title_tokens":["dashboard","startify","sessionsort","vim","option"],"anchors":[]},{"id":"288","title":"Option: vim.dashboard.startify.skipList","content":"List of regex patterns to exclude from MRU lists","path":"options.html#option-vim-dashboard-startify-skipList","tokens":["lists","list","patterns","regex","exclude","from","mru"],"title_tokens":["dashboard","skiplist","startify","option","vim"],"anchors":[]},{"id":"289","title":"Option: vim.dashboard.startify.skipListServer","content":"List of vim servers to not load startify for","path":"options.html#option-vim-dashboard-startify-skipListServer","tokens":["for","not","servers","load","list","vim","startify"],"title_tokens":["option","dashboard","vim","startify","skiplistserver"],"anchors":[]},{"id":"290","title":"Option: vim.dashboard.startify.unsafe","content":"Whether to turn on unsafe mode for Startify.\nWhile enabld, vim-startify will stops resolving links, checking files are readable and filtering bookmark list","path":"options.html#option-vim-dashboard-startify-unsafe","tokens":["startify","for","checking","stops","mode","are","enabld","vim-startify","while","resolving","filtering","bookmark","whether","list","unsafe","and","will","files","readable","links","turn"],"title_tokens":["vim","option","startify","unsafe","dashboard"],"anchors":[]},{"id":"291","title":"Option: vim.dashboard.startify.updateOldFiles","content":"Set if you want startify to always update and not just when neovim closes","path":"options.html#option-vim-dashboard-startify-updateOldFiles","tokens":["and","set","just","startify","always","want","neovim","closes","you","update","when","not"],"title_tokens":["dashboard","startify","vim","option","updateoldfiles"],"anchors":[]},{"id":"292","title":"Option: vim.dashboard.startify.useEnv","content":"Show environment variables in path if name is shorter than value","path":"options.html#option-vim-dashboard-startify-useEnv","tokens":["environment","variables","value","path","show","name","shorter","than"],"title_tokens":["dashboard","option","useenv","vim","startify"],"anchors":[]},{"id":"293","title":"Option: vim.debugMode.enable","content":"Whether to enable debug mode.","path":"options.html#option-vim-debugMode-enable","tokens":["whether","enable","debug","mode"],"title_tokens":["debugmode","enable","option","vim"],"anchors":[]},{"id":"294","title":"Option: vim.debugMode.level","content":"Set verbosity level of Neovim while debug mode is enabled.\nValue must be be one of the levels expected by Neovim's verbose option","path":"options.html#option-vim-debugMode-level","tokens":["debug","option","enabled","verbose","mode","one","value","levels","the","verbosity","must","level","neovim","set","expected","while"],"title_tokens":["vim","option","debugmode","level"],"anchors":[]},{"id":"295","title":"Option: vim.debugMode.logFile","content":"Set the log file that will be used to store verbose messages set by the verbose option.","path":"options.html#option-vim-debugMode-logFile","tokens":["store","set","that","used","will","the","log","file","messages","option","verbose"],"title_tokens":["option","logfile","vim","debugmode"],"anchors":[]},{"id":"296","title":"Option: vim.debugger.nvim-dap.enable","content":"Whether to enable debugging via nvim-dap.","path":"options.html#option-vim-debugger-nvim-dap-enable","tokens":["debugging","enable","nvim-dap","whether","via"],"title_tokens":["vim","debugger","nvim-dap","option","enable"],"anchors":[]},{"id":"297","title":"Option: vim.debugger.nvim-dap.mappings.continue","content":"Continue","path":"options.html#option-vim-debugger-nvim-dap-mappings-continue","tokens":["continue"],"title_tokens":["continue","vim","option","debugger","mappings","nvim-dap"],"anchors":[]},{"id":"298","title":"Option: vim.debugger.nvim-dap.mappings.goDown","content":"Go down stacktrace","path":"options.html#option-vim-debugger-nvim-dap-mappings-goDown","tokens":["down","stacktrace"],"title_tokens":["vim","mappings","option","nvim-dap","godown","debugger"],"anchors":[]},{"id":"299","title":"Option: vim.debugger.nvim-dap.mappings.goUp","content":"Go up stacktrace","path":"options.html#option-vim-debugger-nvim-dap-mappings-goUp","tokens":["stacktrace"],"title_tokens":["mappings","nvim-dap","vim","goup","option","debugger"],"anchors":[]},{"id":"300","title":"Option: vim.debugger.nvim-dap.mappings.hover","content":"Hover","path":"options.html#option-vim-debugger-nvim-dap-mappings-hover","tokens":["hover"],"title_tokens":["option","hover","debugger","nvim-dap","mappings","vim"],"anchors":[]},{"id":"301","title":"Option: vim.debugger.nvim-dap.mappings.restart","content":"Restart","path":"options.html#option-vim-debugger-nvim-dap-mappings-restart","tokens":["restart"],"title_tokens":["debugger","nvim-dap","mappings","option","vim","restart"],"anchors":[]},{"id":"302","title":"Option: vim.debugger.nvim-dap.mappings.runLast","content":"Re-run Last Debug Session","path":"options.html#option-vim-debugger-nvim-dap-mappings-runLast","tokens":["last","session","re-run","debug"],"title_tokens":["mappings","runlast","nvim-dap","debugger","option","vim"],"anchors":[]},{"id":"303","title":"Option: vim.debugger.nvim-dap.mappings.runToCursor","content":"Continue to the current cursor","path":"options.html#option-vim-debugger-nvim-dap-mappings-runToCursor","tokens":["continue","cursor","current","the"],"title_tokens":["mappings","runtocursor","option","debugger","nvim-dap","vim"],"anchors":[]},{"id":"304","title":"Option: vim.debugger.nvim-dap.mappings.stepBack","content":"Step back","path":"options.html#option-vim-debugger-nvim-dap-mappings-stepBack","tokens":["back","step"],"title_tokens":["nvim-dap","mappings","debugger","vim","option","stepback"],"anchors":[]},{"id":"305","title":"Option: vim.debugger.nvim-dap.mappings.stepInto","content":"Step into function","path":"options.html#option-vim-debugger-nvim-dap-mappings-stepInto","tokens":["step","function","into"],"title_tokens":["vim","stepinto","option","mappings","debugger","nvim-dap"],"anchors":[]},{"id":"306","title":"Option: vim.debugger.nvim-dap.mappings.stepOut","content":"Step out of function","path":"options.html#option-vim-debugger-nvim-dap-mappings-stepOut","tokens":["function","step","out"],"title_tokens":["nvim-dap","mappings","stepout","vim","debugger","option"],"anchors":[]},{"id":"307","title":"Option: vim.debugger.nvim-dap.mappings.stepOver","content":"Next step","path":"options.html#option-vim-debugger-nvim-dap-mappings-stepOver","tokens":["step","next"],"title_tokens":["nvim-dap","mappings","option","vim","debugger","stepover"],"anchors":[]},{"id":"308","title":"Option: vim.debugger.nvim-dap.mappings.terminate","content":"Terminate","path":"options.html#option-vim-debugger-nvim-dap-mappings-terminate","tokens":["terminate"],"title_tokens":["mappings","debugger","option","vim","nvim-dap","terminate"],"anchors":[]},{"id":"309","title":"Option: vim.debugger.nvim-dap.mappings.toggleBreakpoint","content":"Toggle breakpoint","path":"options.html#option-vim-debugger-nvim-dap-mappings-toggleBreakpoint","tokens":["breakpoint","toggle"],"title_tokens":["nvim-dap","option","debugger","mappings","togglebreakpoint","vim"],"anchors":[]},{"id":"310","title":"Option: vim.debugger.nvim-dap.mappings.toggleDapUI","content":"Toggle DAP-UI","path":"options.html#option-vim-debugger-nvim-dap-mappings-toggleDapUI","tokens":["toggle","dap-ui"],"title_tokens":["mappings","toggledapui","option","debugger","nvim-dap","vim"],"anchors":[]},{"id":"311","title":"Option: vim.debugger.nvim-dap.mappings.toggleRepl","content":"Toggle Repl","path":"options.html#option-vim-debugger-nvim-dap-mappings-toggleRepl","tokens":["toggle","repl"],"title_tokens":["mappings","vim","nvim-dap","togglerepl","option","debugger"],"anchors":[]},{"id":"312","title":"Option: vim.debugger.nvim-dap.sources","content":"List of debuggers to install","path":"options.html#option-vim-debugger-nvim-dap-sources","tokens":["list","debuggers","install"],"title_tokens":["debugger","option","vim","nvim-dap","sources"],"anchors":[]},{"id":"313","title":"Option: vim.debugger.nvim-dap.ui.autoStart","content":"Automatically Opens and Closes DAP-UI upon starting/closing a debugging session","path":"options.html#option-vim-debugger-nvim-dap-ui-autoStart","tokens":["and","closing","closes","dap-ui","session","automatically","debugging","upon","starting","opens"],"title_tokens":["debugger","option","nvim-dap","vim","autostart"],"anchors":[]},{"id":"314","title":"Option: vim.debugger.nvim-dap.ui.enable","content":"Whether to enable UI extension for nvim-dap.","path":"options.html#option-vim-debugger-nvim-dap-ui-enable","tokens":["enable","for","extension","whether","nvim-dap"],"title_tokens":["nvim-dap","option","vim","enable","debugger"],"anchors":[]},{"id":"315","title":"Option: vim.debugger.nvim-dap.ui.setupOpts","content":"Option table to pass into the setup function of nvim-dap-ui\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-debugger-nvim-dap-ui-setupOpts","tokens":["even","options","additional","pass","the","any","table","can","into","function","docs","setup","you","not","option","nvim-dap-ui","they","listed"],"title_tokens":["nvim-dap","debugger","option","vim","setupopts"],"anchors":[]},{"id":"316","title":"Option: vim.diagnostics.config","content":"Values that will be passed to vim.diagnostic.config after being converted to a Lua table. Possible values for each key can be found in the help text for vim.diagnostics.Opts. You may find more about the diagnostics API of Neovim in {command}:help diagnostic-api.\n:::{.note} This option is freeform. You may set values that are not present in nvf documentation, but those values will not be fully type checked. Please refer to the help text for vim.diagnostic.Opts for appropriate values. :::","path":"options.html#option-vim-diagnostics-config","tokens":["that","converted","about","vim","possible","you","will","this","appropriate","can","table","set","the","present","option","refer","freeform","opts","please","found","for","passed","being","api","diagnostic-api","lua","but","neovim","after","note","find","type","checked","are","not","nvf","documentation","diagnostic","config","command","fully","those","key","help","more","may","values","diagnostics","each","text"],"title_tokens":["vim","diagnostics","config","option"],"anchors":[]},{"id":"317","title":"Option: vim.diagnostics.config.signs","content":"Use signs for diagnostics. See {command}:help diagnostic-signs.\n:::{.note} The code presented in that example section uses Lua expressions as object keys which only translate well if you use lib.generators.mkLuaInline as in the example. :::","path":"options.html#option-vim-diagnostics-config-signs","tokens":["diagnostic-signs","lib","help","for","uses","expressions","note","presented","that","code","well","you","generators","keys","only","object","use","lua","the","translate","which","see","diagnostics","signs","section","command","mkluainline","example"],"title_tokens":["option","vim","config","signs","diagnostics"],"anchors":[]},{"id":"318","title":"Option: vim.diagnostics.config.underline","content":"Use underline for diagnostics.","path":"options.html#option-vim-diagnostics-config-underline","tokens":["use","for","diagnostics","underline"],"title_tokens":["config","diagnostics","underline","vim","option"],"anchors":[]},{"id":"319","title":"Option: vim.diagnostics.config.update_in_insert","content":"Update diagnostics in Insert mode. If false, diagnostics will be updated on InsertLeave ({command}:help InsertLeave).","path":"options.html#option-vim-diagnostics-config-update_in_insert","tokens":["insert","mode","updated","command","insertleave","diagnostics","help","will","false","update"],"title_tokens":["diagnostics","config","update_in_insert","vim","option"],"anchors":[]},{"id":"320","title":"Option: vim.diagnostics.config.virtual_lines","content":"Use virtual lines for diagnostics.","path":"options.html#option-vim-diagnostics-config-virtual_lines","tokens":["for","virtual","diagnostics","use","lines"],"title_tokens":["option","vim","config","virtual_lines","diagnostics"],"anchors":[]},{"id":"321","title":"Option: vim.diagnostics.config.virtual_text","content":"Use virtual text for diagnostics. If multiple diagnostics are set for a namespace, one prefix per diagnostic + the last diagnostic message are shown.","path":"options.html#option-vim-diagnostics-config-virtual_text","tokens":["virtual","one","prefix","diagnostics","use","the","diagnostic","last","per","namespace","are","for","message","multiple","shown","text","set"],"title_tokens":["diagnostics","config","virtual_text","vim","option"],"anchors":[]},{"id":"322","title":"Option: vim.diagnostics.enable","content":"Whether to enable diagnostics module for Neovim.","path":"options.html#option-vim-diagnostics-enable","tokens":["diagnostics","for","whether","neovim","module","enable"],"title_tokens":["vim","option","enable","diagnostics"],"anchors":[]},{"id":"323","title":"Option: vim.diagnostics.nvim-lint.enable","content":"Whether to enable asynchronous linter plugin for Neovim [nvim-lint].","path":"options.html#option-vim-diagnostics-nvim-lint-enable","tokens":["asynchronous","for","linter","enable","neovim","nvim-lint","plugin","whether"],"title_tokens":["nvim-lint","option","enable","vim","diagnostics"],"anchors":[]},{"id":"324","title":"Option: vim.diagnostics.nvim-lint.lint_after_save","content":"Whether to enable autocmd to lint after each save.","path":"options.html#option-vim-diagnostics-nvim-lint-lint_after_save","tokens":["enable","lint","after","autocmd","each","save","whether"],"title_tokens":["diagnostics","vim","option","nvim-lint","lint_after_save"],"anchors":[]},{"id":"325","title":"Option: vim.diagnostics.nvim-lint.lint_function","content":"Define the global function nvf_lint which is used by nvf to lint.","path":"options.html#option-vim-diagnostics-nvim-lint-lint_function","tokens":["the","nvf_lint","function","lint","which","global","nvf","define","used"],"title_tokens":["diagnostics","option","nvim-lint","vim","lint_function"],"anchors":[]},{"id":"326","title":"Option: vim.diagnostics.nvim-lint.linters","content":"Linter configurations. Builtin linters will be updated and not replaced, but note that this is not a deep extend operation, i.e. if you define an env option, it will replace the entire env table provided by the builtin (if it exists).","path":"options.html#option-vim-diagnostics-nvim-lint-linters","tokens":["deep","this","entire","not","you","define","replaced","linters","option","replace","will","table","env","provided","builtin","configurations","that","but","the","and","updated","extend","linter","operation","exists","note"],"title_tokens":["linters","nvim-lint","option","vim","diagnostics"],"anchors":[]},{"id":"327","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.append_fname","content":"Automatically add the current file name to the commands arguments. Only has an effect if stdin is false","path":"options.html#option-vim-diagnostics-nvim-lint-linters--append_fname","tokens":["has","add","name","effect","commands","automatically","stdin","the","arguments","current","file","only","false"],"title_tokens":["linters","nvim-lint","diagnostics","vim","name","option","append_fname"],"anchors":[]},{"id":"328","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.args","content":"Arguments to pass","path":"options.html#option-vim-diagnostics-nvim-lint-linters--args","tokens":["pass","arguments"],"title_tokens":["args","diagnostics","vim","option","nvim-lint","linters","name"],"anchors":[]},{"id":"329","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.cmd","content":"Command of the linter","path":"options.html#option-vim-diagnostics-nvim-lint-linters--cmd","tokens":["command","the","linter"],"title_tokens":["name","cmd","vim","diagnostics","nvim-lint","option","linters"],"anchors":[]},{"id":"330","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.cwd","content":"Working directory of the linter","path":"options.html#option-vim-diagnostics-nvim-lint-linters--cwd","tokens":["linter","directory","the","working"],"title_tokens":["option","vim","linters","name","cwd","nvim-lint","diagnostics"],"anchors":[]},{"id":"331","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.env","content":"Environment variables to use","path":"options.html#option-vim-diagnostics-nvim-lint-linters--env","tokens":["environment","variables","use"],"title_tokens":["vim","diagnostics","name","env","nvim-lint","linters","option"],"anchors":[]},{"id":"332","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.ignore_exitcode","content":"Declares if exit code != 1 should be ignored or result in a warning.","path":"options.html#option-vim-diagnostics-nvim-lint-linters--ignore_exitcode","tokens":["exit","code","should","ignored","warning","declares","result"],"title_tokens":["option","nvim-lint","vim","linters","name","ignore_exitcode","diagnostics"],"anchors":[]},{"id":"333","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.name","content":"Name of the linter","path":"options.html#option-vim-diagnostics-nvim-lint-linters--name","tokens":["name","linter","the"],"title_tokens":["nvim-lint","vim","option","name","diagnostics","linters"],"anchors":[]},{"id":"334","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.parser","content":"Parser function","path":"options.html#option-vim-diagnostics-nvim-lint-linters--parser","tokens":["parser","function"],"title_tokens":["linters","name","nvim-lint","vim","option","diagnostics","parser"],"anchors":[]},{"id":"335","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.required_files","content":"Required files to lint. These files must exist relative to the cwd of the linter or else this linter will be skipped\n::: {.note} This option is an nvf extension that only takes effect if you use the nvf_lint() lua function.\nSee {option}vim.diagnostics.nvim-lint.lint_function. :::","path":"options.html#option-vim-diagnostics-nvim-lint-linters--required_files","tokens":["these","that","function","see","takes","exist","the","cwd","effect","extension","use","lint_function","only","files","nvf_lint","you","nvim-lint","relative","linter","option","diagnostics","this","lua","vim","lint","note","nvf","will","must","required","else","skipped"],"title_tokens":["vim","nvim-lint","required_files","diagnostics","name","linters","option"],"anchors":[]},{"id":"336","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.stdin","content":"Send content via stdin.","path":"options.html#option-vim-diagnostics-nvim-lint-linters--stdin","tokens":["stdin","content","via","send"],"title_tokens":["nvim-lint","name","stdin","vim","linters","option","diagnostics"],"anchors":[]},{"id":"337","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.stream","content":"Result stream","path":"options.html#option-vim-diagnostics-nvim-lint-linters--stream","tokens":["stream","result"],"title_tokens":["vim","name","stream","option","diagnostics","nvim-lint","linters"],"anchors":[]},{"id":"338","title":"Option: vim.diagnostics.nvim-lint.linters_by_ft","content":"Map of filetype to formatters. This option takes a set of key = value format where the value will be converted to its Lua equivalent through `toLuaObject. You are responsible for passing the correct Nix data types to generate a correct Lua value that conform is able to accept.","path":"options.html#option-vim-diagnostics-nvim-lint-linters_by_ft","tokens":["data","conform","are","accept","equivalent","this","nix","its","set","lua","able","will","for","through","takes","key","value","format","that","where","toluaobject","types","converted","responsible","passing","correct","formatters","filetype","option","generate","the","map","you"],"title_tokens":["vim","option","diagnostics","nvim-lint","linters_by_ft"],"anchors":[]},{"id":"339","title":"Option: vim.enableLuaLoader","content":"Whether to enable the experimental Lua module loader to speed up the start up process. If true, this will enable the experimental Lua module loader which:\noverrides loadfile\nadds the lua loader using the byte-compilation cache\nadds the libs loader\nremoves the default Neovim loader\n\n::: {.note} The Lua module loader is disabled by default. Before setting this option, please take a look at the {option}[official documentation]. This option may be enabled by default in the future. :::","path":"options.html#option-vim-enableLuaLoader","tokens":["using","loader","this","enable","will","adds","official","please","true","documentation","byte-compilation","process","neovim","cache","option","removes","setting","which","may","the","take","whether","overrides","lua","disabled","loadfile","future","look","before","experimental","note","libs","module","speed","start","enabled","default"],"title_tokens":["enablelualoader","vim","option"],"anchors":[]},{"id":"340","title":"Option: vim.extraLuaFiles","content":"Additional Lua files that will be sourced by Neovim.\nTakes both absolute and relative paths, all of which will be called via the luafile command in Neovim.\nSee lua-commands on the Neovim documentation for more details.\n::: {.warning} All paths passed to this option must be valid. If Neovim cannot resolve the path you are attempting to source, then your configuration will error, and Neovim will not start. Please ensure that all paths are correct before using this option. :::","path":"options.html#option-vim-extraLuaFiles","tokens":["both","resolve","error","paths","sourced","correct","additional","then","using","you","that","relative","start","via","takes","before","option","not","absolute","the","your","which","valid","configuration","lua-commands","all","warning","this","will","files","luafile","see","passed","must","are","attempting","for","details","and","lua","cannot","more","path","ensure","documentation","source","please","called","command","neovim"],"title_tokens":["vim","extraluafiles","option"],"anchors":[]},{"id":"341","title":"Option: vim.extraPackages","content":"List of additional packages to make available to the Neovim wrapper.","path":"options.html#option-vim-extraPackages","tokens":["neovim","wrapper","packages","list","additional","available","the","make"],"title_tokens":["vim","option","extrapackages"],"anchors":[]},{"id":"342","title":"Option: vim.extraPlugins","content":"A list of plugins and their configurations that will be set up after builtin plugins.\nThis option takes a special type that allows you to order your custom plugins using nvf's modified DAG library.","path":"options.html#option-vim-extraPlugins","tokens":["list","after","and","special","will","option","that","type","allows","configurations","you","your","builtin","custom","nvf","modified","dag","using","library","plugins","this","set","their","takes","order"],"title_tokens":["option","vim","extraplugins"],"anchors":[]},{"id":"343","title":"Option: vim.extraPlugins.<name>.after","content":"Setup this plugin after the following ones.","path":"options.html#option-vim-extraPlugins--after","tokens":["following","ones","this","setup","after","the","plugin"],"title_tokens":["extraplugins","name","option","after","vim"],"anchors":[]},{"id":"344","title":"Option: vim.extraPlugins.<name>.package","content":"Plugin Package.","path":"options.html#option-vim-extraPlugins--package","tokens":["package","plugin"],"title_tokens":["extraplugins","option","name","package","vim"],"anchors":[]},{"id":"345","title":"Option: vim.extraPlugins.<name>.setup","content":"Lua code to run during setup.","path":"options.html#option-vim-extraPlugins--setup","tokens":["run","lua","during","setup","code"],"title_tokens":["setup","vim","name","extraplugins","option"],"anchors":[]},{"id":"346","title":"Option: vim.filetree.neo-tree.enable","content":"Whether to enable filetree via neo-tree.nvim.","path":"options.html#option-vim-filetree-neo-tree-enable","tokens":["filetree","enable","via","whether","neo-tree","nvim"],"title_tokens":["enable","option","vim","neo-tree","filetree"],"anchors":[]},{"id":"347","title":"Option: vim.filetree.neo-tree.setupOpts","content":"Option table to pass into the setup function of neo-tree\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-filetree-neo-tree-setupOpts","tokens":["docs","they","you","option","listed","setup","neo-tree","additional","pass","into","any","the","function","table","can","options","even","not"],"title_tokens":["option","vim","neo-tree","filetree","setupopts"],"anchors":[]},{"id":"348","title":"Option: vim.filetree.neo-tree.setupOpts.add_blank_line_at_top","content":"Whether to add a blank line at the top of the tree","path":"options.html#option-vim-filetree-neo-tree-setupOpts-add_blank_line_at_top","tokens":["blank","line","the","top","tree","whether","add"],"title_tokens":["setupopts","add_blank_line_at_top","filetree","vim","neo-tree","option"],"anchors":[]},{"id":"349","title":"Option: vim.filetree.neo-tree.setupOpts.auto_clean_after_session_restore","content":"Whether to automatically clean up broken neo-tree buffers saved in sessions","path":"options.html#option-vim-filetree-neo-tree-setupOpts-auto_clean_after_session_restore","tokens":["buffers","broken","sessions","clean","automatically","saved","neo-tree","whether"],"title_tokens":["option","neo-tree","filetree","setupopts","vim","auto_clean_after_session_restore"],"anchors":[]},{"id":"350","title":"Option: vim.filetree.neo-tree.setupOpts.default_source","content":"You can choose a specific source.\nlast here which indicates the last used source","path":"options.html#option-vim-filetree-neo-tree-setupOpts-default_source","tokens":["indicates","used","the","can","you","choose","source","which","specific","last","here"],"title_tokens":["vim","neo-tree","option","default_source","filetree","setupopts"],"anchors":[]},{"id":"351","title":"Option: vim.filetree.neo-tree.setupOpts.enable_cursor_hijack","content":"Whether to enable cursor hijacking.\nIf enabled neotree will keep the cursor on the first letter of the filename when moving in the tree .","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_cursor_hijack","tokens":["cursor","enable","hijacking","neotree","first","moving","enabled","when","the","keep","tree","letter","filename","will","whether"],"title_tokens":["setupopts","filetree","option","vim","neo-tree","enable_cursor_hijack"],"anchors":[]},{"id":"352","title":"Option: vim.filetree.neo-tree.setupOpts.enable_diagnostics","content":"Whether to enable diagnostics.","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_diagnostics","tokens":["whether","enable","diagnostics"],"title_tokens":["option","neo-tree","enable_diagnostics","setupopts","vim","filetree"],"anchors":[]},{"id":"353","title":"Option: vim.filetree.neo-tree.setupOpts.enable_git_status","content":"Whether to enable git status.","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_git_status","tokens":["whether","git","enable","status"],"title_tokens":["vim","option","filetree","setupopts","neo-tree","enable_git_status"],"anchors":[]},{"id":"354","title":"Option: vim.filetree.neo-tree.setupOpts.enable_modified_markers","content":"Whether to enable markers for files with unsaved changes..","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_modified_markers","tokens":["markers","for","whether","unsaved","enable","with","files","changes"],"title_tokens":["vim","option","enable_modified_markers","setupopts","filetree","neo-tree"],"anchors":[]},{"id":"355","title":"Option: vim.filetree.neo-tree.setupOpts.enable_opened_markers","content":"Whether to enable tracking of opened files.\nRequired for components.name.highlight_opened_files .","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_opened_markers","tokens":["for","name","whether","enable","tracking","opened","highlight_opened_files","required","components","files"],"title_tokens":["neo-tree","setupopts","enable_opened_markers","vim","option","filetree"],"anchors":[]},{"id":"356","title":"Option: vim.filetree.neo-tree.setupOpts.enable_refresh_on_write","content":"Whether to enable Refresh the tree when a file is written.\nOnly used if use_libuv_file_watcher is false. .","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_refresh_on_write","tokens":["refresh","use_libuv_file_watcher","tree","false","only","whether","used","the","written","file","when","enable"],"title_tokens":["option","filetree","vim","setupopts","neo-tree","enable_refresh_on_write"],"anchors":[]},{"id":"357","title":"Option: vim.filetree.neo-tree.setupOpts.filesystem.hijack_netrw_behavior","content":"Hijack Netrw behavior","path":"options.html#option-vim-filetree-neo-tree-setupOpts-filesystem-hijack_netrw_behavior","tokens":["behavior","hijack","netrw"],"title_tokens":["setupopts","option","vim","filetree","filesystem","hijack_netrw_behavior","neo-tree"],"anchors":[]},{"id":"358","title":"Option: vim.filetree.neo-tree.setupOpts.git_status_async","content":"Whether to enable async git status.\nThis will make the git status check async and will not block the UI. .","path":"options.html#option-vim-filetree-neo-tree-setupOpts-git_status_async","tokens":["will","make","the","check","not","block","status","whether","enable","git","this","async","and"],"title_tokens":["option","neo-tree","vim","setupopts","git_status_async","filetree"],"anchors":[]},{"id":"359","title":"Option: vim.filetree.neo-tree.setupOpts.hide_root_node","content":"Whether to hide the root node of the tree","path":"options.html#option-vim-filetree-neo-tree-setupOpts-hide_root_node","tokens":["hide","whether","the","root","node","tree"],"title_tokens":["neo-tree","filetree","hide_root_node","vim","setupopts","option"],"anchors":[]},{"id":"360","title":"Option: vim.filetree.neo-tree.setupOpts.log_level","content":"Log level for the plugin.","path":"options.html#option-vim-filetree-neo-tree-setupOpts-log_level","tokens":["log","for","plugin","level","the"],"title_tokens":["filetree","option","vim","setupopts","log_level","neo-tree"],"anchors":[]},{"id":"361","title":"Option: vim.filetree.neo-tree.setupOpts.log_to_file","content":"Must be either a boolean or a path to your log file.\nUse :NeoTreeLogs to show the file","path":"options.html#option-vim-filetree-neo-tree-setupOpts-log_to_file","tokens":["log","either","file","use","show","must","your","neotreelogs","boolean","path","the"],"title_tokens":["vim","filetree","option","log_to_file","setupopts","neo-tree"],"anchors":[]},{"id":"362","title":"Option: vim.filetree.neo-tree.setupOpts.open_files_do_not_replace_types","content":"A list of filetypes that should not be replaced when opening a file","path":"options.html#option-vim-filetree-neo-tree-setupOpts-open_files_do_not_replace_types","tokens":["list","file","filetypes","should","that","not","replaced","when","opening"],"title_tokens":["neo-tree","filetree","setupopts","open_files_do_not_replace_types","vim","option"],"anchors":[]},{"id":"363","title":"Option: vim.filetree.neo-tree.setupOpts.open_files_in_last_window","content":"Whether to open files in the last window\nIf disabled, neo-tree will open files in top left window","path":"options.html#option-vim-filetree-neo-tree-setupOpts-open_files_in_last_window","tokens":["left","open","files","will","the","top","whether","last","disabled","window","neo-tree"],"title_tokens":["option","open_files_in_last_window","setupopts","filetree","vim","neo-tree"],"anchors":[]},{"id":"364","title":"Option: vim.filetree.neo-tree.setupOpts.retain_hidden_root_indent","content":"Whether to retain the indent of the hidden root node\nIF the root node is hidden, keep the indentation anyhow. This is needed if you use expanders because they render in the indent.","path":"options.html#option-vim-filetree-neo-tree-setupOpts-retain_hidden_root_indent","tokens":["node","use","they","indent","retain","hidden","whether","anyhow","indentation","the","expanders","because","render","root","needed","this","keep","you"],"title_tokens":["option","vim","setupopts","filetree","neo-tree","retain_hidden_root_indent"],"anchors":[]},{"id":"365","title":"Option: vim.filetree.nvimTree.enable","content":"Whether to enable filetree via nvim-tree.lua.","path":"options.html#option-vim-filetree-nvimTree-enable","tokens":["whether","lua","via","filetree","nvim-tree","enable"],"title_tokens":["filetree","option","nvimtree","vim","enable"],"anchors":[]},{"id":"366","title":"Option: vim.filetree.nvimTree.mappings.findFile","content":"Find file in NvimTree","path":"options.html#option-vim-filetree-nvimTree-mappings-findFile","tokens":["file","find","nvimtree"],"title_tokens":["vim","option","mappings","findfile","filetree","nvimtree"],"anchors":[]},{"id":"367","title":"Option: vim.filetree.nvimTree.mappings.focus","content":"Focus NvimTree","path":"options.html#option-vim-filetree-nvimTree-mappings-focus","tokens":["nvimtree","focus"],"title_tokens":["option","vim","nvimtree","filetree","mappings","focus"],"anchors":[]},{"id":"368","title":"Option: vim.filetree.nvimTree.mappings.refresh","content":"Refresh NvimTree","path":"options.html#option-vim-filetree-nvimTree-mappings-refresh","tokens":["refresh","nvimtree"],"title_tokens":["vim","filetree","nvimtree","mappings","refresh","option"],"anchors":[]},{"id":"369","title":"Option: vim.filetree.nvimTree.mappings.toggle","content":"Toggle NvimTree","path":"options.html#option-vim-filetree-nvimTree-mappings-toggle","tokens":["toggle","nvimtree"],"title_tokens":["mappings","option","filetree","nvimtree","toggle","vim"],"anchors":[]},{"id":"370","title":"Option: vim.filetree.nvimTree.openOnSetup","content":"Open when vim is started on a directory","path":"options.html#option-vim-filetree-nvimTree-openOnSetup","tokens":["vim","open","started","directory","when"],"title_tokens":["option","nvimtree","openonsetup","filetree","vim"],"anchors":[]},{"id":"371","title":"Option: vim.filetree.nvimTree.setupOpts","content":"Option table to pass into the setup function of Nvim Tree\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-filetree-nvimTree-setupOpts","tokens":["additional","even","options","nvim","can","you","function","pass","any","the","they","not","listed","into","setup","option","docs","table","tree"],"title_tokens":["setupopts","nvimtree","filetree","vim","option"],"anchors":[]},{"id":"372","title":"Option: vim.filetree.nvimTree.setupOpts.actions","content":"Configuration for various actions.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions","tokens":["configuration","actions","various","for"],"title_tokens":["filetree","nvimtree","setupopts","option","actions","vim"],"anchors":[]},{"id":"373","title":"Option: vim.filetree.nvimTree.setupOpts.actions.change_dir","content":"vim change-directory behaviour","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-change_dir","tokens":["change-directory","behaviour","vim"],"title_tokens":["option","nvimtree","setupopts","actions","change_dir","vim","filetree"],"anchors":[]},{"id":"374","title":"Option: vim.filetree.nvimTree.setupOpts.actions.change_dir.enable","content":"Change the working directory when changing directories in the tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-change_dir-enable","tokens":["directories","change","the","directory","tree","changing","when","working"],"title_tokens":["enable","change_dir","nvimtree","option","actions","setupopts","filetree","vim"],"anchors":[]},{"id":"375","title":"Option: vim.filetree.nvimTree.setupOpts.actions.change_dir.global","content":"Use :cd instead of :lcd when changing directories. Consider that this might cause issues with the nvimTree.syncRootWithCwd option.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-change_dir-global","tokens":["with","changing","consider","the","syncrootwithcwd","option","this","that","might","use","nvimtree","directories","cause","issues","instead","when","lcd"],"title_tokens":["global","setupopts","filetree","vim","actions","change_dir","nvimtree","option"],"anchors":[]},{"id":"376","title":"Option: vim.filetree.nvimTree.setupOpts.actions.change_dir.restrict_above_cwd","content":"Restrict changing to a directory above the global current working directory.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-change_dir-restrict_above_cwd","tokens":["current","the","directory","working","global","changing","above","restrict"],"title_tokens":["option","vim","actions","restrict_above_cwd","change_dir","setupopts","nvimtree","filetree"],"anchors":[]},{"id":"377","title":"Option: vim.filetree.nvimTree.setupOpts.actions.expand_all","content":"Configuration for expand_all behaviour.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-expand_all","tokens":["configuration","behaviour","expand_all","for"],"title_tokens":["setupopts","actions","expand_all","option","vim","filetree","nvimtree"],"anchors":[]},{"id":"378","title":"Option: vim.filetree.nvimTree.setupOpts.actions.expand_all.exclude","content":"A list of directories that should not be expanded automatically.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-expand_all-exclude","tokens":["list","that","should","not","expanded","directories","automatically"],"title_tokens":["filetree","exclude","actions","setupopts","nvimtree","expand_all","option","vim"],"anchors":[]},{"id":"379","title":"Option: vim.filetree.nvimTree.setupOpts.actions.expand_all.max_folder_discovery","content":"Limit the number of folders being explored when expanding every folders. Avoids hanging neovim when running this action on very large folders.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-expand_all-max_folder_discovery","tokens":["running","neovim","limit","number","expanding","this","when","folders","the","avoids","action","being","every","very","hanging","explored","large"],"title_tokens":["nvimtree","vim","setupopts","max_folder_discovery","actions","option","expand_all","filetree"],"anchors":[]},{"id":"380","title":"Option: vim.filetree.nvimTree.setupOpts.actions.file_popup","content":"Configuration for file_popup behaviour.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-file_popup","tokens":["for","configuration","file_popup","behaviour"],"title_tokens":["vim","filetree","actions","file_popup","nvimtree","setupopts","option"],"anchors":[]},{"id":"381","title":"Option: vim.filetree.nvimTree.setupOpts.actions.file_popup.open_win_config","content":"Floating window config for file_popup. See |nvim_open_win| for more details.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-file_popup-open_win_config","tokens":["window","config","see","nvim_open_win","more","for","file_popup","details","floating"],"title_tokens":["option","file_popup","setupopts","vim","actions","filetree","nvimtree","open_win_config"],"anchors":[]},{"id":"382","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file","content":"Configuration options for opening a file from nvim-tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file","tokens":["nvim-tree","for","configuration","options","opening","file","from"],"title_tokens":["nvimtree","vim","filetree","setupopts","actions","open_file","option"],"anchors":[]},{"id":"383","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.eject","content":"Prevent new opened file from opening in the same window as the tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-eject","tokens":["tree","window","new","file","the","prevent","same","from","opening","opened"],"title_tokens":["option","actions","open_file","setupopts","filetree","eject","vim","nvimtree"],"anchors":[]},{"id":"384","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.quit_on_open","content":"Closes the explorer when opening a file.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-quit_on_open","tokens":["when","opening","closes","the","explorer","file"],"title_tokens":["filetree","actions","open_file","nvimtree","option","setupopts","quit_on_open","vim"],"anchors":[]},{"id":"385","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.resize_window","content":"Resizes the tree when opening a file. Previously view.auto_resize","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-resize_window","tokens":["tree","when","view","the","previously","auto_resize","resizes","file","opening"],"title_tokens":["actions","option","filetree","vim","resize_window","nvimtree","setupopts","open_file"],"anchors":[]},{"id":"386","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker","content":"window_picker","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker","tokens":["window_picker"],"title_tokens":["window_picker","nvimtree","filetree","open_file","option","setupopts","actions","vim"],"anchors":[]},{"id":"387","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker.chars","content":"A string of chars used as identifiers by the window picker.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker-chars","tokens":["used","the","window","chars","picker","string","identifiers"],"title_tokens":["setupopts","nvimtree","filetree","chars","option","window_picker","vim","open_file","actions"],"anchors":[]},{"id":"388","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker.enable","content":"Enable the window picker. If this feature is not enabled, files will open in window from which you last opened the tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker-enable","tokens":["opened","tree","you","the","feature","open","which","picker","files","last","from","this","enable","window","enabled","will","not"],"title_tokens":["vim","option","window_picker","enable","open_file","setupopts","nvimtree","actions","filetree"],"anchors":[]},{"id":"389","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker.exclude.buftype","content":"A list of buftypes to exclude from the window picker.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker-exclude-buftype","tokens":["picker","list","exclude","from","the","buftypes","window"],"title_tokens":["actions","open_file","window_picker","exclude","nvimtree","buftype","vim","filetree","option","setupopts"],"anchors":[]},{"id":"390","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker.exclude.filetype","content":"A list of filetypes to exclude from the window picker.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker-exclude-filetype","tokens":["the","from","exclude","window","filetypes","picker","list"],"title_tokens":["exclude","open_file","filetype","actions","setupopts","vim","window_picker","filetree","nvimtree","option"],"anchors":[]},{"id":"391","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker.picker","content":"Change the default window picker, can be a string \"default\" or a function. The function should return the window id that will open the node, or nil if an invalid window is picked or user cancelled the action.\nThe picker may create a new window.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker-picker","tokens":["window","string","change","node","function","user","action","picked","create","invalid","that","can","nil","may","should","cancelled","picker","will","the","default","return","open","new"],"title_tokens":["picker","option","open_file","setupopts","actions","vim","nvimtree","window_picker","filetree"],"anchors":[]},{"id":"392","title":"Option: vim.filetree.nvimTree.setupOpts.actions.remove_file.close_window","content":"Close any window displaying a file when removing the file from the tree","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-remove_file-close_window","tokens":["close","any","displaying","the","when","tree","window","file","from","removing"],"title_tokens":["setupopts","remove_file","option","vim","actions","close_window","filetree","nvimtree"],"anchors":[]},{"id":"393","title":"Option: vim.filetree.nvimTree.setupOpts.actions.use_system_clipboard","content":"A boolean value that toggle the use of system clipboard when copy/paste function are invoked. When enabled, copied text will be stored in registers '+' (system), otherwise, it will be stored in '1' and '\"'.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-use_system_clipboard","tokens":["paste","enabled","otherwise","value","system","when","use","that","are","boolean","toggle","copy","clipboard","copied","the","stored","and","will","function","text","registers","invoked"],"title_tokens":["actions","filetree","setupopts","use_system_clipboard","vim","nvimtree","option"],"anchors":[]},{"id":"394","title":"Option: vim.filetree.nvimTree.setupOpts.auto_reload_on_write","content":"Auto reload tree on write","path":"options.html#option-vim-filetree-nvimTree-setupOpts-auto_reload_on_write","tokens":["auto","reload","tree","write"],"title_tokens":["nvimtree","setupopts","auto_reload_on_write","filetree","option","vim"],"anchors":[]},{"id":"395","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics","content":"Show LSP and COC diagnostics in the signcolumn Note that the modified sign will take precedence over the diagnostics signs.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics","tokens":["precedence","and","the","note","modified","take","signcolumn","will","over","sign","diagnostics","coc","show","lsp","signs","that"],"title_tokens":["filetree","option","vim","diagnostics","nvimtree","setupopts"],"anchors":[]},{"id":"396","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.debounce_delay","content":"Idle milliseconds between diagnostic event and update.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-debounce_delay","tokens":["idle","between","diagnostic","milliseconds","update","event","and"],"title_tokens":["vim","setupopts","debounce_delay","filetree","nvimtree","option","diagnostics"],"anchors":[]},{"id":"397","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.enable","content":"Whether to enable diagnostics view in the signcolumn..","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-enable","tokens":["enable","the","whether","view","signcolumn","diagnostics"],"title_tokens":["nvimtree","vim","option","filetree","setupopts","diagnostics","enable"],"anchors":[]},{"id":"398","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.icons","content":"Icons for diagnostic severity.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-icons","tokens":["for","severity","icons","diagnostic"],"title_tokens":["option","filetree","setupopts","nvimtree","icons","diagnostics","vim"],"anchors":[]},{"id":"399","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.icons.error","content":"Icon used for error diagnostic.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-icons-error","tokens":["diagnostic","used","icon","for","error"],"title_tokens":["filetree","vim","icons","option","setupopts","diagnostics","error","nvimtree"],"anchors":[]},{"id":"400","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.icons.hint","content":"Icon used for hint diagnostic.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-icons-hint","tokens":["used","for","hint","icon","diagnostic"],"title_tokens":["nvimtree","setupopts","icons","filetree","hint","option","vim","diagnostics"],"anchors":[]},{"id":"401","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.icons.info","content":"Icon used for info diagnostic.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-icons-info","tokens":["used","for","info","diagnostic","icon"],"title_tokens":["diagnostics","filetree","vim","option","setupopts","icons","info","nvimtree"],"anchors":[]},{"id":"402","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.icons.warning","content":"Icon used for warning diagnostic.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-icons-warning","tokens":["used","for","icon","warning","diagnostic"],"title_tokens":["setupopts","diagnostics","warning","icons","filetree","option","vim","nvimtree"],"anchors":[]},{"id":"403","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.severity","content":"Severity for which the diagnostics will be displayed. See :help diagnostic-severity","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-severity","tokens":["help","will","see","severity","diagnostics","for","which","the","diagnostic-severity","displayed"],"title_tokens":["nvimtree","filetree","setupopts","diagnostics","severity","option","vim"],"anchors":[]},{"id":"404","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.severity.max","content":"Maximum severity.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-severity-max","tokens":["maximum","severity"],"title_tokens":["max","diagnostics","nvimtree","vim","filetree","severity","option","setupopts"],"anchors":[]},{"id":"405","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.severity.min","content":"Minimum severity.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-severity-min","tokens":["minimum","severity"],"title_tokens":["vim","diagnostics","nvimtree","filetree","setupopts","severity","option","min"],"anchors":[]},{"id":"406","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.show_on_dirs","content":"Show diagnostic icons on parent directories.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-show_on_dirs","tokens":["icons","parent","show","diagnostic","directories"],"title_tokens":["option","vim","nvimtree","diagnostics","filetree","show_on_dirs","setupopts"],"anchors":[]},{"id":"407","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.show_on_open_dirs","content":"Show diagnostics icons on directories that are open. Only relevant when diagnostics.show_on_dirs is true.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-show_on_open_dirs","tokens":["show_on_dirs","directories","when","true","diagnostics","icons","only","show","relevant","are","that","open"],"title_tokens":["show_on_open_dirs","filetree","vim","option","nvimtree","setupopts","diagnostics"],"anchors":[]},{"id":"408","title":"Option: vim.filetree.nvimTree.setupOpts.disable_netrw","content":"Disables netrw and replaces it with tree","path":"options.html#option-vim-filetree-nvimTree-setupOpts-disable_netrw","tokens":["netrw","replaces","with","tree","and","disables"],"title_tokens":["vim","disable_netrw","setupopts","option","filetree","nvimtree"],"anchors":[]},{"id":"409","title":"Option: vim.filetree.nvimTree.setupOpts.filesystem_watchers","content":"Will use file system watcher (libuv fs_event) to watch the filesystem for changes. Using this will disable BufEnter / BufWritePost events in nvim-tree which were used to update the whole tree. With this feature, the tree will be updated only for the appropriate folder change, resulting in better performance.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filesystem_watchers","tokens":["fs_event","nvim-tree","with","update","filesystem","were","used","updated","appropriate","resulting","folder","system","events","watcher","which","change","better","this","whole","tree","using","bufenter","only","libuv","performance","for","will","disable","bufwritepost","the","file","changes","feature","use","watch"],"title_tokens":["vim","option","filetree","filesystem_watchers","nvimtree","setupopts"],"anchors":[]},{"id":"410","title":"Option: vim.filetree.nvimTree.setupOpts.filesystem_watchers.debounce_delay","content":"Idle milliseconds between filesystem change and action.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filesystem_watchers-debounce_delay","tokens":["action","and","filesystem","idle","milliseconds","between","change"],"title_tokens":["option","debounce_delay","vim","nvimtree","setupopts","filetree","filesystem_watchers"],"anchors":[]},{"id":"411","title":"Option: vim.filetree.nvimTree.setupOpts.filesystem_watchers.enable","content":"Enable filesystem watchers.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filesystem_watchers-enable","tokens":["watchers","filesystem","enable"],"title_tokens":["option","filetree","filesystem_watchers","nvimtree","enable","vim","setupopts"],"anchors":[]},{"id":"412","title":"Option: vim.filetree.nvimTree.setupOpts.filesystem_watchers.ignore_dirs","content":"List of vim regex for absolute directory paths that will not be watched. Backslashes must be escaped e.g. \"my-project/\\\\.build$\". Useful when path is not in .gitignore or git integration is disabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filesystem_watchers-ignore_dirs","tokens":["will","path","paths","build","vim","list","gitignore","not","absolute","must","for","escaped","useful","my-project","that","watched","git","integration","directory","disabled","backslashes","regex","when"],"title_tokens":["option","nvimtree","filetree","filesystem_watchers","vim","setupopts","ignore_dirs"],"anchors":[]},{"id":"413","title":"Option: vim.filetree.nvimTree.setupOpts.filters","content":"Filtering options.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters","tokens":["filtering","options"],"title_tokens":["filters","filetree","setupopts","vim","option","nvimtree"],"anchors":[]},{"id":"414","title":"Option: vim.filetree.nvimTree.setupOpts.filters.dotfiles","content":"Do not show dotfiles: files starting with a .","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters-dotfiles","tokens":["files","with","dotfiles","show","starting","not"],"title_tokens":["nvimtree","setupopts","option","filters","filetree","dotfiles","vim"],"anchors":[]},{"id":"415","title":"Option: vim.filetree.nvimTree.setupOpts.filters.exclude","content":"List of directories or files to exclude from filtering: always show them.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters-exclude","tokens":["show","list","from","always","files","filtering","them","exclude","directories"],"title_tokens":["filetree","setupopts","option","vim","filters","exclude","nvimtree"],"anchors":[]},{"id":"416","title":"Option: vim.filetree.nvimTree.setupOpts.filters.git_clean","content":"Do not show files with no git status. This will show ignored files when nvimTree.filters.gitIgnored is set, as they are effectively dirty.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters-git_clean","tokens":["with","will","they","ignored","set","dirty","are","git","show","filters","when","gitignored","nvimtree","effectively","status","not","files","this"],"title_tokens":["setupopts","git_clean","option","filters","filetree","nvimtree","vim"],"anchors":[]},{"id":"417","title":"Option: vim.filetree.nvimTree.setupOpts.filters.git_ignored","content":"Ignore files based on .gitignore. Requires git.enableto betrue`","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters-git_ignored","tokens":["enableto","requires","git","based","betrue","files","ignore","gitignore"],"title_tokens":["git_ignored","vim","nvimtree","setupopts","option","filters","filetree"],"anchors":[]},{"id":"418","title":"Option: vim.filetree.nvimTree.setupOpts.filters.no_buffer","content":"Do not show files that have no buflisted() buffer.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters-no_buffer","tokens":["that","not","show","have","buflisted","buffer","files"],"title_tokens":["filters","setupopts","filetree","vim","no_buffer","option","nvimtree"],"anchors":[]},{"id":"419","title":"Option: vim.filetree.nvimTree.setupOpts.git.disable_for_dirs","content":"Disable git integration when git top-level matches these paths. May be relative, evaluated via \":p\"","path":"options.html#option-vim-filetree-nvimTree-setupOpts-git-disable_for_dirs","tokens":["top-level","via","git","may","paths","when","relative","disable","these","matches","integration","evaluated"],"title_tokens":["nvimtree","git","disable_for_dirs","option","vim","filetree","setupopts"],"anchors":[]},{"id":"420","title":"Option: vim.filetree.nvimTree.setupOpts.git.enable","content":"Whether to enable Git integration with icons and colors..","path":"options.html#option-vim-filetree-nvimTree-setupOpts-git-enable","tokens":["git","icons","and","whether","enable","colors","integration","with"],"title_tokens":["setupopts","filetree","enable","vim","option","nvimtree","git"],"anchors":[]},{"id":"421","title":"Option: vim.filetree.nvimTree.setupOpts.git.show_on_dirs","content":"Show git icons on parent directories.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-git-show_on_dirs","tokens":["icons","parent","directories","git","show"],"title_tokens":["vim","filetree","git","option","show_on_dirs","setupopts","nvimtree"],"anchors":[]},{"id":"422","title":"Option: vim.filetree.nvimTree.setupOpts.git.show_on_open_dirs","content":"Show git icons on directories that are open.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-git-show_on_open_dirs","tokens":["open","git","show","directories","icons","that","are"],"title_tokens":["git","setupopts","option","nvimtree","vim","filetree","show_on_open_dirs"],"anchors":[]},{"id":"423","title":"Option: vim.filetree.nvimTree.setupOpts.git.timeout","content":"Kills the git process after some time if it takes too long. Git integration will be disabled after 10 git jobs exceed this timeout.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-git-timeout","tokens":["kills","will","some","the","this","long","after","too","takes","jobs","timeout","disabled","process","exceed","integration","time","git"],"title_tokens":["filetree","nvimtree","git","option","setupopts","timeout","vim"],"anchors":[]},{"id":"424","title":"Option: vim.filetree.nvimTree.setupOpts.hijack_cursor","content":"Hijack the cursor in the tree to put it at the start of the filename","path":"options.html#option-vim-filetree-nvimTree-setupOpts-hijack_cursor","tokens":["hijack","the","tree","put","start","filename","cursor"],"title_tokens":["setupopts","filetree","vim","option","nvimtree","hijack_cursor"],"anchors":[]},{"id":"425","title":"Option: vim.filetree.nvimTree.setupOpts.hijack_directories.auto_open","content":"Opens the tree if the tree was previously closed.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-hijack_directories-auto_open","tokens":["opens","was","tree","previously","closed","the"],"title_tokens":["setupopts","auto_open","vim","nvimtree","filetree","option","hijack_directories"],"anchors":[]},{"id":"426","title":"Option: vim.filetree.nvimTree.setupOpts.hijack_directories.enable","content":"Enable the hijack_directories feature. Disable this option if you use vim-dirvish or dirbuf.nvim. If hijack_netrw and disable_netrw are false, this feature will be disabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-hijack_directories-enable","tokens":["this","will","disable_netrw","option","hijack_directories","disabled","you","vim-dirvish","feature","disable","and","are","nvim","false","dirbuf","use","hijack_netrw","the","enable"],"title_tokens":["option","hijack_directories","filetree","nvimtree","enable","setupopts","vim"],"anchors":[]},{"id":"427","title":"Option: vim.filetree.nvimTree.setupOpts.hijack_netrw","content":"Prevents netrw from automatically opening when opening directories","path":"options.html#option-vim-filetree-nvimTree-setupOpts-hijack_netrw","tokens":["opening","prevents","directories","when","from","netrw","automatically"],"title_tokens":["nvimtree","option","filetree","setupopts","hijack_netrw","vim"],"anchors":[]},{"id":"428","title":"Option: vim.filetree.nvimTree.setupOpts.hijack_unnamed_buffer_when_opening","content":"Open nvimtree in place of the unnamed buffer if it's empty.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-hijack_unnamed_buffer_when_opening","tokens":["unnamed","place","buffer","nvimtree","open","empty","the"],"title_tokens":["vim","option","filetree","setupopts","nvimtree","hijack_unnamed_buffer_when_opening"],"anchors":[]},{"id":"429","title":"Option: vim.filetree.nvimTree.setupOpts.live_filter","content":"Configurations for the live_filtering feature. The live filter allows you to filter the tree nodes dynamically, based on regex matching (see vim.regex). This feature is bound to the f key by default. The filter can be cleared with the F key by default.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-live_filter","tokens":["filter","the","live_filtering","dynamically","nodes","tree","see","key","you","default","can","allows","this","cleared","vim","live","configurations","for","regex","matching","based","feature","bound","with"],"title_tokens":["nvimtree","filetree","setupopts","live_filter","option","vim"],"anchors":[]},{"id":"430","title":"Option: vim.filetree.nvimTree.setupOpts.live_filter.always_show_folders","content":"Whether to filter folders or not.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-live_filter-always_show_folders","tokens":["whether","folders","not","filter"],"title_tokens":["option","nvimtree","live_filter","always_show_folders","filetree","setupopts","vim"],"anchors":[]},{"id":"431","title":"Option: vim.filetree.nvimTree.setupOpts.live_filter.prefix","content":"Prefix of the filter displayed in the buffer.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-live_filter-prefix","tokens":["buffer","prefix","the","displayed","filter"],"title_tokens":["filetree","nvimtree","prefix","live_filter","option","vim","setupopts"],"anchors":[]},{"id":"432","title":"Option: vim.filetree.nvimTree.setupOpts.modified","content":"Indicate which file have unsaved modification.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-modified","tokens":["file","indicate","unsaved","which","modification","have"],"title_tokens":["vim","modified","option","setupopts","filetree","nvimtree"],"anchors":[]},{"id":"433","title":"Option: vim.filetree.nvimTree.setupOpts.modified.enable","content":"Whether to enable Modified files with icons and color highlight..","path":"options.html#option-vim-filetree-nvimTree-setupOpts-modified-enable","tokens":["modified","enable","color","whether","icons","and","files","highlight","with"],"title_tokens":["nvimtree","setupopts","enable","filetree","modified","option","vim"],"anchors":[]},{"id":"434","title":"Option: vim.filetree.nvimTree.setupOpts.modified.show_on_dirs","content":"Show modified icons on parent directories.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-modified-show_on_dirs","tokens":["modified","directories","icons","show","parent"],"title_tokens":["show_on_dirs","nvimtree","filetree","modified","option","setupopts","vim"],"anchors":[]},{"id":"435","title":"Option: vim.filetree.nvimTree.setupOpts.modified.show_on_open_dirs","content":"Show modified icons on directories that are open.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-modified-show_on_open_dirs","tokens":["icons","directories","that","show","open","are","modified"],"title_tokens":["filetree","nvimtree","vim","setupopts","modified","option","show_on_open_dirs"],"anchors":[]},{"id":"436","title":"Option: vim.filetree.nvimTree.setupOpts.notify","content":"Configuration for notifications.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-notify","tokens":["for","configuration","notifications"],"title_tokens":["nvimtree","setupopts","notify","option","vim","filetree"],"anchors":[]},{"id":"437","title":"Option: vim.filetree.nvimTree.setupOpts.notify.absolute_path","content":"Whether to use absolute paths or item names in fs action notifications.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-notify-absolute_path","tokens":["item","paths","names","action","whether","use","absolute","notifications"],"title_tokens":["notify","option","absolute_path","setupopts","vim","filetree","nvimtree"],"anchors":[]},{"id":"438","title":"Option: vim.filetree.nvimTree.setupOpts.notify.threshold","content":"Specify minimum notification level, uses the values from vim.log.levels","path":"options.html#option-vim-filetree-nvimTree-setupOpts-notify-threshold","tokens":["minimum","from","vim","log","values","specify","level","levels","notification","uses","the"],"title_tokens":["threshold","filetree","vim","option","nvimtree","setupopts","notify"],"anchors":[]},{"id":"439","title":"Option: vim.filetree.nvimTree.setupOpts.prefer_startup_root","content":"Prefer startup root directory when updating root directory of the tree. Only relevant when update_focused_file.update_root is true","path":"options.html#option-vim-filetree-nvimTree-setupOpts-prefer_startup_root","tokens":["true","root","directory","relevant","the","tree","prefer","startup","updating","when","only","update_focused_file","update_root"],"title_tokens":["filetree","option","nvimtree","vim","prefer_startup_root","setupopts"],"anchors":[]},{"id":"440","title":"Option: vim.filetree.nvimTree.setupOpts.reload_on_bufenter","content":"Automatically reloads the tree on BufEnter nvim-tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-reload_on_bufenter","tokens":["tree","the","reloads","automatically","bufenter","nvim-tree"],"title_tokens":["nvimtree","setupopts","reload_on_bufenter","vim","option","filetree"],"anchors":[]},{"id":"441","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.add_trailing","content":"Appends a trailing slash to folder names.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-add_trailing","tokens":["folder","appends","slash","trailing","names"],"title_tokens":["setupopts","renderer","add_trailing","option","vim","filetree","nvimtree"],"anchors":[]},{"id":"442","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.full_name","content":"Display node whose name length is wider than the width of nvim-tree window in floating window.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-full_name","tokens":["node","nvim-tree","name","length","width","the","wider","whose","than","window","floating","display"],"title_tokens":["full_name","setupopts","vim","option","filetree","nvimtree","renderer"],"anchors":[]},{"id":"443","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.group_empty","content":"Compact folders that only contain a single folder into one node in the file tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-group_empty","tokens":["file","tree","that","compact","contain","single","into","folders","the","only","one","node","folder"],"title_tokens":["option","nvimtree","filetree","setupopts","vim","renderer","group_empty"],"anchors":[]},{"id":"444","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.highlight_git","content":"Enable file highlight for git attributes using NvimTreeGit highlight groups. Requires nvimTree.git.enable This can be used with or without the icons.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-highlight_git","tokens":["this","the","file","requires","using","attributes","enable","highlight","groups","used","icons","git","nvimtreegit","with","without","can","for","nvimtree"],"title_tokens":["vim","option","filetree","nvimtree","setupopts","renderer","highlight_git"],"anchors":[]},{"id":"445","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.highlight_modified","content":"Highlight modified files in the tree using NvimTreeNormal highlight group. Requires nvimTree.view.highlightOpenedFiles","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-highlight_modified","tokens":["modified","nvimtreenormal","group","using","view","the","tree","files","nvimtree","requires","highlightopenedfiles","highlight"],"title_tokens":["renderer","highlight_modified","nvimtree","setupopts","option","vim","filetree"],"anchors":[]},{"id":"446","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.highlight_opened_files","content":"Highlight icons and/or names for bufloaded() files using the NvimTreeOpenedFile highlight group.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-highlight_opened_files","tokens":["nvimtreeopenedfile","the","files","bufloaded","for","highlight","group","names","icons","and","using"],"title_tokens":["option","filetree","nvimtree","setupopts","renderer","highlight_opened_files","vim"],"anchors":[]},{"id":"447","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons","content":"Configuration options for icons.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons","tokens":["icons","configuration","options","for"],"title_tokens":["nvimtree","filetree","renderer","option","vim","setupopts","icons"],"anchors":[]},{"id":"448","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.bookmarks_placement","content":"Place where the bookmark icons will be rendered. signcolumn requires view.signcolumn to be enabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-bookmarks_placement","tokens":["signcolumn","requires","icons","enabled","place","the","will","rendered","view","where","bookmark"],"title_tokens":["filetree","icons","bookmarks_placement","renderer","setupopts","option","nvimtree","vim"],"anchors":[]},{"id":"449","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.diagnostics_placement","content":"Place where the diagnostics icons will be rendered. signcolumn requires view.signcolumn to be enabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-diagnostics_placement","tokens":["icons","diagnostics","where","requires","signcolumn","place","will","enabled","rendered","the","view"],"title_tokens":["renderer","option","diagnostics_placement","setupopts","icons","vim","filetree","nvimtree"],"anchors":[]},{"id":"450","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.git_placement","content":"Place where the git icons will be rendered. signcolumn requires view.signcolumn to be enabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-git_placement","tokens":["icons","requires","the","where","signcolumn","view","rendered","will","place","git","enabled"],"title_tokens":["nvimtree","renderer","git_placement","vim","setupopts","icons","filetree","option"],"anchors":[]},{"id":"451","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs","content":"Configuration options for icon glyphs. NOTE: Do not set any glyphs to more than two characters if it's going to appear in the signcolumn.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs","tokens":["any","note","for","set","going","not","characters","glyphs","more","appear","two","signcolumn","options","configuration","icon","than","the"],"title_tokens":["setupopts","renderer","filetree","icons","nvimtree","vim","glyphs","option"],"anchors":[]},{"id":"452","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs.default","content":"Glyph for files. Will be overridden by nvim-web-devicons if available.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs-default","tokens":["glyph","for","nvim-web-devicons","will","available","files","overridden"],"title_tokens":["option","glyphs","icons","nvimtree","default","vim","filetree","renderer","setupopts"],"anchors":[]},{"id":"453","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs.folder","content":"Glyphs for directories. Recommended to use the defaults unless you know what you are doing.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs-folder","tokens":["recommended","defaults","glyphs","you","directories","use","unless","know","what","for","are","the","doing"],"title_tokens":["renderer","vim","option","icons","glyphs","folder","filetree","nvimtree","setupopts"],"anchors":[]},{"id":"454","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs.git","content":"Glyphs for git status.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs-git","tokens":["for","git","status","glyphs"],"title_tokens":["icons","option","glyphs","git","nvimtree","renderer","vim","setupopts","filetree"],"anchors":[]},{"id":"455","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs.modified","content":"Icon to display for modified files.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs-modified","tokens":["icon","modified","for","files","display"],"title_tokens":["filetree","icons","glyphs","setupopts","option","vim","nvimtree","modified","renderer"],"anchors":[]},{"id":"456","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs.symlink","content":"Glyph for symlinks.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs-symlink","tokens":["for","symlinks","glyph"],"title_tokens":["option","nvimtree","setupopts","renderer","vim","symlink","filetree","glyphs","icons"],"anchors":[]},{"id":"457","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.hidden_placement","content":"Place where the hidden icons will be rendered. signcolumn requires view.signcolumn to be enabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-hidden_placement","tokens":["requires","rendered","signcolumn","will","view","place","hidden","enabled","the","icons","where"],"title_tokens":["filetree","icons","vim","option","hidden_placement","nvimtree","setupopts","renderer"],"anchors":[]},{"id":"458","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.modified_placement","content":"Place where the modified icons will be rendered. signcolumn requires view.signcolumn to be enabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-modified_placement","tokens":["view","enabled","signcolumn","icons","where","the","modified","will","place","requires","rendered"],"title_tokens":["option","modified_placement","vim","setupopts","nvimtree","icons","renderer","filetree"],"anchors":[]},{"id":"459","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.padding","content":"Inserted between icon and filename","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-padding","tokens":["icon","filename","between","and","inserted"],"title_tokens":["renderer","nvimtree","vim","option","icons","filetree","setupopts","padding"],"anchors":[]},{"id":"460","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.show.file","content":"Show an icon before the file name. nvim-web-devicons will be used if available.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-show-file","tokens":["nvim-web-devicons","name","before","icon","the","will","used","file","show","available"],"title_tokens":["icons","show","vim","filetree","setupopts","renderer","option","nvimtree","file"],"anchors":[]},{"id":"461","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.show.folder","content":"Show an icon before the folder name.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-show-folder","tokens":["before","show","icon","the","name","folder"],"title_tokens":["vim","nvimtree","option","renderer","icons","setupopts","show","filetree","folder"],"anchors":[]},{"id":"462","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.show.folder_arrow","content":"Show a small arrow before the folder node. Arrow will be a part of the node when using renderer.indent_markers.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-show-folder_arrow","tokens":["will","renderer","show","indent_markers","using","before","small","node","part","arrow","the","folder","when"],"title_tokens":["option","nvimtree","vim","folder_arrow","show","setupopts","renderer","icons","filetree"],"anchors":[]},{"id":"463","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.show.git","content":"Show a git status icon, see renderer.icons.gitPlacement Requires git.enable to be true.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-show-git","tokens":["git","see","icons","status","show","requires","renderer","gitplacement","enable","true","icon"],"title_tokens":["git","renderer","setupopts","nvimtree","vim","icons","show","filetree","option"],"anchors":[]},{"id":"464","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.show.modified","content":"Show a modified icon, see renderer.icons.modifiedPlacement Requires modified.enable to be true.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-show-modified","tokens":["enable","modified","icons","modifiedplacement","requires","renderer","show","see","icon","true"],"title_tokens":["show","renderer","nvimtree","modified","option","icons","setupopts","vim","filetree"],"anchors":[]},{"id":"465","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.symlink_arrow","content":"Used as a separator between symlinks' source and target.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-symlink_arrow","tokens":["source","and","target","separator","symlinks","between","used"],"title_tokens":["renderer","icons","symlink_arrow","setupopts","nvimtree","filetree","option","vim"],"anchors":[]},{"id":"466","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.webdev_colors","content":"Use the webdev icon colors, otherwise NvimTreeFileIcon","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-webdev_colors","tokens":["icon","webdev","the","nvimtreefileicon","otherwise","colors","use"],"title_tokens":["vim","renderer","setupopts","option","nvimtree","webdev_colors","filetree","icons"],"anchors":[]},{"id":"467","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.indent_markers","content":"Configuration options for tree indent markers.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-indent_markers","tokens":["configuration","options","tree","for","indent","markers"],"title_tokens":["filetree","indent_markers","setupopts","nvimtree","vim","option","renderer"],"anchors":[]},{"id":"468","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.indent_markers.enable","content":"Whether to enable Display indent markers when folders are open..","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-indent_markers-enable","tokens":["whether","folders","markers","display","when","open","are","enable","indent"],"title_tokens":["setupopts","filetree","indent_markers","option","nvimtree","renderer","vim","enable"],"anchors":[]},{"id":"469","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.indent_markers.icons","content":"Individual elements of the indent markers","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-indent_markers-icons","tokens":["elements","the","markers","individual","indent"],"title_tokens":["icons","indent_markers","filetree","renderer","option","nvimtree","vim","setupopts"],"anchors":[]},{"id":"470","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.indent_markers.inline_arrows","content":"Display folder arrows in the same column as indent marker when using renderer.icons.show.folder_arrow","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-indent_markers-inline_arrows","tokens":["marker","column","display","same","the","when","icons","indent","show","folder","folder_arrow","using","renderer","arrows"],"title_tokens":["renderer","nvimtree","option","vim","setupopts","inline_arrows","indent_markers","filetree"],"anchors":[]},{"id":"471","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.indent_width","content":"Number of spaces for an each tree nesting level. Minimum 1.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-indent_width","tokens":["level","number","tree","minimum","for","nesting","each","spaces"],"title_tokens":["setupopts","renderer","indent_width","nvimtree","option","vim","filetree"],"anchors":[]},{"id":"472","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.root_folder_label","content":"In what format to show root folder. See :help filename-modifiers for available string options. Set to false to hide the root folder.\nFunction is passed the absolute path of the root folder and should return a string. e.g. my_root_folder_label = function(path) return \".../\" .. vim.fn.fnamemodify(path, \":t\") end","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-root_folder_label","tokens":["hide","string","root","function","should","my_root_folder_label","format","see","filename-modifiers","for","available","passed","absolute","return","vim","the","help","path","fnamemodify","folder","show","set","options","and","false","what","end"],"title_tokens":["filetree","nvimtree","setupopts","root_folder_label","vim","option","renderer"],"anchors":[]},{"id":"473","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.special_files","content":"A list of filenames that gets highlighted with `NvimTreeSpecialFile","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-special_files","tokens":["nvimtreespecialfile","filenames","that","with","gets","list","highlighted"],"title_tokens":["vim","nvimtree","renderer","special_files","setupopts","filetree","option"],"anchors":[]},{"id":"474","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.symlink_destination","content":"Whether to show the destination of the symlink.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-symlink_destination","tokens":["the","destination","whether","show","symlink"],"title_tokens":["filetree","nvimtree","renderer","symlink_destination","option","setupopts","vim"],"anchors":[]},{"id":"475","title":"Option: vim.filetree.nvimTree.setupOpts.respect_buf_cwd","content":"Will change cwd of nvim-tree to that of new buffer's when opening nvim-tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-respect_buf_cwd","tokens":["new","change","when","buffer","will","cwd","opening","nvim-tree","that"],"title_tokens":["respect_buf_cwd","vim","nvimtree","setupopts","option","filetree"],"anchors":[]},{"id":"476","title":"Option: vim.filetree.nvimTree.setupOpts.root_dirs","content":"Preferred root directories. Only relevant when updateFocusedFile.updateRoot is true","path":"options.html#option-vim-filetree-nvimTree-setupOpts-root_dirs","tokens":["root","directories","updateroot","relevant","true","preferred","updatefocusedfile","only","when"],"title_tokens":["vim","option","nvimtree","root_dirs","filetree","setupopts"],"anchors":[]},{"id":"477","title":"Option: vim.filetree.nvimTree.setupOpts.select_prompts","content":"Whether to enable Use vim.ui.select style prompts. Necessary when using a UI prompt decorator such as dressing.nvim or telescope-ui-select.nvim .","path":"options.html#option-vim-filetree-nvimTree-setupOpts-select_prompts","tokens":["using","prompt","dressing","nvim","whether","use","when","decorator","vim","enable","prompts","such","select","necessary","telescope-ui-select","style"],"title_tokens":["option","vim","select_prompts","setupopts","filetree","nvimtree"],"anchors":[]},{"id":"478","title":"Option: vim.filetree.nvimTree.setupOpts.sort.folders_first","content":"Sort folders before files. Has no effect when sort.sorter is a function.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-sort-folders_first","tokens":["when","folders","effect","function","sorter","sort","files","has","before"],"title_tokens":["nvimtree","setupopts","sort","filetree","folders_first","option","vim"],"anchors":[]},{"id":"479","title":"Option: vim.filetree.nvimTree.setupOpts.sort.sorter","content":"How files within the same directory are sorted.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-sort-sorter","tokens":["same","how","files","the","are","directory","sorted","within"],"title_tokens":["sorter","vim","filetree","sort","option","nvimtree","setupopts"],"anchors":[]},{"id":"480","title":"Option: vim.filetree.nvimTree.setupOpts.sync_root_with_cwd","content":"Changes the tree root directory on DirChanged and refreshes the tree. Only relevant when updateFocusedFile.updateRoot is true\n(previously update_cwd)","path":"options.html#option-vim-filetree-nvimTree-setupOpts-sync_root_with_cwd","tokens":["dirchanged","root","when","tree","the","changes","and","updateroot","updatefocusedfile","only","previously","relevant","update_cwd","refreshes","true","directory"],"title_tokens":["option","vim","filetree","nvimtree","sync_root_with_cwd","setupopts"],"anchors":[]},{"id":"481","title":"Option: vim.filetree.nvimTree.setupOpts.system_open.args","content":"Optional argument list.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-system_open-args","tokens":["optional","list","argument"],"title_tokens":["system_open","option","args","vim","nvimtree","setupopts","filetree"],"anchors":[]},{"id":"482","title":"Option: vim.filetree.nvimTree.setupOpts.system_open.cmd","content":"The open command itself","path":"options.html#option-vim-filetree-nvimTree-setupOpts-system_open-cmd","tokens":["command","the","open","itself"],"title_tokens":["system_open","cmd","nvimtree","filetree","option","vim","setupopts"],"anchors":[]},{"id":"483","title":"Option: vim.filetree.nvimTree.setupOpts.tab","content":"Configuration for tab behaviour.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-tab","tokens":["tab","behaviour","for","configuration"],"title_tokens":["vim","nvimtree","filetree","option","setupopts","tab"],"anchors":[]},{"id":"484","title":"Option: vim.filetree.nvimTree.setupOpts.tab.sync","content":"Configuration for syncing nvim-tree across tabs.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-tab-sync","tokens":["across","for","tabs","syncing","nvim-tree","configuration"],"title_tokens":["nvimtree","setupopts","tab","filetree","sync","vim","option"],"anchors":[]},{"id":"485","title":"Option: vim.filetree.nvimTree.setupOpts.tab.sync.close","content":"Closes the tree across all tabpages when the tree is closed.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-tab-sync-close","tokens":["closed","tabpages","all","when","across","closes","tree","the"],"title_tokens":["option","vim","nvimtree","close","setupopts","tab","filetree","sync"],"anchors":[]},{"id":"486","title":"Option: vim.filetree.nvimTree.setupOpts.tab.sync.ignore","content":"List of filetypes or buffer names on new tab that will prevent nvimTree.tab.sync.open and nvimTree.tab.sync.close","path":"options.html#option-vim-filetree-nvimTree-setupOpts-tab-sync-ignore","tokens":["that","sync","and","new","open","tab","nvimtree","close","filetypes","names","buffer","will","prevent","list"],"title_tokens":["option","sync","setupopts","nvimtree","filetree","ignore","tab","vim"],"anchors":[]},{"id":"487","title":"Option: vim.filetree.nvimTree.setupOpts.tab.sync.open","content":"Opens the tree automatically when switching tabpage or opening a new tabpage if the tree was previously open.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-tab-sync-open","tokens":["new","opening","when","switching","opens","previously","was","open","tree","automatically","tabpage","the"],"title_tokens":["vim","open","tab","setupopts","sync","filetree","nvimtree","option"],"anchors":[]},{"id":"488","title":"Option: vim.filetree.nvimTree.setupOpts.trash","content":"Configuration options for trashing.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-trash","tokens":["options","for","trashing","configuration"],"title_tokens":["trash","nvimtree","vim","filetree","option","setupopts"],"anchors":[]},{"id":"489","title":"Option: vim.filetree.nvimTree.setupOpts.trash.cmd","content":"The command used to trash items","path":"options.html#option-vim-filetree-nvimTree-setupOpts-trash-cmd","tokens":["command","used","items","trash","the"],"title_tokens":["setupopts","filetree","trash","cmd","nvimtree","option","vim"],"anchors":[]},{"id":"490","title":"Option: vim.filetree.nvimTree.setupOpts.ui","content":"General UI configuration.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-ui","tokens":["configuration","general"],"title_tokens":["option","setupopts","filetree","vim","nvimtree"],"anchors":[]},{"id":"491","title":"Option: vim.filetree.nvimTree.setupOpts.ui.confirm.remove","content":"Prompt before removing.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-ui-confirm-remove","tokens":["prompt","before","removing"],"title_tokens":["option","nvimtree","setupopts","remove","vim","confirm","filetree"],"anchors":[]},{"id":"492","title":"Option: vim.filetree.nvimTree.setupOpts.ui.confirm.trash","content":"Prompt before trash.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-ui-confirm-trash","tokens":["prompt","trash","before"],"title_tokens":["setupopts","trash","confirm","filetree","option","nvimtree","vim"],"anchors":[]},{"id":"493","title":"Option: vim.filetree.nvimTree.setupOpts.update_focused_file","content":"Update the focused file on BufEnter, un-collapses the folders recursively until it finds the file.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-update_focused_file","tokens":["the","bufenter","folders","recursively","update","focused","un-collapses","until","file","finds"],"title_tokens":["vim","nvimtree","filetree","update_focused_file","setupopts","option"],"anchors":[]},{"id":"494","title":"Option: vim.filetree.nvimTree.setupOpts.update_focused_file.enable","content":"update focused file","path":"options.html#option-vim-filetree-nvimTree-setupOpts-update_focused_file-enable","tokens":["file","focused","update"],"title_tokens":["enable","vim","nvimtree","filetree","option","setupopts","update_focused_file"],"anchors":[]},{"id":"495","title":"Option: vim.filetree.nvimTree.setupOpts.update_focused_file.ignore_list","content":"List of buffer names and filetypes that will not update the root dir of the tree if the file isn't found under the current root directory. Only relevant when update_focused_file.update_root and update_focused_file.enable are true.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-update_focused_file-ignore_list","tokens":["isn","tree","buffer","not","root","dir","under","that","file","directory","update_root","enable","the","current","are","names","true","relevant","found","when","list","filetypes","will","only","and","update_focused_file","update"],"title_tokens":["ignore_list","option","filetree","nvimtree","vim","setupopts","update_focused_file"],"anchors":[]},{"id":"496","title":"Option: vim.filetree.nvimTree.setupOpts.update_focused_file.update_root","content":"Update the root directory of the tree if the file is not under current root directory. It prefers vim's cwd and root_dirs. Otherwise it falls back to the folder containing the file. Only relevant when update_focused_file.enable is true","path":"options.html#option-vim-filetree-nvimTree-setupOpts-update_focused_file-update_root","tokens":["enable","file","otherwise","the","under","falls","folder","directory","tree","update_focused_file","update","prefers","back","current","cwd","root","not","vim","root_dirs","relevant","when","containing","true","only","and"],"title_tokens":["option","filetree","setupopts","update_root","update_focused_file","nvimtree","vim"],"anchors":[]},{"id":"497","title":"Option: vim.filetree.nvimTree.setupOpts.view","content":"Window / buffer setup.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view","tokens":["setup","window","buffer"],"title_tokens":["view","setupopts","vim","filetree","nvimtree","option"],"anchors":[]},{"id":"498","title":"Option: vim.filetree.nvimTree.setupOpts.view.centralize_selection","content":"If true, reposition the view so that the current node is initially centralized when entering nvim-tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-centralize_selection","tokens":["reposition","true","current","node","nvim-tree","view","when","the","that","initially","centralized","entering"],"title_tokens":["vim","setupopts","view","option","nvimtree","filetree","centralize_selection"],"anchors":[]},{"id":"499","title":"Option: vim.filetree.nvimTree.setupOpts.view.cursorline","content":"Enable cursorline in nvim-tree window.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-cursorline","tokens":["nvim-tree","cursorline","enable","window"],"title_tokens":["option","setupopts","view","cursorline","vim","nvimtree","filetree"],"anchors":[]},{"id":"500","title":"Option: vim.filetree.nvimTree.setupOpts.view.debounce_delay","content":"Idle milliseconds before some reload / refresh operations. Increase if you experience performance issues around screen refresh.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-debounce_delay","tokens":["you","screen","experience","refresh","increase","around","operations","before","reload","performance","some","milliseconds","idle","issues"],"title_tokens":["setupopts","view","debounce_delay","option","nvimtree","vim","filetree"],"anchors":[]},{"id":"501","title":"Option: vim.filetree.nvimTree.setupOpts.view.float","content":"Configuration options for floating window.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-float","tokens":["for","options","floating","configuration","window"],"title_tokens":["nvimtree","setupopts","view","option","float","vim","filetree"],"anchors":[]},{"id":"502","title":"Option: vim.filetree.nvimTree.setupOpts.view.float.enable","content":"If true, tree window will be floating.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-float-enable","tokens":["true","floating","window","will","tree"],"title_tokens":["float","vim","option","filetree","nvimtree","view","enable","setupopts"],"anchors":[]},{"id":"503","title":"Option: vim.filetree.nvimTree.setupOpts.view.float.open_win_config","content":"Floating window config. See :h nvim_open_win() for more details.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-float-open_win_config","tokens":["nvim_open_win","floating","window","config","see","details","for","more"],"title_tokens":["option","view","vim","float","nvimtree","setupopts","open_win_config","filetree"],"anchors":[]},{"id":"504","title":"Option: vim.filetree.nvimTree.setupOpts.view.float.quit_on_focus_loss","content":"Close the floating tree window when it loses focus.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-float-quit_on_focus_loss","tokens":["floating","the","close","loses","when","window","tree","focus"],"title_tokens":["nvimtree","quit_on_focus_loss","setupopts","vim","option","view","filetree","float"],"anchors":[]},{"id":"505","title":"Option: vim.filetree.nvimTree.setupOpts.view.number","content":"Print the line number in front of each line.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-number","tokens":["each","the","print","line","number","front"],"title_tokens":["setupopts","number","filetree","option","vim","nvimtree","view"],"anchors":[]},{"id":"506","title":"Option: vim.filetree.nvimTree.setupOpts.view.preserve_window_proportions","content":"Preserves window proportions when opening a file. If false, the height and width of windows other than nvim-tree will be equalized.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-preserve_window_proportions","tokens":["and","preserves","will","file","window","height","proportions","windows","opening","than","equalized","the","width","false","when","nvim-tree","other"],"title_tokens":["vim","option","filetree","nvimtree","setupopts","view","preserve_window_proportions"],"anchors":[]},{"id":"507","title":"Option: vim.filetree.nvimTree.setupOpts.view.relativenumber","content":"Show the line number relative to the line with the cursor in front of each line. If the option view.number is also true, the number on the cursor line will be the line number instead of 0.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-relativenumber","tokens":["front","with","each","will","option","show","cursor","relative","instead","number","view","also","true","line","the"],"title_tokens":["option","filetree","view","relativenumber","setupopts","nvimtree","vim"],"anchors":[]},{"id":"508","title":"Option: vim.filetree.nvimTree.setupOpts.view.side","content":"Side of the tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-side","tokens":["the","tree","side"],"title_tokens":["option","setupopts","nvimtree","view","side","vim","filetree"],"anchors":[]},{"id":"509","title":"Option: vim.filetree.nvimTree.setupOpts.view.signcolumn","content":"Show diagnostic sign column. Value can be \"yes\", \"auto\" or\"no\".","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-signcolumn","tokens":["yes","diagnostic","auto","column","value","can","show","sign"],"title_tokens":["view","option","signcolumn","nvimtree","setupopts","vim","filetree"],"anchors":[]},{"id":"510","title":"Option: vim.filetree.nvimTree.setupOpts.view.width","content":"Width of the window: can be a % string, a number representing columns, a function or a table.\nA table (an attribute set in our case, see example) indicates that the view should be dynamically sized based on the longest line.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-width","tokens":["sized","function","string","columns","set","view","based","longest","can","window","width","representing","the","our","case","number","table","see","example","that","should","dynamically","attribute","line","indicates"],"title_tokens":["setupopts","view","nvimtree","width","filetree","vim","option"],"anchors":[]},{"id":"511","title":"Option: vim.formatter.conform-nvim.enable","content":"Whether to enable lightweight yet powerful formatter plugin for Neovim [conform-nvim].","path":"options.html#option-vim-formatter-conform-nvim-enable","tokens":["formatter","yet","plugin","enable","powerful","for","lightweight","conform-nvim","whether","neovim"],"title_tokens":["formatter","enable","vim","option","conform-nvim"],"anchors":[]},{"id":"512","title":"Option: vim.formatter.conform-nvim.setupOpts","content":"Option table to pass into the setup function of conform.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-formatter-conform-nvim-setupOpts","tokens":["options","they","additional","any","into","nvim","pass","even","you","setup","can","the","table","conform","not","listed","option","docs","function"],"title_tokens":["conform-nvim","vim","option","formatter","setupopts"],"anchors":[]},{"id":"513","title":"Option: vim.formatter.conform-nvim.setupOpts.default_format_opts","content":"Default values when calling conform.format()","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-default_format_opts","tokens":["values","default","conform","calling","format","when"],"title_tokens":["default_format_opts","setupopts","conform-nvim","vim","option","formatter"],"anchors":[]},{"id":"514","title":"Option: vim.formatter.conform-nvim.setupOpts.format_after_save","content":"Table or function(luainline) that will be passed to conform.format(). If this is set, Conform will run the formatter asynchronously after save.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-format_after_save","tokens":["conform","luainline","this","set","run","will","save","the","after","format","formatter","passed","asynchronously","function","that","table"],"title_tokens":["vim","conform-nvim","option","setupopts","format_after_save","formatter"],"anchors":[]},{"id":"515","title":"Option: vim.formatter.conform-nvim.setupOpts.format_on_save","content":"Attribute set or Lua function that will be passed to conform.format(). If this is set, Conform will run the formatter on save.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-format_on_save","tokens":["this","conform","run","will","formatter","that","passed","the","save","lua","format","attribute","set","function"],"title_tokens":["option","setupopts","vim","formatter","conform-nvim","format_on_save"],"anchors":[]},{"id":"516","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters","content":"Custom formatters and overrides for built-in formatters.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters","tokens":["formatters","for","and","custom","overrides","built-in"],"title_tokens":["option","formatter","formatters","setupopts","vim","conform-nvim"],"anchors":[]},{"id":"517","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters.append_args","content":"When inherit = true, add additional arguments to the end of args. Can also be a function, like args.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters-append_args","tokens":["inherit","also","function","like","arguments","the","args","can","additional","end","true","add","when"],"title_tokens":["formatter","conform-nvim","option","formatters","setupopts","append_args","vim"],"anchors":[]},{"id":"518","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters.args","content":"A list of strings, or a lua function that returns a list of strings.\nReturn a single string instead of a list to run the command in a shell.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters-args","tokens":["strings","returns","that","run","the","command","shell","string","single","list","function","instead","return","lua"],"title_tokens":["vim","formatters","formatter","option","args","conform-nvim","setupopts"],"anchors":[]},{"id":"519","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters.command","content":"The command to run.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters-command","tokens":["run","the","command"],"title_tokens":["conform-nvim","formatter","setupopts","formatters","option","vim","command"],"anchors":[]},{"id":"520","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters.prepend_args","content":"When inherit = true, add additional arguments to the beginning of args. Can also be a function, like args.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters-prepend_args","tokens":["arguments","when","additional","add","beginning","args","function","like","inherit","also","can","the","true"],"title_tokens":["option","vim","formatter","conform-nvim","formatters","prepend_args","setupopts"],"anchors":[]},{"id":"521","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters_by_ft","content":"Map of filetype to formatters. This option takes a set of key = value format where the value will be converted to its Lua equivalent. You are responsible for passing the correct Nix data types to generate a correct Lua value that conform is able to accept.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters_by_ft","tokens":["filetype","correct","option","conform","formatters","takes","responsible","for","nix","generate","the","types","data","its","converted","are","accept","will","value","lua","that","this","able","where","set","you","equivalent","format","passing","key","map"],"title_tokens":["setupopts","formatters_by_ft","formatter","option","vim","conform-nvim"],"anchors":[]},{"id":"522","title":"Option: vim.fzf-lua.enable","content":"Whether to enable fzf-lua.","path":"options.html#option-vim-fzf-lua-enable","tokens":["enable","whether","fzf-lua"],"title_tokens":["fzf-lua","vim","option","enable"],"anchors":[]},{"id":"523","title":"Option: vim.fzf-lua.profile","content":"The configuration profile to use","path":"options.html#option-vim-fzf-lua-profile","tokens":["use","configuration","profile","the"],"title_tokens":["fzf-lua","option","vim","profile"],"anchors":[]},{"id":"524","title":"Option: vim.fzf-lua.setupOpts","content":"Option table to pass into the setup function of fzf-lua\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-fzf-lua-setupOpts","tokens":["options","listed","any","not","additional","option","docs","function","pass","into","fzf-lua","even","you","setup","table","can","the","they"],"title_tokens":["fzf-lua","option","vim","setupopts"],"anchors":[]},{"id":"525","title":"Option: vim.fzf-lua.setupOpts.fzf_bin","content":"Path to fzf executable","path":"options.html#option-vim-fzf-lua-setupOpts-fzf_bin","tokens":["fzf","path","executable"],"title_tokens":["fzf_bin","option","vim","fzf-lua","setupopts"],"anchors":[]},{"id":"526","title":"Option: vim.fzf-lua.setupOpts.winopts.border","content":"Border type for the fzf-lua picker window","path":"options.html#option-vim-fzf-lua-setupOpts-winopts-border","tokens":["picker","window","border","for","the","type","fzf-lua"],"title_tokens":["vim","option","border","fzf-lua","setupopts","winopts"],"anchors":[]},{"id":"527","title":"Option: vim.gestures.gesture-nvim.enable","content":"Whether to enable gesture-nvim: mouse gestures.","path":"options.html#option-vim-gestures-gesture-nvim-enable","tokens":["mouse","gestures","gesture-nvim","whether","enable"],"title_tokens":["gesture-nvim","option","gestures","enable","vim"],"anchors":[]},{"id":"528","title":"Option: vim.gestures.gesture-nvim.mappings.draw","content":"Start drawing [gesture.nvim]","path":"options.html#option-vim-gestures-gesture-nvim-mappings-draw","tokens":["start","drawing","gesture","nvim"],"title_tokens":["draw","gesture-nvim","option","vim","gestures","mappings"],"anchors":[]},{"id":"529","title":"Option: vim.gestures.gesture-nvim.mappings.finish","content":"Finish drawing [gesture.nvim]","path":"options.html#option-vim-gestures-gesture-nvim-mappings-finish","tokens":["finish","drawing","gesture","nvim"],"title_tokens":["vim","mappings","finish","gesture-nvim","option","gestures"],"anchors":[]},{"id":"530","title":"Option: vim.git.enable","content":"Whether to enable git integration suite.\nEnabling this option will enable the following plugins:\ngitsigns\nhunk-nvim\nvim-fugitive\ngit-conflict\ngitlinker-nvim .","path":"options.html#option-vim-git-enable","tokens":["vim-fugitive","following","enable","this","gitlinker-nvim","git","will","whether","integration","the","hunk-nvim","suite","git-conflict","gitsigns","enabling","option","plugins"],"title_tokens":["git","vim","option","enable"],"anchors":[]},{"id":"531","title":"Option: vim.git.git-conflict.enable","content":"Whether to enable git-conflict.","path":"options.html#option-vim-git-git-conflict-enable","tokens":["git-conflict","whether","enable"],"title_tokens":["option","enable","vim","git-conflict","git"],"anchors":[]},{"id":"532","title":"Option: vim.git.git-conflict.mappings.both","content":"Choose Both [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-both","tokens":["git-conflict","choose","both"],"title_tokens":["git","vim","option","mappings","both","git-conflict"],"anchors":[]},{"id":"533","title":"Option: vim.git.git-conflict.mappings.nextConflict","content":"Go to the next Conflict [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-nextConflict","tokens":["the","conflict","git-conflict","next"],"title_tokens":["nextconflict","vim","mappings","option","git","git-conflict"],"anchors":[]},{"id":"534","title":"Option: vim.git.git-conflict.mappings.none","content":"Choose None [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-none","tokens":["choose","none","git-conflict"],"title_tokens":["git-conflict","none","git","option","vim","mappings"],"anchors":[]},{"id":"535","title":"Option: vim.git.git-conflict.mappings.ours","content":"Choose Ours [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-ours","tokens":["git-conflict","ours","choose"],"title_tokens":["mappings","vim","ours","option","git-conflict","git"],"anchors":[]},{"id":"536","title":"Option: vim.git.git-conflict.mappings.prevConflict","content":"Go to the previous Conflict [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-prevConflict","tokens":["previous","the","conflict","git-conflict"],"title_tokens":["prevconflict","option","git","mappings","vim","git-conflict"],"anchors":[]},{"id":"537","title":"Option: vim.git.git-conflict.mappings.theirs","content":"Choose Theirs [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-theirs","tokens":["theirs","choose","git-conflict"],"title_tokens":["git-conflict","vim","theirs","option","mappings","git"],"anchors":[]},{"id":"538","title":"Option: vim.git.git-conflict.setupOpts","content":"Option table to pass into the setup function of git-conflict\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-git-git-conflict-setupOpts","tokens":["they","not","option","the","can","options","docs","setup","additional","pass","function","into","git-conflict","table","you","even","any","listed"],"title_tokens":["git","git-conflict","setupopts","option","vim"],"anchors":[]},{"id":"539","title":"Option: vim.git.gitlinker-nvim.enable","content":"Whether to enable gitlinker-nvim.","path":"options.html#option-vim-git-gitlinker-nvim-enable","tokens":["whether","enable","gitlinker-nvim"],"title_tokens":["option","git","gitlinker-nvim","vim","enable"],"anchors":[]},{"id":"540","title":"Option: vim.git.gitlinker-nvim.setupOpts","content":"Option table to pass into the setup function of gitlinker-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-git-gitlinker-nvim-setupOpts","tokens":["docs","can","option","function","additional","they","pass","table","not","the","even","setup","any","you","listed","gitlinker-nvim","options","into"],"title_tokens":["gitlinker-nvim","git","option","vim","setupopts"],"anchors":[]},{"id":"541","title":"Option: vim.git.gitsigns.codeActions.enable","content":"Whether to enable gitsigns codeactions through null-ls.","path":"options.html#option-vim-git-gitsigns-codeActions-enable","tokens":["whether","through","codeactions","gitsigns","enable","null-ls"],"title_tokens":["option","vim","git","codeactions","enable","gitsigns"],"anchors":[]},{"id":"542","title":"Option: vim.git.gitsigns.enable","content":"Whether to enable gitsigns.","path":"options.html#option-vim-git-gitsigns-enable","tokens":["whether","gitsigns","enable"],"title_tokens":["gitsigns","vim","option","git","enable"],"anchors":[]},{"id":"543","title":"Option: vim.git.gitsigns.mappings.blameLine","content":"Blame line [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-blameLine","tokens":["line","gitsigns","blame"],"title_tokens":["vim","git","option","gitsigns","mappings","blameline"],"anchors":[]},{"id":"544","title":"Option: vim.git.gitsigns.mappings.diffProject","content":"Diff project [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-diffProject","tokens":["diff","project","gitsigns"],"title_tokens":["diffproject","vim","mappings","gitsigns","option","git"],"anchors":[]},{"id":"545","title":"Option: vim.git.gitsigns.mappings.diffThis","content":"Diff this [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-diffThis","tokens":["gitsigns","this","diff"],"title_tokens":["option","mappings","git","diffthis","gitsigns","vim"],"anchors":[]},{"id":"546","title":"Option: vim.git.gitsigns.mappings.nextHunk","content":"Next hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-nextHunk","tokens":["hunk","next","gitsigns"],"title_tokens":["mappings","option","vim","nexthunk","gitsigns","git"],"anchors":[]},{"id":"547","title":"Option: vim.git.gitsigns.mappings.previewHunk","content":"Preview hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-previewHunk","tokens":["hunk","preview","gitsigns"],"title_tokens":["option","vim","git","previewhunk","mappings","gitsigns"],"anchors":[]},{"id":"548","title":"Option: vim.git.gitsigns.mappings.previousHunk","content":"Previous hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-previousHunk","tokens":["previous","hunk","gitsigns"],"title_tokens":["option","vim","gitsigns","git","mappings","previoushunk"],"anchors":[]},{"id":"549","title":"Option: vim.git.gitsigns.mappings.resetBuffer","content":"Reset buffer [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-resetBuffer","tokens":["buffer","gitsigns","reset"],"title_tokens":["gitsigns","git","vim","option","mappings","resetbuffer"],"anchors":[]},{"id":"550","title":"Option: vim.git.gitsigns.mappings.resetHunk","content":"Reset hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-resetHunk","tokens":["gitsigns","reset","hunk"],"title_tokens":["option","mappings","resethunk","git","vim","gitsigns"],"anchors":[]},{"id":"551","title":"Option: vim.git.gitsigns.mappings.stageBuffer","content":"Stage buffer [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-stageBuffer","tokens":["stage","buffer","gitsigns"],"title_tokens":["mappings","option","vim","stagebuffer","git","gitsigns"],"anchors":[]},{"id":"552","title":"Option: vim.git.gitsigns.mappings.stageHunk","content":"Stage hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-stageHunk","tokens":["stage","hunk","gitsigns"],"title_tokens":["vim","mappings","gitsigns","git","option","stagehunk"],"anchors":[]},{"id":"553","title":"Option: vim.git.gitsigns.mappings.toggleBlame","content":"Toggle blame [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-toggleBlame","tokens":["gitsigns","toggle","blame"],"title_tokens":["gitsigns","toggleblame","git","option","mappings","vim"],"anchors":[]},{"id":"554","title":"Option: vim.git.gitsigns.mappings.toggleDeleted","content":"Toggle deleted [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-toggleDeleted","tokens":["toggle","deleted","gitsigns"],"title_tokens":["vim","gitsigns","mappings","toggledeleted","git","option"],"anchors":[]},{"id":"555","title":"Option: vim.git.gitsigns.mappings.undoStageHunk","content":"Undo stage hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-undoStageHunk","tokens":["undo","stage","hunk","gitsigns"],"title_tokens":["option","gitsigns","vim","git","mappings","undostagehunk"],"anchors":[]},{"id":"556","title":"Option: vim.git.gitsigns.setupOpts","content":"Option table to pass into the setup function of gitsigns\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-git-gitsigns-setupOpts","tokens":["even","options","into","pass","the","they","additional","option","not","function","docs","listed","gitsigns","table","any","setup","can","you"],"title_tokens":["git","option","setupopts","gitsigns","vim"],"anchors":[]},{"id":"557","title":"Option: vim.git.hunk-nvim.enable","content":"Whether to enable tool for splitting diffs in Neovim [hunk-nvim].","path":"options.html#option-vim-git-hunk-nvim-enable","tokens":["hunk-nvim","tool","enable","diffs","for","neovim","splitting","whether"],"title_tokens":["option","hunk-nvim","enable","vim","git"],"anchors":[]},{"id":"558","title":"Option: vim.git.hunk-nvim.setupOpts","content":"Option table to pass into the setup function of hunk-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-git-hunk-nvim-setupOpts","tokens":["table","function","you","option","the","docs","any","setup","pass","additional","they","listed","not","hunk-nvim","can","into","even","options"],"title_tokens":["option","hunk-nvim","setupopts","git","vim"],"anchors":[]},{"id":"559","title":"Option: vim.git.neogit.enable","content":"Whether to enable An Interactive and powerful Git interface [Neogit].","path":"options.html#option-vim-git-neogit-enable","tokens":["powerful","git","interactive","and","neogit","enable","whether","interface"],"title_tokens":["neogit","enable","option","vim","git"],"anchors":[]},{"id":"560","title":"Option: vim.git.neogit.mappings.commit","content":"Git Commit [Neogit]","path":"options.html#option-vim-git-neogit-mappings-commit","tokens":["git","neogit","commit"],"title_tokens":["commit","vim","option","mappings","git","neogit"],"anchors":[]},{"id":"561","title":"Option: vim.git.neogit.mappings.open","content":"Git Status [Neogit]","path":"options.html#option-vim-git-neogit-mappings-open","tokens":["git","status","neogit"],"title_tokens":["git","vim","mappings","neogit","option","open"],"anchors":[]},{"id":"562","title":"Option: vim.git.neogit.mappings.pull","content":"Git pull [Neogit]","path":"options.html#option-vim-git-neogit-mappings-pull","tokens":["pull","neogit","git"],"title_tokens":["mappings","git","pull","vim","option","neogit"],"anchors":[]},{"id":"563","title":"Option: vim.git.neogit.mappings.push","content":"Git push [Neogit]","path":"options.html#option-vim-git-neogit-mappings-push","tokens":["push","neogit","git"],"title_tokens":["git","neogit","mappings","option","push","vim"],"anchors":[]},{"id":"564","title":"Option: vim.git.neogit.setupOpts","content":"Option table to pass into the setup function of neogit\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-git-neogit-setupOpts","tokens":["option","neogit","options","not","setup","the","listed","additional","even","they","docs","pass","into","can","any","table","function","you"],"title_tokens":["setupopts","option","git","vim","neogit"],"anchors":[]},{"id":"565","title":"Option: vim.git.vim-fugitive.enable","content":"Whether to enable vim-fugitive.","path":"options.html#option-vim-git-vim-fugitive-enable","tokens":["whether","vim-fugitive","enable"],"title_tokens":["enable","option","vim","git","vim-fugitive"],"anchors":[]},{"id":"566","title":"Option: vim.globals","content":"A freeform attribute set containing global variable values for setting vim variables as early as possible. If populated, this option will set vim variables in the built {option}luaConfigRC as the first item.\n::: {.note} {foo = \"bar\";} will set vim.g.foo to \"bar\", where the type of bar in the resulting Lua value will be inferred from the type of the value in the {name = value;} pair passed to the option. :::","path":"options.html#option-vim-globals","tokens":["first","lua","vim","will","name","attribute","this","inferred","where","luaconfigrc","variable","option","value","setting","possible","built","bar","containing","freeform","foo","variables","type","the","set","from","passed","global","for","values","resulting","item","populated","early","pair","note"],"title_tokens":["option","vim","globals"],"anchors":[]},{"id":"567","title":"Option: vim.globals.editorconfig","content":"Whether to enable EditorConfig integration in Neovim.\nThis defaults to true as it is enabled by default in stock Neovim, setting this option to false disables EditorConfig integration entirely.\nSee Neovim documentation for more details on configuring EditorConfig behaviour.","path":"options.html#option-vim-globals-editorconfig","tokens":["disables","see","behaviour","more","option","editorconfig","true","false","stock","entirely","configuring","documentation","neovim","integration","setting","for","whether","this","default","defaults","enabled","details","enable"],"title_tokens":["option","vim","editorconfig","globals"],"anchors":[]},{"id":"568","title":"Option: vim.globals.mapleader","content":"The key used for mappings","path":"options.html#option-vim-globals-mapleader","tokens":["the","key","leader","mappings","used","for"],"title_tokens":["mapleader","globals","vim","option"],"anchors":[]},{"id":"569","title":"Option: vim.globals.maplocalleader","content":"The key used for mappings","path":"options.html#option-vim-globals-maplocalleader","tokens":["for","localleader","used","the","mappings","key"],"title_tokens":["option","globals","vim","maplocalleader"],"anchors":[]},{"id":"570","title":"Option: vim.hideSearchHighlight","content":"Hide search highlight so it doesn't stay highlighted","path":"options.html#option-vim-hideSearchHighlight","tokens":["doesn","highlight","hide","highlighted","search","stay"],"title_tokens":["hidesearchhighlight","option","vim"],"anchors":[]},{"id":"571","title":"Option: vim.highlight","content":"Custom highlights to apply","path":"options.html#option-vim-highlight","tokens":["apply","highlights","custom"],"title_tokens":["vim","option","highlight"],"anchors":[]},{"id":"572","title":"Option: vim.highlight.<name>.bg","content":"The background color to use. Written as color name or hex \"#RRGGBB\".","path":"options.html#option-vim-highlight--bg","tokens":["hex","rrggbb","the","written","color","background","name","use"],"title_tokens":["option","vim","highlight","name"],"anchors":[]},{"id":"573","title":"Option: vim.highlight.<name>.blend","content":"Blend as an integer between 0 and 100","path":"options.html#option-vim-highlight--blend","tokens":["integer","100","between","blend","and"],"title_tokens":["highlight","vim","name","option","blend"],"anchors":[]},{"id":"574","title":"Option: vim.highlight.<name>.bold","content":"Whether to enable bold","path":"options.html#option-vim-highlight--bold","tokens":["whether","enable","bold"],"title_tokens":["bold","option","vim","name","highlight"],"anchors":[]},{"id":"575","title":"Option: vim.highlight.<name>.cterm","content":"The cterm arguments to use. See ':h highlight-args'","path":"options.html#option-vim-highlight--cterm","tokens":["highlight-args","use","the","arguments","cterm","see"],"title_tokens":["name","cterm","vim","option","highlight"],"anchors":[]},{"id":"576","title":"Option: vim.highlight.<name>.ctermbg","content":"The cterm background color to use","path":"options.html#option-vim-highlight--ctermbg","tokens":["the","color","background","cterm","use"],"title_tokens":["name","ctermbg","vim","highlight","option"],"anchors":[]},{"id":"577","title":"Option: vim.highlight.<name>.ctermfg","content":"The cterm foreground color to use","path":"options.html#option-vim-highlight--ctermfg","tokens":["foreground","color","use","cterm","the"],"title_tokens":["highlight","option","ctermfg","vim","name"],"anchors":[]},{"id":"578","title":"Option: vim.highlight.<name>.default","content":"Don't override existing definition","path":"options.html#option-vim-highlight--default","tokens":["don","override","existing","definition"],"title_tokens":["highlight","name","default","option","vim"],"anchors":[]},{"id":"579","title":"Option: vim.highlight.<name>.fg","content":"The foreground color to use. Written as color name or hex \"#RRGGBB\".","path":"options.html#option-vim-highlight--fg","tokens":["name","color","use","written","hex","foreground","rrggbb","the"],"title_tokens":["option","highlight","vim","name"],"anchors":[]},{"id":"580","title":"Option: vim.highlight.<name>.force","content":"Whether to enable force update","path":"options.html#option-vim-highlight--force","tokens":["update","whether","enable","force"],"title_tokens":["name","highlight","option","vim","force"],"anchors":[]},{"id":"581","title":"Option: vim.highlight.<name>.italic","content":"Whether to enable italic","path":"options.html#option-vim-highlight--italic","tokens":["whether","enable","italic"],"title_tokens":["option","highlight","name","italic","vim"],"anchors":[]},{"id":"582","title":"Option: vim.highlight.<name>.link","content":"The name of another highlight group to link to","path":"options.html#option-vim-highlight--link","tokens":["highlight","group","link","another","name","the"],"title_tokens":["option","highlight","name","link","vim"],"anchors":[]},{"id":"583","title":"Option: vim.highlight.<name>.nocombine","content":"Whether to enable nocombine","path":"options.html#option-vim-highlight--nocombine","tokens":["enable","nocombine","whether"],"title_tokens":["option","highlight","nocombine","vim","name"],"anchors":[]},{"id":"584","title":"Option: vim.highlight.<name>.reverse","content":"Whether to enable reverse","path":"options.html#option-vim-highlight--reverse","tokens":["whether","enable","reverse"],"title_tokens":["reverse","vim","highlight","name","option"],"anchors":[]},{"id":"585","title":"Option: vim.highlight.<name>.sp","content":"The special color to use. Written as color name or hex \"#RRGGBB\".","path":"options.html#option-vim-highlight--sp","tokens":["the","rrggbb","use","written","name","special","color","hex"],"title_tokens":["vim","option","name","highlight"],"anchors":[]},{"id":"586","title":"Option: vim.highlight.<name>.standout","content":"Whether to enable standout","path":"options.html#option-vim-highlight--standout","tokens":["enable","standout","whether"],"title_tokens":["option","vim","standout","highlight","name"],"anchors":[]},{"id":"587","title":"Option: vim.highlight.<name>.strikethrough","content":"Whether to enable strikethrough","path":"options.html#option-vim-highlight--strikethrough","tokens":["strikethrough","enable","whether"],"title_tokens":["strikethrough","vim","option","name","highlight"],"anchors":[]},{"id":"588","title":"Option: vim.highlight.<name>.undercurl","content":"Whether to enable undercurl","path":"options.html#option-vim-highlight--undercurl","tokens":["whether","enable","undercurl"],"title_tokens":["undercurl","vim","highlight","option","name"],"anchors":[]},{"id":"589","title":"Option: vim.highlight.<name>.underdashed","content":"Whether to enable underdashed","path":"options.html#option-vim-highlight--underdashed","tokens":["enable","underdashed","whether"],"title_tokens":["vim","option","highlight","name","underdashed"],"anchors":[]},{"id":"590","title":"Option: vim.highlight.<name>.underdotted","content":"Whether to enable underdotted","path":"options.html#option-vim-highlight--underdotted","tokens":["whether","underdotted","enable"],"title_tokens":["underdotted","option","vim","name","highlight"],"anchors":[]},{"id":"591","title":"Option: vim.highlight.<name>.underdouble","content":"Whether to enable underdouble","path":"options.html#option-vim-highlight--underdouble","tokens":["underdouble","enable","whether"],"title_tokens":["highlight","vim","name","underdouble","option"],"anchors":[]},{"id":"592","title":"Option: vim.highlight.<name>.underline","content":"Whether to enable underline","path":"options.html#option-vim-highlight--underline","tokens":["underline","whether","enable"],"title_tokens":["name","underline","highlight","vim","option"],"anchors":[]},{"id":"593","title":"Option: vim.keymaps","content":"Custom keybindings.","path":"options.html#option-vim-keymaps","tokens":["keybindings","custom"],"title_tokens":["option","keymaps","vim"],"anchors":[]},{"id":"594","title":"Option: vim.keymaps.*.action","content":"The command to execute.","path":"options.html#option-vim-keymaps-*-action","tokens":["the","command","execute"],"title_tokens":["vim","action","option","keymaps"],"anchors":[]},{"id":"595","title":"Option: vim.keymaps.*.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-keymaps-*-desc","tokens":["enabled","shown","you","which-key","description","keybind","this","have"],"title_tokens":["keymaps","vim","desc","option"],"anchors":[]},{"id":"596","title":"Option: vim.keymaps.*.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-keymaps-*-expr","tokens":["expression","equivalent","the","action","means","actually","map","adding","that"],"title_tokens":["keymaps","expr","option","vim"],"anchors":[]},{"id":"597","title":"Option: vim.keymaps.*.key","content":"The key that triggers this keybind.","path":"options.html#option-vim-keymaps-*-key","tokens":["this","that","keybind","key","triggers","the"],"title_tokens":["key","keymaps","vim","option"],"anchors":[]},{"id":"598","title":"Option: vim.keymaps.*.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-keymaps-*-lua","tokens":["will","true","code","wrapped","thus","action","considered","lua","not"],"title_tokens":["option","keymaps","vim","lua"],"anchors":[]},{"id":"599","title":"Option: vim.keymaps.*.mode","content":"The short-name of the mode to set the keymapping for. Passing an empty string is the equivalent of :map.\nSee :help map-modes for a list of modes.","path":"options.html#option-vim-keymaps-*-mode","tokens":["modes","list","map","help","equivalent","map-modes","short-name","string","mode","the","empty","for","see","passing","keymapping","set"],"title_tokens":["keymaps","option","vim","mode"],"anchors":[]},{"id":"600","title":"Option: vim.keymaps.*.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-keymaps-*-noremap","tokens":["defined","variant","ignoring","use","which","highly","custom","advised","action","whether","the","command","this","mappings","keep","default","any","noremap"],"title_tokens":["vim","keymaps","noremap","option"],"anchors":[]},{"id":"601","title":"Option: vim.keymaps.*.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-keymaps-*-nowait","tokens":["map","adding","whether","wait","for","input","ambiguous","mappings","equivalent","extra"],"title_tokens":["vim","nowait","keymaps","option"],"anchors":[]},{"id":"602","title":"Option: vim.keymaps.*.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-keymaps-*-script","tokens":["adding","map","equivalent"],"title_tokens":["vim","keymaps","script","option"],"anchors":[]},{"id":"603","title":"Option: vim.keymaps.*.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-keymaps-*-silent","tokens":["whether","silent","equivalent","this","mapping","map","adding","should"],"title_tokens":["vim","option","keymaps","silent"],"anchors":[]},{"id":"604","title":"Option: vim.keymaps.*.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-keymaps-*-unique","tokens":["already","equivalent","the","whether","defined","adding","fail","map"],"title_tokens":["option","keymaps","unique","vim"],"anchors":[]},{"id":"605","title":"Option: vim.languages.assembly.enable","content":"Whether to enable Assembly support.","path":"options.html#option-vim-languages-assembly-enable","tokens":["whether","enable","assembly","support"],"title_tokens":["option","assembly","vim","enable","languages"],"anchors":[]},{"id":"606","title":"Option: vim.languages.assembly.lsp.enable","content":"Whether to enable Assembly LSP support.","path":"options.html#option-vim-languages-assembly-lsp-enable","tokens":["enable","lsp","assembly","whether","support"],"title_tokens":["languages","enable","option","vim","assembly","lsp"],"anchors":[]},{"id":"607","title":"Option: vim.languages.assembly.lsp.servers","content":"Assembly LSP server to use","path":"options.html#option-vim-languages-assembly-lsp-servers","tokens":["server","lsp","assembly","use"],"title_tokens":["languages","vim","lsp","servers","option","assembly"],"anchors":[]},{"id":"608","title":"Option: vim.languages.assembly.treesitter.enable","content":"Whether to enable Assembly treesitter.","path":"options.html#option-vim-languages-assembly-treesitter-enable","tokens":["whether","assembly","treesitter","enable"],"title_tokens":["assembly","treesitter","enable","languages","vim","option"],"anchors":[]},{"id":"609","title":"Option: vim.languages.assembly.treesitter.package","content":"The asm treesitter package to use.","path":"options.html#option-vim-languages-assembly-treesitter-package","tokens":["treesitter","use","asm","the","package"],"title_tokens":["option","languages","vim","assembly","treesitter","package"],"anchors":[]},{"id":"610","title":"Option: vim.languages.astro.enable","content":"Whether to enable Astro language support.","path":"options.html#option-vim-languages-astro-enable","tokens":["enable","support","astro","language","whether"],"title_tokens":["languages","option","vim","astro","enable"],"anchors":[]},{"id":"611","title":"Option: vim.languages.astro.extraDiagnostics.enable","content":"Whether to enable extra Astro diagnostics.","path":"options.html#option-vim-languages-astro-extraDiagnostics-enable","tokens":["enable","diagnostics","whether","extra","astro"],"title_tokens":["languages","option","astro","extradiagnostics","vim","enable"],"anchors":[]},{"id":"612","title":"Option: vim.languages.astro.extraDiagnostics.types","content":"List of Astro diagnostics to enable","path":"options.html#option-vim-languages-astro-extraDiagnostics-types","tokens":["astro","diagnostics","list","enable"],"title_tokens":["option","astro","extradiagnostics","vim","types","languages"],"anchors":[]},{"id":"613","title":"Option: vim.languages.astro.format.enable","content":"Whether to enable Astro formatting.","path":"options.html#option-vim-languages-astro-format-enable","tokens":["whether","astro","formatting","enable"],"title_tokens":["format","option","languages","vim","enable","astro"],"anchors":[]},{"id":"614","title":"Option: vim.languages.astro.format.type","content":"Astro formatter to use","path":"options.html#option-vim-languages-astro-format-type","tokens":["formatter","use","astro"],"title_tokens":["astro","languages","type","format","option","vim"],"anchors":[]},{"id":"615","title":"Option: vim.languages.astro.lsp.enable","content":"Whether to enable Astro LSP support.","path":"options.html#option-vim-languages-astro-lsp-enable","tokens":["enable","whether","astro","lsp","support"],"title_tokens":["option","enable","vim","astro","lsp","languages"],"anchors":[]},{"id":"616","title":"Option: vim.languages.astro.lsp.servers","content":"Astro LSP server to use","path":"options.html#option-vim-languages-astro-lsp-servers","tokens":["lsp","use","astro","server"],"title_tokens":["languages","option","vim","astro","servers","lsp"],"anchors":[]},{"id":"617","title":"Option: vim.languages.astro.treesitter.astroPackage","content":"The astro treesitter package to use.","path":"options.html#option-vim-languages-astro-treesitter-astroPackage","tokens":["use","the","package","astro","treesitter"],"title_tokens":["astro","languages","treesitter","option","vim","astropackage"],"anchors":[]},{"id":"618","title":"Option: vim.languages.astro.treesitter.enable","content":"Whether to enable Astro treesitter.","path":"options.html#option-vim-languages-astro-treesitter-enable","tokens":["enable","whether","treesitter","astro"],"title_tokens":["astro","enable","vim","languages","treesitter","option"],"anchors":[]},{"id":"619","title":"Option: vim.languages.bash.enable","content":"Whether to enable Bash language support.","path":"options.html#option-vim-languages-bash-enable","tokens":["enable","whether","bash","language","support"],"title_tokens":["vim","languages","option","enable","bash"],"anchors":[]},{"id":"620","title":"Option: vim.languages.bash.extraDiagnostics.enable","content":"Whether to enable extra Bash diagnostics.","path":"options.html#option-vim-languages-bash-extraDiagnostics-enable","tokens":["extra","whether","enable","bash","diagnostics"],"title_tokens":["vim","option","languages","extradiagnostics","bash","enable"],"anchors":[]},{"id":"621","title":"Option: vim.languages.bash.extraDiagnostics.types","content":"List of Bash diagnostics to enable","path":"options.html#option-vim-languages-bash-extraDiagnostics-types","tokens":["enable","diagnostics","bash","list"],"title_tokens":["extradiagnostics","types","vim","languages","bash","option"],"anchors":[]},{"id":"622","title":"Option: vim.languages.bash.format.enable","content":"Enable Bash formatting","path":"options.html#option-vim-languages-bash-format-enable","tokens":["enable","bash","formatting"],"title_tokens":["bash","option","vim","enable","languages","format"],"anchors":[]},{"id":"623","title":"Option: vim.languages.bash.format.type","content":"Bash formatter to use","path":"options.html#option-vim-languages-bash-format-type","tokens":["formatter","bash","use"],"title_tokens":["languages","bash","format","option","vim","type"],"anchors":[]},{"id":"624","title":"Option: vim.languages.bash.lsp.enable","content":"Whether to enable Bash LSP support.","path":"options.html#option-vim-languages-bash-lsp-enable","tokens":["whether","bash","lsp","support","enable"],"title_tokens":["option","lsp","languages","vim","bash","enable"],"anchors":[]},{"id":"625","title":"Option: vim.languages.bash.lsp.servers","content":"Bash LSP server to use","path":"options.html#option-vim-languages-bash-lsp-servers","tokens":["use","bash","lsp","server"],"title_tokens":["bash","servers","option","languages","vim","lsp"],"anchors":[]},{"id":"626","title":"Option: vim.languages.bash.treesitter.enable","content":"Whether to enable Bash treesitter.","path":"options.html#option-vim-languages-bash-treesitter-enable","tokens":["treesitter","bash","enable","whether"],"title_tokens":["treesitter","option","languages","vim","bash","enable"],"anchors":[]},{"id":"627","title":"Option: vim.languages.bash.treesitter.package","content":"The bash treesitter package to use.","path":"options.html#option-vim-languages-bash-treesitter-package","tokens":["use","treesitter","the","package","bash"],"title_tokens":["package","option","languages","treesitter","vim","bash"],"anchors":[]},{"id":"628","title":"Option: vim.languages.clang.cHeader","content":"C syntax for headers. Can fix treesitter errors, see: https://www.reddit.com/r/neovim/comments/orfpcd/question_does_the_c_parser_from_nvimtreesitter/","path":"options.html#option-vim-languages-clang-cHeader","tokens":["fix","reddit","syntax","treesitter","com","question_does_the_c_parser_from_nvimtreesitter","neovim","comments","orfpcd","can","for","headers","www","see","errors","https"],"title_tokens":["vim","option","clang","languages","cheader"],"anchors":[]},{"id":"629","title":"Option: vim.languages.clang.dap.debugger","content":"clang debugger to use","path":"options.html#option-vim-languages-clang-dap-debugger","tokens":["debugger","use","clang"],"title_tokens":["dap","option","languages","clang","debugger","vim"],"anchors":[]},{"id":"630","title":"Option: vim.languages.clang.dap.enable","content":"Enable clang Debug Adapter","path":"options.html#option-vim-languages-clang-dap-enable","tokens":["clang","enable","adapter","debug"],"title_tokens":["languages","option","clang","dap","vim","enable"],"anchors":[]},{"id":"631","title":"Option: vim.languages.clang.dap.package","content":"clang debugger package.","path":"options.html#option-vim-languages-clang-dap-package","tokens":["clang","debugger","package"],"title_tokens":["package","clang","languages","option","vim","dap"],"anchors":[]},{"id":"632","title":"Option: vim.languages.clang.enable","content":"Whether to enable C/C++ language support.","path":"options.html#option-vim-languages-clang-enable","tokens":["language","whether","enable","support"],"title_tokens":["option","vim","languages","enable","clang"],"anchors":[]},{"id":"633","title":"Option: vim.languages.clang.lsp.enable","content":"Whether to enable clang LSP support.","path":"options.html#option-vim-languages-clang-lsp-enable","tokens":["lsp","clang","support","enable","whether"],"title_tokens":["languages","lsp","enable","option","clang","vim"],"anchors":[]},{"id":"634","title":"Option: vim.languages.clang.lsp.servers","content":"The clang LSP server to use","path":"options.html#option-vim-languages-clang-lsp-servers","tokens":["the","clang","use","lsp","server"],"title_tokens":["vim","lsp","servers","clang","option","languages"],"anchors":[]},{"id":"635","title":"Option: vim.languages.clang.treesitter.cPackage","content":"The c treesitter package to use.","path":"options.html#option-vim-languages-clang-treesitter-cPackage","tokens":["package","use","treesitter","the"],"title_tokens":["cpackage","option","clang","languages","vim","treesitter"],"anchors":[]},{"id":"636","title":"Option: vim.languages.clang.treesitter.cppPackage","content":"The cpp treesitter package to use.","path":"options.html#option-vim-languages-clang-treesitter-cppPackage","tokens":["the","treesitter","use","cpp","package"],"title_tokens":["vim","clang","option","treesitter","languages","cpppackage"],"anchors":[]},{"id":"637","title":"Option: vim.languages.clang.treesitter.enable","content":"Whether to enable C/C++ treesitter.","path":"options.html#option-vim-languages-clang-treesitter-enable","tokens":["enable","whether","treesitter"],"title_tokens":["languages","clang","treesitter","vim","enable","option"],"anchors":[]},{"id":"638","title":"Option: vim.languages.clojure.enable","content":"Whether to enable Clojure language support.","path":"options.html#option-vim-languages-clojure-enable","tokens":["enable","whether","clojure","language","support"],"title_tokens":["languages","clojure","enable","vim","option"],"anchors":[]},{"id":"639","title":"Option: vim.languages.clojure.lsp.enable","content":"Whether to enable Clojure LSP support.","path":"options.html#option-vim-languages-clojure-lsp-enable","tokens":["support","whether","clojure","enable","lsp"],"title_tokens":["vim","languages","enable","option","clojure","lsp"],"anchors":[]},{"id":"640","title":"Option: vim.languages.clojure.lsp.servers","content":"Clojure LSP server to use","path":"options.html#option-vim-languages-clojure-lsp-servers","tokens":["lsp","use","server","clojure"],"title_tokens":["languages","lsp","servers","clojure","option","vim"],"anchors":[]},{"id":"641","title":"Option: vim.languages.clojure.treesitter.enable","content":"Whether to enable Clojure treesitter.","path":"options.html#option-vim-languages-clojure-treesitter-enable","tokens":["treesitter","enable","clojure","whether"],"title_tokens":["enable","clojure","option","languages","vim","treesitter"],"anchors":[]},{"id":"642","title":"Option: vim.languages.clojure.treesitter.package","content":"The clojure treesitter package to use.","path":"options.html#option-vim-languages-clojure-treesitter-package","tokens":["the","treesitter","clojure","package","use"],"title_tokens":["clojure","languages","option","package","treesitter","vim"],"anchors":[]},{"id":"643","title":"Option: vim.languages.csharp.enable","content":"Whether to enable C# language support.","path":"options.html#option-vim-languages-csharp-enable","tokens":["support","enable","whether","language"],"title_tokens":["vim","csharp","languages","enable","option"],"anchors":[]},{"id":"644","title":"Option: vim.languages.csharp.lsp.enable","content":"Whether to enable C# LSP support.","path":"options.html#option-vim-languages-csharp-lsp-enable","tokens":["enable","whether","support","lsp"],"title_tokens":["vim","languages","csharp","option","lsp","enable"],"anchors":[]},{"id":"645","title":"Option: vim.languages.csharp.lsp.servers","content":"C# LSP server to use","path":"options.html#option-vim-languages-csharp-lsp-servers","tokens":["lsp","server","use"],"title_tokens":["csharp","lsp","servers","option","vim","languages"],"anchors":[]},{"id":"646","title":"Option: vim.languages.csharp.treesitter.enable","content":"Whether to enable C# treesitter.","path":"options.html#option-vim-languages-csharp-treesitter-enable","tokens":["treesitter","enable","whether"],"title_tokens":["vim","enable","languages","csharp","treesitter","option"],"anchors":[]},{"id":"647","title":"Option: vim.languages.csharp.treesitter.package","content":"The c_sharp treesitter package to use.","path":"options.html#option-vim-languages-csharp-treesitter-package","tokens":["use","treesitter","package","the","c_sharp"],"title_tokens":["languages","vim","treesitter","csharp","option","package"],"anchors":[]},{"id":"648","title":"Option: vim.languages.css.enable","content":"Whether to enable CSS language support.","path":"options.html#option-vim-languages-css-enable","tokens":["enable","language","whether","support","css"],"title_tokens":["enable","languages","vim","option","css"],"anchors":[]},{"id":"649","title":"Option: vim.languages.css.format.enable","content":"Whether to enable CSS formatting.","path":"options.html#option-vim-languages-css-format-enable","tokens":["whether","css","enable","formatting"],"title_tokens":["option","format","vim","enable","css","languages"],"anchors":[]},{"id":"650","title":"Option: vim.languages.css.format.type","content":"CSS formatter to use","path":"options.html#option-vim-languages-css-format-type","tokens":["css","formatter","use"],"title_tokens":["css","languages","format","type","option","vim"],"anchors":[]},{"id":"651","title":"Option: vim.languages.css.lsp.enable","content":"Whether to enable CSS LSP support.","path":"options.html#option-vim-languages-css-lsp-enable","tokens":["whether","css","support","enable","lsp"],"title_tokens":["languages","css","lsp","enable","vim","option"],"anchors":[]},{"id":"652","title":"Option: vim.languages.css.lsp.servers","content":"CSS LSP server to use","path":"options.html#option-vim-languages-css-lsp-servers","tokens":["lsp","server","use","css"],"title_tokens":["languages","servers","css","vim","lsp","option"],"anchors":[]},{"id":"653","title":"Option: vim.languages.css.treesitter.enable","content":"Whether to enable CSS treesitter.","path":"options.html#option-vim-languages-css-treesitter-enable","tokens":["css","treesitter","enable","whether"],"title_tokens":["languages","option","treesitter","vim","enable","css"],"anchors":[]},{"id":"654","title":"Option: vim.languages.css.treesitter.package","content":"The css treesitter package to use.","path":"options.html#option-vim-languages-css-treesitter-package","tokens":["package","treesitter","css","the","use"],"title_tokens":["option","package","css","vim","languages","treesitter"],"anchors":[]},{"id":"655","title":"Option: vim.languages.cue.enable","content":"Whether to enable CUE language support.","path":"options.html#option-vim-languages-cue-enable","tokens":["enable","language","whether","support","cue"],"title_tokens":["vim","cue","languages","option","enable"],"anchors":[]},{"id":"656","title":"Option: vim.languages.cue.lsp.enable","content":"Whether to enable CUE LSP support.","path":"options.html#option-vim-languages-cue-lsp-enable","tokens":["whether","enable","lsp","cue","support"],"title_tokens":["languages","lsp","vim","enable","cue","option"],"anchors":[]},{"id":"657","title":"Option: vim.languages.cue.treesitter.enable","content":"Whether to enable CUE treesitter.","path":"options.html#option-vim-languages-cue-treesitter-enable","tokens":["whether","cue","enable","treesitter"],"title_tokens":["option","vim","languages","enable","treesitter","cue"],"anchors":[]},{"id":"658","title":"Option: vim.languages.cue.treesitter.package","content":"The cue treesitter package to use.","path":"options.html#option-vim-languages-cue-treesitter-package","tokens":["use","the","treesitter","cue","package"],"title_tokens":["cue","treesitter","package","vim","option","languages"],"anchors":[]},{"id":"659","title":"Option: vim.languages.dart.dap.enable","content":"Enable Dart DAP support via flutter-tools","path":"options.html#option-vim-languages-dart-dap-enable","tokens":["enable","dart","flutter-tools","via","support","dap"],"title_tokens":["dap","dart","languages","enable","vim","option"],"anchors":[]},{"id":"660","title":"Option: vim.languages.dart.enable","content":"Whether to enable Dart language support.","path":"options.html#option-vim-languages-dart-enable","tokens":["support","whether","language","enable","dart"],"title_tokens":["languages","option","enable","vim","dart"],"anchors":[]},{"id":"661","title":"Option: vim.languages.dart.flutter-tools.color.enable","content":"Whether to enable highlighting color variables.","path":"options.html#option-vim-languages-dart-flutter-tools-color-enable","tokens":["whether","highlighting","color","variables","enable"],"title_tokens":["flutter-tools","dart","vim","color","enable","option","languages"],"anchors":[]},{"id":"662","title":"Option: vim.languages.dart.flutter-tools.color.highlightBackground","content":"Highlight the background","path":"options.html#option-vim-languages-dart-flutter-tools-color-highlightBackground","tokens":["highlight","background","the"],"title_tokens":["color","dart","option","languages","highlightbackground","vim","flutter-tools"],"anchors":[]},{"id":"663","title":"Option: vim.languages.dart.flutter-tools.color.highlightForeground","content":"Highlight the foreground","path":"options.html#option-vim-languages-dart-flutter-tools-color-highlightForeground","tokens":["highlight","the","foreground"],"title_tokens":["option","languages","dart","vim","flutter-tools","highlightforeground","color"],"anchors":[]},{"id":"664","title":"Option: vim.languages.dart.flutter-tools.color.virtualText.character","content":"Virtual text character to highlight","path":"options.html#option-vim-languages-dart-flutter-tools-color-virtualText-character","tokens":["highlight","text","character","virtual"],"title_tokens":["option","flutter-tools","virtualtext","character","dart","vim","languages","color"],"anchors":[]},{"id":"665","title":"Option: vim.languages.dart.flutter-tools.color.virtualText.enable","content":"Whether to enable Show the highlight using virtual text.","path":"options.html#option-vim-languages-dart-flutter-tools-color-virtualText-enable","tokens":["show","enable","using","whether","text","highlight","virtual","the"],"title_tokens":["flutter-tools","vim","color","virtualtext","dart","languages","enable","option"],"anchors":[]},{"id":"666","title":"Option: vim.languages.dart.flutter-tools.enable","content":"Enable flutter-tools for flutter support","path":"options.html#option-vim-languages-dart-flutter-tools-enable","tokens":["for","enable","support","flutter-tools","flutter"],"title_tokens":["dart","option","languages","vim","flutter-tools","enable"],"anchors":[]},{"id":"667","title":"Option: vim.languages.dart.flutter-tools.enableNoResolvePatch","content":"Whether to patch flutter-tools so that it doesn't resolve symlinks when detecting flutter path.\n::: {.note} This is required if flutterPackage is set to null and the flutter package in your PATH was built with Nix. If you are using a flutter SDK installed from a different source and encounter the error \"dart missing from PATH\", leave this option disabled. :::","path":"options.html#option-vim-languages-dart-flutter-tools-enableNoResolvePatch","tokens":["when","this","detecting","dart","leave","path","nix","flutter","missing","with","installed","package","your","whether","encounter","disabled","symlinks","null","built","flutter-tools","doesn","note","was","patch","you","from","error","set","the","that","flutterpackage","and","sdk","using","resolve","source","different","required","are","option"],"title_tokens":["vim","flutter-tools","enablenoresolvepatch","languages","option","dart"],"anchors":[]},{"id":"668","title":"Option: vim.languages.dart.flutter-tools.flutterPackage","content":"Flutter package, or null to detect the flutter path at runtime instead.","path":"options.html#option-vim-languages-dart-flutter-tools-flutterPackage","tokens":["flutter","null","detect","the","path","runtime","instead","package"],"title_tokens":["languages","flutterpackage","option","dart","vim","flutter-tools"],"anchors":[]},{"id":"669","title":"Option: vim.languages.dart.lsp.enable","content":"Whether to enable Dart LSP support.","path":"options.html#option-vim-languages-dart-lsp-enable","tokens":["enable","dart","whether","lsp","support"],"title_tokens":["languages","dart","option","vim","enable","lsp"],"anchors":[]},{"id":"670","title":"Option: vim.languages.dart.lsp.servers","content":"Dart LSP server to use","path":"options.html#option-vim-languages-dart-lsp-servers","tokens":["use","server","lsp","dart"],"title_tokens":["vim","languages","option","dart","lsp","servers"],"anchors":[]},{"id":"671","title":"Option: vim.languages.dart.treesitter.enable","content":"Whether to enable Dart treesitter.","path":"options.html#option-vim-languages-dart-treesitter-enable","tokens":["whether","dart","enable","treesitter"],"title_tokens":["languages","dart","treesitter","option","enable","vim"],"anchors":[]},{"id":"672","title":"Option: vim.languages.dart.treesitter.package","content":"The dart treesitter package to use.","path":"options.html#option-vim-languages-dart-treesitter-package","tokens":["dart","package","use","treesitter","the"],"title_tokens":["dart","vim","languages","treesitter","option","package"],"anchors":[]},{"id":"673","title":"Option: vim.languages.elixir.elixir-tools.enable","content":"Whether to enable Elixir tools.","path":"options.html#option-vim-languages-elixir-elixir-tools-enable","tokens":["elixir","tools","enable","whether"],"title_tokens":["elixir","vim","elixir-tools","enable","languages","option"],"anchors":[]},{"id":"674","title":"Option: vim.languages.elixir.enable","content":"Whether to enable Elixir language support.","path":"options.html#option-vim-languages-elixir-enable","tokens":["elixir","enable","whether","language","support"],"title_tokens":["elixir","enable","vim","option","languages"],"anchors":[]},{"id":"675","title":"Option: vim.languages.elixir.format.enable","content":"Whether to enable Elixir formatting.","path":"options.html#option-vim-languages-elixir-format-enable","tokens":["formatting","elixir","enable","whether"],"title_tokens":["languages","elixir","format","option","vim","enable"],"anchors":[]},{"id":"676","title":"Option: vim.languages.elixir.format.type","content":"Elixir formatter to use","path":"options.html#option-vim-languages-elixir-format-type","tokens":["formatter","elixir","use"],"title_tokens":["vim","elixir","format","type","languages","option"],"anchors":[]},{"id":"677","title":"Option: vim.languages.elixir.lsp.enable","content":"Whether to enable Elixir LSP support.","path":"options.html#option-vim-languages-elixir-lsp-enable","tokens":["elixir","whether","enable","lsp","support"],"title_tokens":["enable","elixir","vim","lsp","languages","option"],"anchors":[]},{"id":"678","title":"Option: vim.languages.elixir.lsp.servers","content":"Elixir LSP server to use","path":"options.html#option-vim-languages-elixir-lsp-servers","tokens":["lsp","use","elixir","server"],"title_tokens":["vim","lsp","languages","elixir","servers","option"],"anchors":[]},{"id":"679","title":"Option: vim.languages.elixir.treesitter.eexPackage","content":"The eex treesitter package to use.","path":"options.html#option-vim-languages-elixir-treesitter-eexPackage","tokens":["package","use","treesitter","eex","the"],"title_tokens":["elixir","eexpackage","vim","option","languages","treesitter"],"anchors":[]},{"id":"680","title":"Option: vim.languages.elixir.treesitter.enable","content":"Whether to enable Elixir treesitter.","path":"options.html#option-vim-languages-elixir-treesitter-enable","tokens":["elixir","enable","treesitter","whether"],"title_tokens":["option","treesitter","languages","elixir","enable","vim"],"anchors":[]},{"id":"681","title":"Option: vim.languages.elixir.treesitter.heexPackage","content":"The heex treesitter package to use.","path":"options.html#option-vim-languages-elixir-treesitter-heexPackage","tokens":["package","use","the","heex","treesitter"],"title_tokens":["heexpackage","treesitter","option","vim","elixir","languages"],"anchors":[]},{"id":"682","title":"Option: vim.languages.elixir.treesitter.package","content":"The elixir treesitter package to use.","path":"options.html#option-vim-languages-elixir-treesitter-package","tokens":["the","elixir","package","use","treesitter"],"title_tokens":["languages","option","elixir","vim","treesitter","package"],"anchors":[]},{"id":"683","title":"Option: vim.languages.enableDAP","content":"Turn on Debug Adapter for enabled languages by default","path":"options.html#option-vim-languages-enableDAP","tokens":["turn","adapter","debug","for","default","enabled","languages"],"title_tokens":["option","languages","vim","enabledap"],"anchors":[]},{"id":"684","title":"Option: vim.languages.enableExtraDiagnostics","content":"Turn on extra diagnostics for enabled languages by default","path":"options.html#option-vim-languages-enableExtraDiagnostics","tokens":["enabled","default","extra","for","diagnostics","turn","languages"],"title_tokens":["enableextradiagnostics","option","languages","vim"],"anchors":[]},{"id":"685","title":"Option: vim.languages.enableFormat","content":"Turn on Formatting for enabled languages by default","path":"options.html#option-vim-languages-enableFormat","tokens":["turn","enabled","languages","for","formatting","default"],"title_tokens":["vim","languages","enableformat","option"],"anchors":[]},{"id":"686","title":"Option: vim.languages.enableTreesitter","content":"Turn on Treesitter for enabled languages by default","path":"options.html#option-vim-languages-enableTreesitter","tokens":["languages","default","turn","treesitter","enabled","for"],"title_tokens":["languages","option","vim","enabletreesitter"],"anchors":[]},{"id":"687","title":"Option: vim.languages.fsharp.enable","content":"Whether to enable F# language support.","path":"options.html#option-vim-languages-fsharp-enable","tokens":["language","support","whether","enable"],"title_tokens":["option","vim","fsharp","languages","enable"],"anchors":[]},{"id":"688","title":"Option: vim.languages.fsharp.format.enable","content":"Whether to enable F# formatting.","path":"options.html#option-vim-languages-fsharp-format-enable","tokens":["whether","enable","formatting"],"title_tokens":["format","enable","vim","languages","option","fsharp"],"anchors":[]},{"id":"689","title":"Option: vim.languages.fsharp.format.type","content":"F# formatter to use","path":"options.html#option-vim-languages-fsharp-format-type","tokens":["formatter","use"],"title_tokens":["option","vim","languages","fsharp","format","type"],"anchors":[]},{"id":"690","title":"Option: vim.languages.fsharp.lsp.enable","content":"Whether to enable F# LSP support.","path":"options.html#option-vim-languages-fsharp-lsp-enable","tokens":["support","whether","enable","lsp"],"title_tokens":["enable","option","languages","vim","fsharp","lsp"],"anchors":[]},{"id":"691","title":"Option: vim.languages.fsharp.lsp.servers","content":"F# LSP server to use","path":"options.html#option-vim-languages-fsharp-lsp-servers","tokens":["use","lsp","server"],"title_tokens":["option","fsharp","lsp","vim","languages","servers"],"anchors":[]},{"id":"692","title":"Option: vim.languages.fsharp.treesitter.enable","content":"Whether to enable F# treesitter.","path":"options.html#option-vim-languages-fsharp-treesitter-enable","tokens":["treesitter","whether","enable"],"title_tokens":["enable","languages","fsharp","vim","option","treesitter"],"anchors":[]},{"id":"693","title":"Option: vim.languages.fsharp.treesitter.package","content":"The fsharp treesitter package to use.","path":"options.html#option-vim-languages-fsharp-treesitter-package","tokens":["fsharp","package","use","the","treesitter"],"title_tokens":["package","option","vim","languages","fsharp","treesitter"],"anchors":[]},{"id":"694","title":"Option: vim.languages.gleam.enable","content":"Whether to enable Gleam language support.","path":"options.html#option-vim-languages-gleam-enable","tokens":["support","language","gleam","whether","enable"],"title_tokens":["gleam","option","languages","enable","vim"],"anchors":[]},{"id":"695","title":"Option: vim.languages.gleam.lsp.enable","content":"Whether to enable Gleam LSP support.","path":"options.html#option-vim-languages-gleam-lsp-enable","tokens":["gleam","support","whether","enable","lsp"],"title_tokens":["languages","gleam","enable","vim","option","lsp"],"anchors":[]},{"id":"696","title":"Option: vim.languages.gleam.lsp.servers","content":"Gleam LSP server to use","path":"options.html#option-vim-languages-gleam-lsp-servers","tokens":["server","use","gleam","lsp"],"title_tokens":["option","servers","vim","gleam","languages","lsp"],"anchors":[]},{"id":"697","title":"Option: vim.languages.gleam.treesitter.enable","content":"Whether to enable Gleam treesitter.","path":"options.html#option-vim-languages-gleam-treesitter-enable","tokens":["enable","treesitter","gleam","whether"],"title_tokens":["treesitter","languages","option","gleam","vim","enable"],"anchors":[]},{"id":"698","title":"Option: vim.languages.gleam.treesitter.package","content":"The gleam treesitter package to use.","path":"options.html#option-vim-languages-gleam-treesitter-package","tokens":["use","package","the","gleam","treesitter"],"title_tokens":["treesitter","package","gleam","vim","languages","option"],"anchors":[]},{"id":"699","title":"Option: vim.languages.go.dap.debugger","content":"Go debugger to use","path":"options.html#option-vim-languages-go-dap-debugger","tokens":["use","debugger"],"title_tokens":["option","vim","languages","dap","debugger"],"anchors":[]},{"id":"700","title":"Option: vim.languages.go.dap.enable","content":"Enable Go Debug Adapter via nvim-dap-go plugin","path":"options.html#option-vim-languages-go-dap-enable","tokens":["adapter","debug","plugin","nvim-dap-go","via","enable"],"title_tokens":["enable","languages","vim","option","dap"],"anchors":[]},{"id":"701","title":"Option: vim.languages.go.dap.package","content":"Go debugger package.","path":"options.html#option-vim-languages-go-dap-package","tokens":["debugger","package"],"title_tokens":["package","option","dap","vim","languages"],"anchors":[]},{"id":"702","title":"Option: vim.languages.go.enable","content":"Whether to enable Go language support.","path":"options.html#option-vim-languages-go-enable","tokens":["language","support","enable","whether"],"title_tokens":["vim","languages","enable","option"],"anchors":[]},{"id":"703","title":"Option: vim.languages.go.format.enable","content":"Whether to enable Go formatting.","path":"options.html#option-vim-languages-go-format-enable","tokens":["formatting","whether","enable"],"title_tokens":["format","enable","languages","option","vim"],"anchors":[]},{"id":"704","title":"Option: vim.languages.go.format.type","content":"Go formatter to use","path":"options.html#option-vim-languages-go-format-type","tokens":["use","formatter"],"title_tokens":["type","option","languages","vim","format"],"anchors":[]},{"id":"705","title":"Option: vim.languages.go.lsp.enable","content":"Whether to enable Go LSP support.","path":"options.html#option-vim-languages-go-lsp-enable","tokens":["enable","whether","lsp","support"],"title_tokens":["enable","vim","languages","lsp","option"],"anchors":[]},{"id":"706","title":"Option: vim.languages.go.lsp.servers","content":"Go LSP server to use","path":"options.html#option-vim-languages-go-lsp-servers","tokens":["server","use","lsp"],"title_tokens":["vim","servers","option","lsp","languages"],"anchors":[]},{"id":"707","title":"Option: vim.languages.go.treesitter.enable","content":"Whether to enable Go treesitter.","path":"options.html#option-vim-languages-go-treesitter-enable","tokens":["enable","treesitter","whether"],"title_tokens":["languages","treesitter","enable","option","vim"],"anchors":[]},{"id":"708","title":"Option: vim.languages.go.treesitter.package","content":"The go treesitter package to use.","path":"options.html#option-vim-languages-go-treesitter-package","tokens":["treesitter","use","package","the"],"title_tokens":["treesitter","package","languages","vim","option"],"anchors":[]},{"id":"709","title":"Option: vim.languages.haskell.dap.enable","content":"Whether to enable DAP support for Haskell.","path":"options.html#option-vim-languages-haskell-dap-enable","tokens":["for","haskell","whether","dap","support","enable"],"title_tokens":["enable","languages","vim","haskell","option","dap"],"anchors":[]},{"id":"710","title":"Option: vim.languages.haskell.dap.package","content":"Haskell DAP package or command to run the Haskell DAP","path":"options.html#option-vim-languages-haskell-dap-package","tokens":["haskell","dap","the","command","run","package"],"title_tokens":["option","vim","haskell","dap","package","languages"],"anchors":[]},{"id":"711","title":"Option: vim.languages.haskell.enable","content":"Whether to enable Haskell support.","path":"options.html#option-vim-languages-haskell-enable","tokens":["whether","support","enable","haskell"],"title_tokens":["vim","option","languages","enable","haskell"],"anchors":[]},{"id":"712","title":"Option: vim.languages.haskell.lsp.enable","content":"Whether to enable Haskell LSP support.","path":"options.html#option-vim-languages-haskell-lsp-enable","tokens":["whether","haskell","lsp","support","enable"],"title_tokens":["lsp","haskell","languages","vim","option","enable"],"anchors":[]},{"id":"713","title":"Option: vim.languages.haskell.lsp.servers","content":"Haskell LSP server to use","path":"options.html#option-vim-languages-haskell-lsp-servers","tokens":["use","lsp","haskell","server"],"title_tokens":["vim","servers","option","lsp","haskell","languages"],"anchors":[]},{"id":"714","title":"Option: vim.languages.haskell.treesitter.enable","content":"Whether to enable Treesitter support for Haskell.","path":"options.html#option-vim-languages-haskell-treesitter-enable","tokens":["for","treesitter","support","whether","enable","haskell"],"title_tokens":["enable","option","languages","haskell","treesitter","vim"],"anchors":[]},{"id":"715","title":"Option: vim.languages.haskell.treesitter.package","content":"The haskell treesitter package to use.","path":"options.html#option-vim-languages-haskell-treesitter-package","tokens":["package","treesitter","the","use","haskell"],"title_tokens":["treesitter","languages","package","option","haskell","vim"],"anchors":[]},{"id":"716","title":"Option: vim.languages.hcl.enable","content":"Whether to enable HCL support.","path":"options.html#option-vim-languages-hcl-enable","tokens":["support","hcl","whether","enable"],"title_tokens":["languages","hcl","vim","enable","option"],"anchors":[]},{"id":"717","title":"Option: vim.languages.hcl.format.enable","content":"Enable HCL formatting","path":"options.html#option-vim-languages-hcl-format-enable","tokens":["enable","hcl","formatting"],"title_tokens":["option","vim","languages","format","hcl","enable"],"anchors":[]},{"id":"718","title":"Option: vim.languages.hcl.format.type","content":"HCL formatter to use","path":"options.html#option-vim-languages-hcl-format-type","tokens":["use","hcl","formatter"],"title_tokens":["languages","option","type","hcl","vim","format"],"anchors":[]},{"id":"719","title":"Option: vim.languages.hcl.lsp.enable","content":"Whether to enable HCL LSP support.","path":"options.html#option-vim-languages-hcl-lsp-enable","tokens":["whether","enable","hcl","support","lsp"],"title_tokens":["enable","vim","languages","lsp","hcl","option"],"anchors":[]},{"id":"720","title":"Option: vim.languages.hcl.lsp.servers","content":"HCL LSP server to use","path":"options.html#option-vim-languages-hcl-lsp-servers","tokens":["use","server","hcl","lsp"],"title_tokens":["lsp","servers","vim","option","languages","hcl"],"anchors":[]},{"id":"721","title":"Option: vim.languages.hcl.treesitter.enable","content":"Whether to enable HCL treesitter.","path":"options.html#option-vim-languages-hcl-treesitter-enable","tokens":["treesitter","hcl","whether","enable"],"title_tokens":["option","enable","languages","hcl","vim","treesitter"],"anchors":[]},{"id":"722","title":"Option: vim.languages.hcl.treesitter.package","content":"The hcl treesitter package to use.","path":"options.html#option-vim-languages-hcl-treesitter-package","tokens":["package","treesitter","hcl","use","the"],"title_tokens":["treesitter","vim","languages","option","hcl","package"],"anchors":[]},{"id":"723","title":"Option: vim.languages.helm.enable","content":"Whether to enable Helm language support.","path":"options.html#option-vim-languages-helm-enable","tokens":["whether","language","support","enable","helm"],"title_tokens":["enable","languages","helm","vim","option"],"anchors":[]},{"id":"724","title":"Option: vim.languages.helm.lsp.enable","content":"Whether to enable Helm LSP support.","path":"options.html#option-vim-languages-helm-lsp-enable","tokens":["lsp","helm","support","whether","enable"],"title_tokens":["enable","languages","option","helm","vim","lsp"],"anchors":[]},{"id":"725","title":"Option: vim.languages.helm.lsp.servers","content":"Helm LSP server to use","path":"options.html#option-vim-languages-helm-lsp-servers","tokens":["helm","server","use","lsp"],"title_tokens":["languages","servers","option","vim","lsp","helm"],"anchors":[]},{"id":"726","title":"Option: vim.languages.helm.treesitter.enable","content":"Whether to enable Helm treesitter.","path":"options.html#option-vim-languages-helm-treesitter-enable","tokens":["treesitter","helm","enable","whether"],"title_tokens":["option","languages","vim","treesitter","helm","enable"],"anchors":[]},{"id":"727","title":"Option: vim.languages.helm.treesitter.package","content":"The helm treesitter package to use.","path":"options.html#option-vim-languages-helm-treesitter-package","tokens":["package","use","the","treesitter","helm"],"title_tokens":["helm","option","treesitter","package","languages","vim"],"anchors":[]},{"id":"728","title":"Option: vim.languages.html.enable","content":"Whether to enable HTML language support.","path":"options.html#option-vim-languages-html-enable","tokens":["support","enable","html","language","whether"],"title_tokens":["vim","enable","option","languages","html"],"anchors":[]},{"id":"729","title":"Option: vim.languages.html.extraDiagnostics.enable","content":"Whether to enable extra HTML diagnostics.","path":"options.html#option-vim-languages-html-extraDiagnostics-enable","tokens":["extra","diagnostics","whether","html","enable"],"title_tokens":["enable","html","vim","option","extradiagnostics","languages"],"anchors":[]},{"id":"730","title":"Option: vim.languages.html.extraDiagnostics.types","content":"List of HTML diagnostics to enable","path":"options.html#option-vim-languages-html-extraDiagnostics-types","tokens":["diagnostics","list","html","enable"],"title_tokens":["option","languages","types","vim","html","extradiagnostics"],"anchors":[]},{"id":"731","title":"Option: vim.languages.html.format.enable","content":"Whether to enable HTML formatting.","path":"options.html#option-vim-languages-html-format-enable","tokens":["html","whether","enable","formatting"],"title_tokens":["enable","format","option","vim","languages","html"],"anchors":[]},{"id":"732","title":"Option: vim.languages.html.format.type","content":"HTML formatter to use","path":"options.html#option-vim-languages-html-format-type","tokens":["use","formatter","html"],"title_tokens":["vim","html","option","format","type","languages"],"anchors":[]},{"id":"733","title":"Option: vim.languages.html.lsp.enable","content":"Whether to enable HTML LSP support.","path":"options.html#option-vim-languages-html-lsp-enable","tokens":["enable","lsp","support","whether","html"],"title_tokens":["html","languages","vim","option","lsp","enable"],"anchors":[]},{"id":"734","title":"Option: vim.languages.html.lsp.servers","content":"HTML LSP server to use","path":"options.html#option-vim-languages-html-lsp-servers","tokens":["lsp","use","server","html"],"title_tokens":["option","html","languages","servers","lsp","vim"],"anchors":[]},{"id":"735","title":"Option: vim.languages.html.treesitter.autotagHtml","content":"Enable autoclose/autorename of html tags (nvim-ts-autotag)","path":"options.html#option-vim-languages-html-treesitter-autotagHtml","tokens":["tags","autorename","html","nvim-ts-autotag","enable","autoclose"],"title_tokens":["languages","treesitter","option","html","autotaghtml","vim"],"anchors":[]},{"id":"736","title":"Option: vim.languages.html.treesitter.enable","content":"Whether to enable HTML treesitter support.","path":"options.html#option-vim-languages-html-treesitter-enable","tokens":["whether","support","html","enable","treesitter"],"title_tokens":["enable","treesitter","vim","option","languages","html"],"anchors":[]},{"id":"737","title":"Option: vim.languages.html.treesitter.package","content":"The html treesitter package to use.","path":"options.html#option-vim-languages-html-treesitter-package","tokens":["treesitter","use","the","package","html"],"title_tokens":["languages","vim","html","treesitter","package","option"],"anchors":[]},{"id":"738","title":"Option: vim.languages.java.enable","content":"Whether to enable Java language support.","path":"options.html#option-vim-languages-java-enable","tokens":["java","enable","language","support","whether"],"title_tokens":["vim","enable","languages","option","java"],"anchors":[]},{"id":"739","title":"Option: vim.languages.java.lsp.enable","content":"Whether to enable Java LSP support.","path":"options.html#option-vim-languages-java-lsp-enable","tokens":["enable","whether","java","support","lsp"],"title_tokens":["java","vim","lsp","enable","option","languages"],"anchors":[]},{"id":"740","title":"Option: vim.languages.java.lsp.servers","content":"Java LSP server to use","path":"options.html#option-vim-languages-java-lsp-servers","tokens":["lsp","use","java","server"],"title_tokens":["option","java","lsp","servers","languages","vim"],"anchors":[]},{"id":"741","title":"Option: vim.languages.java.treesitter.enable","content":"Whether to enable Java treesitter.","path":"options.html#option-vim-languages-java-treesitter-enable","tokens":["treesitter","java","whether","enable"],"title_tokens":["option","languages","java","treesitter","enable","vim"],"anchors":[]},{"id":"742","title":"Option: vim.languages.java.treesitter.package","content":"The java treesitter package to use.","path":"options.html#option-vim-languages-java-treesitter-package","tokens":["use","the","java","package","treesitter"],"title_tokens":["package","treesitter","vim","languages","java","option"],"anchors":[]},{"id":"743","title":"Option: vim.languages.jinja.enable","content":"Whether to enable Jinja template language support.","path":"options.html#option-vim-languages-jinja-enable","tokens":["jinja","support","whether","language","template","enable"],"title_tokens":["option","jinja","languages","enable","vim"],"anchors":[]},{"id":"744","title":"Option: vim.languages.jinja.lsp.enable","content":"Whether to enable Jinja LSP support.","path":"options.html#option-vim-languages-jinja-lsp-enable","tokens":["enable","whether","support","lsp","jinja"],"title_tokens":["jinja","languages","enable","option","lsp","vim"],"anchors":[]},{"id":"745","title":"Option: vim.languages.jinja.lsp.servers","content":"Jinja LSP server to use","path":"options.html#option-vim-languages-jinja-lsp-servers","tokens":["jinja","lsp","use","server"],"title_tokens":["languages","option","jinja","lsp","vim","servers"],"anchors":[]},{"id":"746","title":"Option: vim.languages.jinja.treesitter.enable","content":"Whether to enable Jinja treesitter.","path":"options.html#option-vim-languages-jinja-treesitter-enable","tokens":["enable","whether","treesitter","jinja"],"title_tokens":["languages","option","jinja","treesitter","enable","vim"],"anchors":[]},{"id":"747","title":"Option: vim.languages.jinja.treesitter.inlinePackage","content":"The jinja_inline treesitter package to use.","path":"options.html#option-vim-languages-jinja-treesitter-inlinePackage","tokens":["jinja_inline","package","treesitter","use","the"],"title_tokens":["treesitter","jinja","vim","inlinepackage","languages","option"],"anchors":[]},{"id":"748","title":"Option: vim.languages.jinja.treesitter.package","content":"The jinja treesitter package to use.","path":"options.html#option-vim-languages-jinja-treesitter-package","tokens":["jinja","the","package","treesitter","use"],"title_tokens":["vim","jinja","treesitter","package","option","languages"],"anchors":[]},{"id":"749","title":"Option: vim.languages.json.enable","content":"Whether to enable JSON language support.","path":"options.html#option-vim-languages-json-enable","tokens":["support","whether","enable","json","language"],"title_tokens":["vim","languages","option","json","enable"],"anchors":[]},{"id":"750","title":"Option: vim.languages.json.format.enable","content":"Whether to enable JSON formatting.","path":"options.html#option-vim-languages-json-format-enable","tokens":["enable","json","whether","formatting"],"title_tokens":["format","json","option","languages","vim","enable"],"anchors":[]},{"id":"751","title":"Option: vim.languages.json.format.type","content":"JSON formatter to use","path":"options.html#option-vim-languages-json-format-type","tokens":["json","use","formatter"],"title_tokens":["format","option","vim","languages","json","type"],"anchors":[]},{"id":"752","title":"Option: vim.languages.json.lsp.enable","content":"Whether to enable JSON LSP support.","path":"options.html#option-vim-languages-json-lsp-enable","tokens":["json","whether","lsp","enable","support"],"title_tokens":["languages","json","enable","lsp","option","vim"],"anchors":[]},{"id":"753","title":"Option: vim.languages.json.lsp.servers","content":"JSON LSP server to use","path":"options.html#option-vim-languages-json-lsp-servers","tokens":["server","use","json","lsp"],"title_tokens":["servers","languages","vim","option","json","lsp"],"anchors":[]},{"id":"754","title":"Option: vim.languages.json.treesitter.enable","content":"Whether to enable JSON treesitter.","path":"options.html#option-vim-languages-json-treesitter-enable","tokens":["json","whether","enable","treesitter"],"title_tokens":["option","enable","languages","json","treesitter","vim"],"anchors":[]},{"id":"755","title":"Option: vim.languages.json.treesitter.package","content":"The json treesitter package to use.","path":"options.html#option-vim-languages-json-treesitter-package","tokens":["the","json","use","package","treesitter"],"title_tokens":["languages","json","option","vim","treesitter","package"],"anchors":[]},{"id":"756","title":"Option: vim.languages.julia.enable","content":"Whether to enable Julia language support.","path":"options.html#option-vim-languages-julia-enable","tokens":["julia","language","support","enable","whether"],"title_tokens":["option","languages","julia","vim","enable"],"anchors":[]},{"id":"757","title":"Option: vim.languages.julia.lsp.enable","content":"Whether to enable Julia LSP support.","path":"options.html#option-vim-languages-julia-lsp-enable","tokens":["lsp","julia","enable","support","whether"],"title_tokens":["languages","julia","lsp","enable","option","vim"],"anchors":[]},{"id":"758","title":"Option: vim.languages.julia.lsp.servers","content":"Julia LSP Server to Use\n::: {.note} The entirety of Julia is bundled with nvf, if you enable this option, since there is no way to provide only the LSP server.\nIf you want to avoid that, you have to change {option}vim.lsp.servers.julials.cmd to use the Julia binary in {env}PATH, and add the LanguageServer package to Julia in your devshells.\nCheck the source file of this option for the full cmd. :::","path":"options.html#option-vim-languages-julia-lsp-servers","tokens":["note","option","this","way","change","want","vim","server","bundled","with","enable","since","have","entirety","julia","you","env","devshells","package","julials","your","check","use","path","provide","nvf","there","lsp","binary","and","add","languageserver","source","cmd","that","servers","the","avoid","only","file","for","full"],"title_tokens":["servers","vim","lsp","languages","option","julia"],"anchors":[]},{"id":"759","title":"Option: vim.languages.julia.treesitter.enable","content":"Whether to enable Julia treesitter.","path":"options.html#option-vim-languages-julia-treesitter-enable","tokens":["julia","whether","enable","treesitter"],"title_tokens":["option","languages","vim","julia","treesitter","enable"],"anchors":[]},{"id":"760","title":"Option: vim.languages.julia.treesitter.package","content":"The julia treesitter package to use.","path":"options.html#option-vim-languages-julia-treesitter-package","tokens":["the","treesitter","use","julia","package"],"title_tokens":["option","vim","julia","treesitter","package","languages"],"anchors":[]},{"id":"761","title":"Option: vim.languages.just.enable","content":"Whether to enable Just support.","path":"options.html#option-vim-languages-just-enable","tokens":["support","whether","just","enable"],"title_tokens":["option","just","enable","vim","languages"],"anchors":[]},{"id":"762","title":"Option: vim.languages.just.lsp.enable","content":"Whether to enable Just LSP support.","path":"options.html#option-vim-languages-just-lsp-enable","tokens":["enable","just","whether","lsp","support"],"title_tokens":["option","vim","enable","lsp","languages","just"],"anchors":[]},{"id":"763","title":"Option: vim.languages.just.lsp.servers","content":"Just LSP server to use","path":"options.html#option-vim-languages-just-lsp-servers","tokens":["use","server","just","lsp"],"title_tokens":["vim","lsp","servers","option","languages","just"],"anchors":[]},{"id":"764","title":"Option: vim.languages.just.treesitter.enable","content":"Whether to enable Just treesitter.","path":"options.html#option-vim-languages-just-treesitter-enable","tokens":["treesitter","enable","just","whether"],"title_tokens":["enable","languages","option","just","vim","treesitter"],"anchors":[]},{"id":"765","title":"Option: vim.languages.just.treesitter.package","content":"The just treesitter package to use.","path":"options.html#option-vim-languages-just-treesitter-package","tokens":["the","package","treesitter","use","just"],"title_tokens":["languages","vim","treesitter","package","just","option"],"anchors":[]},{"id":"766","title":"Option: vim.languages.kotlin.enable","content":"Whether to enable Kotlin/HCL support.","path":"options.html#option-vim-languages-kotlin-enable","tokens":["whether","support","kotlin","hcl","enable"],"title_tokens":["option","languages","enable","kotlin","vim"],"anchors":[]},{"id":"767","title":"Option: vim.languages.kotlin.extraDiagnostics.enable","content":"Whether to enable extra Kotlin diagnostics.","path":"options.html#option-vim-languages-kotlin-extraDiagnostics-enable","tokens":["diagnostics","extra","whether","kotlin","enable"],"title_tokens":["languages","kotlin","extradiagnostics","enable","option","vim"],"anchors":[]},{"id":"768","title":"Option: vim.languages.kotlin.extraDiagnostics.types","content":"List of Kotlin diagnostics to enable","path":"options.html#option-vim-languages-kotlin-extraDiagnostics-types","tokens":["list","kotlin","diagnostics","enable"],"title_tokens":["kotlin","extradiagnostics","types","option","languages","vim"],"anchors":[]},{"id":"769","title":"Option: vim.languages.kotlin.lsp.enable","content":"Whether to enable Kotlin LSP support.","path":"options.html#option-vim-languages-kotlin-lsp-enable","tokens":["enable","kotlin","support","whether","lsp"],"title_tokens":["lsp","languages","enable","vim","option","kotlin"],"anchors":[]},{"id":"770","title":"Option: vim.languages.kotlin.lsp.servers","content":"Kotlin LSP server to use","path":"options.html#option-vim-languages-kotlin-lsp-servers","tokens":["use","server","kotlin","lsp"],"title_tokens":["vim","kotlin","lsp","option","servers","languages"],"anchors":[]},{"id":"771","title":"Option: vim.languages.kotlin.treesitter.enable","content":"Whether to enable Kotlin treesitter.","path":"options.html#option-vim-languages-kotlin-treesitter-enable","tokens":["enable","whether","treesitter","kotlin"],"title_tokens":["languages","option","treesitter","kotlin","enable","vim"],"anchors":[]},{"id":"772","title":"Option: vim.languages.kotlin.treesitter.package","content":"The kotlin treesitter package to use.","path":"options.html#option-vim-languages-kotlin-treesitter-package","tokens":["kotlin","package","treesitter","the","use"],"title_tokens":["vim","kotlin","treesitter","languages","option","package"],"anchors":[]},{"id":"773","title":"Option: vim.languages.lua.enable","content":"Whether to enable Lua language support.","path":"options.html#option-vim-languages-lua-enable","tokens":["whether","enable","language","support","lua"],"title_tokens":["lua","vim","option","languages","enable"],"anchors":[]},{"id":"774","title":"Option: vim.languages.lua.extraDiagnostics.enable","content":"Whether to enable extra Lua diagnostics.","path":"options.html#option-vim-languages-lua-extraDiagnostics-enable","tokens":["lua","whether","enable","diagnostics","extra"],"title_tokens":["languages","option","extradiagnostics","lua","vim","enable"],"anchors":[]},{"id":"775","title":"Option: vim.languages.lua.extraDiagnostics.types","content":"List of Lua diagnostics to enable","path":"options.html#option-vim-languages-lua-extraDiagnostics-types","tokens":["list","diagnostics","lua","enable"],"title_tokens":["extradiagnostics","types","vim","lua","option","languages"],"anchors":[]},{"id":"776","title":"Option: vim.languages.lua.format.enable","content":"Enable Lua formatting","path":"options.html#option-vim-languages-lua-format-enable","tokens":["lua","formatting","enable"],"title_tokens":["enable","languages","option","lua","vim","format"],"anchors":[]},{"id":"777","title":"Option: vim.languages.lua.format.type","content":"Lua formatter to use","path":"options.html#option-vim-languages-lua-format-type","tokens":["use","lua","formatter"],"title_tokens":["type","format","vim","languages","option","lua"],"anchors":[]},{"id":"778","title":"Option: vim.languages.lua.lsp.enable","content":"Whether to enable Lua LSP support.","path":"options.html#option-vim-languages-lua-lsp-enable","tokens":["whether","lsp","support","enable","lua"],"title_tokens":["languages","lsp","lua","vim","option","enable"],"anchors":[]},{"id":"779","title":"Option: vim.languages.lua.lsp.lazydev.enable","content":"Whether to enable lazydev.nvim integration, useful for neovim plugin developers.","path":"options.html#option-vim-languages-lua-lsp-lazydev-enable","tokens":["developers","integration","nvim","whether","for","useful","neovim","lazydev","enable","plugin"],"title_tokens":["enable","option","languages","vim","lazydev","lua","lsp"],"anchors":[]},{"id":"780","title":"Option: vim.languages.lua.lsp.servers","content":"Lua LSP server to use","path":"options.html#option-vim-languages-lua-lsp-servers","tokens":["lsp","use","lua","server"],"title_tokens":["vim","servers","option","lsp","languages","lua"],"anchors":[]},{"id":"781","title":"Option: vim.languages.lua.treesitter.enable","content":"Whether to enable Lua Treesitter support.","path":"options.html#option-vim-languages-lua-treesitter-enable","tokens":["treesitter","support","enable","lua","whether"],"title_tokens":["lua","treesitter","languages","enable","option","vim"],"anchors":[]},{"id":"782","title":"Option: vim.languages.lua.treesitter.package","content":"The lua treesitter package to use.","path":"options.html#option-vim-languages-lua-treesitter-package","tokens":["package","use","treesitter","the","lua"],"title_tokens":["option","treesitter","vim","package","languages","lua"],"anchors":[]},{"id":"783","title":"Option: vim.languages.markdown.enable","content":"Whether to enable Markdown markup language support.","path":"options.html#option-vim-languages-markdown-enable","tokens":["markdown","markup","language","whether","enable","support"],"title_tokens":["option","languages","enable","vim","markdown"],"anchors":[]},{"id":"784","title":"Option: vim.languages.markdown.extensions.markview-nvim.enable","content":"markview.nvim - a hackable markdown, Typst, latex, html(inline) & YAML previewer","path":"options.html#option-vim-languages-markdown-extensions-markview-nvim-enable","tokens":["inline","markdown","typst","nvim","yaml","hackable","markview","latex","html","previewer"],"title_tokens":["extensions","enable","option","markdown","markview-nvim","languages","vim"],"anchors":[]},{"id":"785","title":"Option: vim.languages.markdown.extensions.markview-nvim.setupOpts","content":"Option table to pass into the setup function of markview-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-markdown-extensions-markview-nvim-setupOpts","tokens":["function","even","into","the","any","option","not","docs","options","listed","additional","setup","they","markview-nvim","can","table","you","pass"],"title_tokens":["vim","option","markdown","extensions","languages","markview-nvim","setupopts"],"anchors":[]},{"id":"786","title":"Option: vim.languages.markdown.extensions.render-markdown-nvim.enable","content":"Inline Markdown rendering with render-markdown.nvim","path":"options.html#option-vim-languages-markdown-extensions-render-markdown-nvim-enable","tokens":["with","inline","rendering","markdown","render-markdown","nvim"],"title_tokens":["render-markdown-nvim","option","enable","extensions","vim","languages","markdown"],"anchors":[]},{"id":"787","title":"Option: vim.languages.markdown.extensions.render-markdown-nvim.setupOpts","content":"Option table to pass into the setup function of render-markdown\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-markdown-extensions-render-markdown-nvim-setupOpts","tokens":["table","options","option","can","you","they","render-markdown","the","not","setup","listed","pass","additional","docs","any","even","into","function"],"title_tokens":["setupopts","markdown","render-markdown-nvim","vim","option","languages","extensions"],"anchors":[]},{"id":"788","title":"Option: vim.languages.markdown.extensions.render-markdown-nvim.setupOpts.file_types","content":"List of buffer filetypes to enable this plugin in.\nThis will cause the plugin to attach to new buffers who have any of these filetypes.","path":"options.html#option-vim-languages-markdown-extensions-render-markdown-nvim-setupOpts-file_types","tokens":["these","this","will","have","who","buffer","attach","plugin","filetypes","list","any","the","enable","cause","new","buffers"],"title_tokens":["languages","setupopts","vim","render-markdown-nvim","file_types","option","markdown","extensions"],"anchors":[]},{"id":"789","title":"Option: vim.languages.markdown.extraDiagnostics.enable","content":"Whether to enable extra Markdown diagnostics.","path":"options.html#option-vim-languages-markdown-extraDiagnostics-enable","tokens":["diagnostics","extra","enable","markdown","whether"],"title_tokens":["option","enable","languages","markdown","extradiagnostics","vim"],"anchors":[]},{"id":"790","title":"Option: vim.languages.markdown.extraDiagnostics.types","content":"List of Markdown diagnostics to enable","path":"options.html#option-vim-languages-markdown-extraDiagnostics-types","tokens":["diagnostics","markdown","list","enable"],"title_tokens":["markdown","types","option","vim","extradiagnostics","languages"],"anchors":[]},{"id":"791","title":"Option: vim.languages.markdown.format.enable","content":"Whether to enable Markdown formatting.","path":"options.html#option-vim-languages-markdown-format-enable","tokens":["markdown","whether","enable","formatting"],"title_tokens":["option","languages","markdown","format","enable","vim"],"anchors":[]},{"id":"792","title":"Option: vim.languages.markdown.format.extraFiletypes","content":"Extra filetypes to format with the Markdown formatter","path":"options.html#option-vim-languages-markdown-format-extraFiletypes","tokens":["with","extra","format","the","filetypes","formatter","markdown"],"title_tokens":["extrafiletypes","option","markdown","format","languages","vim"],"anchors":[]},{"id":"793","title":"Option: vim.languages.markdown.format.type","content":"Markdown formatter to use. denofmt is deprecated and currently aliased to deno_fmt.","path":"options.html#option-vim-languages-markdown-format-type","tokens":["deprecated","use","currently","markdown","denofmt","aliased","formatter","deno_fmt","and"],"title_tokens":["option","vim","markdown","format","type","languages"],"anchors":[]},{"id":"794","title":"Option: vim.languages.markdown.lsp.enable","content":"Whether to enable Markdown LSP support.","path":"options.html#option-vim-languages-markdown-lsp-enable","tokens":["support","whether","markdown","lsp","enable"],"title_tokens":["vim","lsp","option","languages","markdown","enable"],"anchors":[]},{"id":"795","title":"Option: vim.languages.markdown.lsp.servers","content":"Markdown LSP server to use","path":"options.html#option-vim-languages-markdown-lsp-servers","tokens":["server","use","lsp","markdown"],"title_tokens":["servers","lsp","option","vim","languages","markdown"],"anchors":[]},{"id":"796","title":"Option: vim.languages.markdown.treesitter.enable","content":"Enable Markdown treesitter","path":"options.html#option-vim-languages-markdown-treesitter-enable","tokens":["markdown","enable","treesitter"],"title_tokens":["treesitter","vim","languages","option","enable","markdown"],"anchors":[]},{"id":"797","title":"Option: vim.languages.markdown.treesitter.mdInlinePackage","content":"The markdown_inline treesitter package to use.","path":"options.html#option-vim-languages-markdown-treesitter-mdInlinePackage","tokens":["use","package","the","treesitter","markdown_inline"],"title_tokens":["languages","vim","mdinlinepackage","option","markdown","treesitter"],"anchors":[]},{"id":"798","title":"Option: vim.languages.markdown.treesitter.mdPackage","content":"The markdown treesitter package to use.","path":"options.html#option-vim-languages-markdown-treesitter-mdPackage","tokens":["markdown","package","treesitter","the","use"],"title_tokens":["treesitter","option","mdpackage","languages","vim","markdown"],"anchors":[]},{"id":"799","title":"Option: vim.languages.nim.enable","content":"Whether to enable Nim language support.","path":"options.html#option-vim-languages-nim-enable","tokens":["language","support","whether","enable","nim"],"title_tokens":["nim","option","vim","languages","enable"],"anchors":[]},{"id":"800","title":"Option: vim.languages.nim.format.enable","content":"Whether to enable Nim formatting.","path":"options.html#option-vim-languages-nim-format-enable","tokens":["whether","enable","nim","formatting"],"title_tokens":["nim","format","vim","languages","option","enable"],"anchors":[]},{"id":"801","title":"Option: vim.languages.nim.format.type","content":"Nim formatter to use","path":"options.html#option-vim-languages-nim-format-type","tokens":["use","nim","formatter"],"title_tokens":["languages","option","format","vim","type","nim"],"anchors":[]},{"id":"802","title":"Option: vim.languages.nim.lsp.enable","content":"Whether to enable Nim LSP support.","path":"options.html#option-vim-languages-nim-lsp-enable","tokens":["lsp","nim","whether","enable","support"],"title_tokens":["enable","lsp","languages","nim","vim","option"],"anchors":[]},{"id":"803","title":"Option: vim.languages.nim.lsp.servers","content":"Nim LSP server to use","path":"options.html#option-vim-languages-nim-lsp-servers","tokens":["nim","server","lsp","use"],"title_tokens":["servers","option","languages","nim","lsp","vim"],"anchors":[]},{"id":"804","title":"Option: vim.languages.nim.treesitter.enable","content":"Whether to enable Nim treesitter.","path":"options.html#option-vim-languages-nim-treesitter-enable","tokens":["treesitter","enable","whether","nim"],"title_tokens":["option","vim","treesitter","enable","nim","languages"],"anchors":[]},{"id":"805","title":"Option: vim.languages.nim.treesitter.package","content":"The nim treesitter package to use.","path":"options.html#option-vim-languages-nim-treesitter-package","tokens":["package","use","treesitter","the","nim"],"title_tokens":["option","nim","treesitter","vim","languages","package"],"anchors":[]},{"id":"806","title":"Option: vim.languages.nix.enable","content":"Whether to enable Nix language support.","path":"options.html#option-vim-languages-nix-enable","tokens":["enable","nix","language","whether","support"],"title_tokens":["option","enable","languages","vim","nix"],"anchors":[]},{"id":"807","title":"Option: vim.languages.nix.extraDiagnostics.enable","content":"Whether to enable extra Nix diagnostics.","path":"options.html#option-vim-languages-nix-extraDiagnostics-enable","tokens":["whether","enable","extra","diagnostics","nix"],"title_tokens":["enable","vim","nix","option","languages","extradiagnostics"],"anchors":[]},{"id":"808","title":"Option: vim.languages.nix.extraDiagnostics.types","content":"List of Nix diagnostics to enable","path":"options.html#option-vim-languages-nix-extraDiagnostics-types","tokens":["nix","enable","list","diagnostics"],"title_tokens":["option","languages","types","extradiagnostics","nix","vim"],"anchors":[]},{"id":"809","title":"Option: vim.languages.nix.format.enable","content":"Whether to enable Nix formatting.","path":"options.html#option-vim-languages-nix-format-enable","tokens":["nix","enable","formatting","whether"],"title_tokens":["languages","enable","nix","vim","option","format"],"anchors":[]},{"id":"810","title":"Option: vim.languages.nix.format.type","content":"Nix formatter to use","path":"options.html#option-vim-languages-nix-format-type","tokens":["nix","formatter","use"],"title_tokens":["nix","format","type","option","languages","vim"],"anchors":[]},{"id":"811","title":"Option: vim.languages.nix.lsp.enable","content":"Whether to enable Nix LSP support.","path":"options.html#option-vim-languages-nix-lsp-enable","tokens":["lsp","enable","whether","nix","support"],"title_tokens":["enable","vim","languages","nix","option","lsp"],"anchors":[]},{"id":"812","title":"Option: vim.languages.nix.lsp.servers","content":"Nix LSP server to use","path":"options.html#option-vim-languages-nix-lsp-servers","tokens":["lsp","server","nix","use"],"title_tokens":["languages","nix","vim","lsp","servers","option"],"anchors":[]},{"id":"813","title":"Option: vim.languages.nix.treesitter.enable","content":"Whether to enable Nix treesitter.","path":"options.html#option-vim-languages-nix-treesitter-enable","tokens":["treesitter","nix","enable","whether"],"title_tokens":["treesitter","option","nix","enable","languages","vim"],"anchors":[]},{"id":"814","title":"Option: vim.languages.nix.treesitter.package","content":"The nix treesitter package to use.","path":"options.html#option-vim-languages-nix-treesitter-package","tokens":["nix","treesitter","the","package","use"],"title_tokens":["treesitter","languages","vim","option","nix","package"],"anchors":[]},{"id":"815","title":"Option: vim.languages.nu.enable","content":"Whether to enable Nu language support.","path":"options.html#option-vim-languages-nu-enable","tokens":["enable","whether","language","support"],"title_tokens":["vim","enable","languages","option"],"anchors":[]},{"id":"816","title":"Option: vim.languages.nu.lsp.enable","content":"Whether to enable Nu LSP support.","path":"options.html#option-vim-languages-nu-lsp-enable","tokens":["enable","support","whether","lsp"],"title_tokens":["option","languages","lsp","vim","enable"],"anchors":[]},{"id":"817","title":"Option: vim.languages.nu.lsp.servers","content":"Nu LSP server to use","path":"options.html#option-vim-languages-nu-lsp-servers","tokens":["use","server","lsp"],"title_tokens":["lsp","option","languages","vim","servers"],"anchors":[]},{"id":"818","title":"Option: vim.languages.nu.treesitter.enable","content":"Whether to enable Nu treesitter.","path":"options.html#option-vim-languages-nu-treesitter-enable","tokens":["treesitter","whether","enable"],"title_tokens":["enable","languages","option","treesitter","vim"],"anchors":[]},{"id":"819","title":"Option: vim.languages.nu.treesitter.package","content":"The nu treesitter package to use.","path":"options.html#option-vim-languages-nu-treesitter-package","tokens":["the","package","use","treesitter"],"title_tokens":["package","option","vim","treesitter","languages"],"anchors":[]},{"id":"820","title":"Option: vim.languages.ocaml.enable","content":"Whether to enable OCaml language support.","path":"options.html#option-vim-languages-ocaml-enable","tokens":["support","enable","whether","ocaml","language"],"title_tokens":["languages","ocaml","option","vim","enable"],"anchors":[]},{"id":"821","title":"Option: vim.languages.ocaml.format.enable","content":"Whether to enable OCaml formatting support (ocamlformat).","path":"options.html#option-vim-languages-ocaml-format-enable","tokens":["ocamlformat","support","enable","whether","formatting","ocaml"],"title_tokens":["ocaml","format","enable","languages","vim","option"],"anchors":[]},{"id":"822","title":"Option: vim.languages.ocaml.format.type","content":"OCaml formatter to use","path":"options.html#option-vim-languages-ocaml-format-type","tokens":["formatter","use","ocaml"],"title_tokens":["option","languages","ocaml","type","format","vim"],"anchors":[]},{"id":"823","title":"Option: vim.languages.ocaml.lsp.enable","content":"Whether to enable OCaml LSP support.","path":"options.html#option-vim-languages-ocaml-lsp-enable","tokens":["support","enable","ocaml","lsp","whether"],"title_tokens":["ocaml","enable","languages","vim","lsp","option"],"anchors":[]},{"id":"824","title":"Option: vim.languages.ocaml.lsp.servers","content":"OCaml LSP server to use","path":"options.html#option-vim-languages-ocaml-lsp-servers","tokens":["server","use","ocaml","lsp"],"title_tokens":["ocaml","servers","option","vim","lsp","languages"],"anchors":[]},{"id":"825","title":"Option: vim.languages.ocaml.treesitter.enable","content":"Whether to enable OCaml treesitter.","path":"options.html#option-vim-languages-ocaml-treesitter-enable","tokens":["enable","whether","ocaml","treesitter"],"title_tokens":["ocaml","option","languages","treesitter","vim","enable"],"anchors":[]},{"id":"826","title":"Option: vim.languages.ocaml.treesitter.package","content":"The ocaml treesitter package to use.","path":"options.html#option-vim-languages-ocaml-treesitter-package","tokens":["the","package","ocaml","treesitter","use"],"title_tokens":["languages","ocaml","vim","package","option","treesitter"],"anchors":[]},{"id":"827","title":"Option: vim.languages.odin.enable","content":"Whether to enable Odin language support.","path":"options.html#option-vim-languages-odin-enable","tokens":["whether","odin","language","enable","support"],"title_tokens":["option","vim","odin","languages","enable"],"anchors":[]},{"id":"828","title":"Option: vim.languages.odin.lsp.enable","content":"Whether to enable Odin LSP support.","path":"options.html#option-vim-languages-odin-lsp-enable","tokens":["whether","odin","enable","lsp","support"],"title_tokens":["lsp","languages","vim","odin","option","enable"],"anchors":[]},{"id":"829","title":"Option: vim.languages.odin.lsp.servers","content":"Odin LSP server to use","path":"options.html#option-vim-languages-odin-lsp-servers","tokens":["lsp","server","use","odin"],"title_tokens":["vim","option","lsp","servers","odin","languages"],"anchors":[]},{"id":"830","title":"Option: vim.languages.odin.treesitter.enable","content":"Whether to enable Odin treesitter.","path":"options.html#option-vim-languages-odin-treesitter-enable","tokens":["whether","treesitter","enable","odin"],"title_tokens":["odin","vim","option","treesitter","enable","languages"],"anchors":[]},{"id":"831","title":"Option: vim.languages.odin.treesitter.package","content":"The odin treesitter package to use.","path":"options.html#option-vim-languages-odin-treesitter-package","tokens":["package","use","treesitter","the","odin"],"title_tokens":["package","option","treesitter","odin","languages","vim"],"anchors":[]},{"id":"832","title":"Option: vim.languages.php.enable","content":"Whether to enable PHP language support.","path":"options.html#option-vim-languages-php-enable","tokens":["enable","whether","php","support","language"],"title_tokens":["languages","vim","php","option","enable"],"anchors":[]},{"id":"833","title":"Option: vim.languages.php.lsp.enable","content":"Whether to enable PHP LSP support.","path":"options.html#option-vim-languages-php-lsp-enable","tokens":["lsp","support","php","enable","whether"],"title_tokens":["languages","lsp","enable","option","vim","php"],"anchors":[]},{"id":"834","title":"Option: vim.languages.php.lsp.servers","content":"PHP LSP server to use","path":"options.html#option-vim-languages-php-lsp-servers","tokens":["use","php","server","lsp"],"title_tokens":["servers","php","lsp","vim","option","languages"],"anchors":[]},{"id":"835","title":"Option: vim.languages.php.treesitter.enable","content":"Whether to enable PHP treesitter.","path":"options.html#option-vim-languages-php-treesitter-enable","tokens":["enable","php","treesitter","whether"],"title_tokens":["treesitter","enable","vim","option","php","languages"],"anchors":[]},{"id":"836","title":"Option: vim.languages.php.treesitter.package","content":"The php treesitter package to use.","path":"options.html#option-vim-languages-php-treesitter-package","tokens":["treesitter","package","use","the","php"],"title_tokens":["treesitter","option","vim","package","php","languages"],"anchors":[]},{"id":"837","title":"Option: vim.languages.python.dap.debugger","content":"Python debugger to use","path":"options.html#option-vim-languages-python-dap-debugger","tokens":["python","debugger","use"],"title_tokens":["option","languages","vim","dap","debugger","python"],"anchors":[]},{"id":"838","title":"Option: vim.languages.python.dap.enable","content":"Enable Python Debug Adapter","path":"options.html#option-vim-languages-python-dap-enable","tokens":["python","debug","adapter","enable"],"title_tokens":["vim","python","languages","enable","dap","option"],"anchors":[]},{"id":"839","title":"Option: vim.languages.python.dap.package","content":"Python debugger package. This is a python package with debugpy installed, see https://nixos.wiki/wiki/Python#Install_Python_Packages.","path":"options.html#option-vim-languages-python-dap-package","tokens":["package","debugger","this","see","wiki","python","debugpy","installed","https","nixos","install_python_packages","with"],"title_tokens":["option","languages","python","dap","package","vim"],"anchors":[]},{"id":"840","title":"Option: vim.languages.python.enable","content":"Whether to enable Python language support.","path":"options.html#option-vim-languages-python-enable","tokens":["whether","language","support","python","enable"],"title_tokens":["python","option","enable","vim","languages"],"anchors":[]},{"id":"841","title":"Option: vim.languages.python.format.enable","content":"Whether to enable Python formatting.","path":"options.html#option-vim-languages-python-format-enable","tokens":["formatting","enable","python","whether"],"title_tokens":["format","vim","languages","enable","option","python"],"anchors":[]},{"id":"842","title":"Option: vim.languages.python.format.type","content":"Python formatters to use","path":"options.html#option-vim-languages-python-format-type","tokens":["python","formatters","use"],"title_tokens":["type","option","python","languages","vim","format"],"anchors":[]},{"id":"843","title":"Option: vim.languages.python.lsp.enable","content":"Whether to enable Python LSP support.","path":"options.html#option-vim-languages-python-lsp-enable","tokens":["enable","whether","python","lsp","support"],"title_tokens":["enable","lsp","vim","languages","option","python"],"anchors":[]},{"id":"844","title":"Option: vim.languages.python.lsp.servers","content":"Python LSP server to use","path":"options.html#option-vim-languages-python-lsp-servers","tokens":["python","use","lsp","server"],"title_tokens":["python","option","languages","lsp","vim","servers"],"anchors":[]},{"id":"845","title":"Option: vim.languages.python.treesitter.enable","content":"Whether to enable Python treesitter.","path":"options.html#option-vim-languages-python-treesitter-enable","tokens":["enable","treesitter","python","whether"],"title_tokens":["option","languages","vim","python","enable","treesitter"],"anchors":[]},{"id":"846","title":"Option: vim.languages.python.treesitter.package","content":"Python treesitter grammar to use","path":"options.html#option-vim-languages-python-treesitter-package","tokens":["treesitter","use","python","grammar"],"title_tokens":["package","languages","python","treesitter","option","vim"],"anchors":[]},{"id":"847","title":"Option: vim.languages.qml.enable","content":"Whether to enable QML language support.","path":"options.html#option-vim-languages-qml-enable","tokens":["enable","whether","support","qml","language"],"title_tokens":["option","qml","vim","enable","languages"],"anchors":[]},{"id":"848","title":"Option: vim.languages.qml.format.enable","content":"Whether to enable QML formatting.","path":"options.html#option-vim-languages-qml-format-enable","tokens":["qml","whether","formatting","enable"],"title_tokens":["vim","languages","option","qml","format","enable"],"anchors":[]},{"id":"849","title":"Option: vim.languages.qml.format.type","content":"QML formatter to use","path":"options.html#option-vim-languages-qml-format-type","tokens":["qml","use","formatter"],"title_tokens":["format","type","languages","option","vim","qml"],"anchors":[]},{"id":"850","title":"Option: vim.languages.qml.lsp.enable","content":"Whether to enable QML LSP support.","path":"options.html#option-vim-languages-qml-lsp-enable","tokens":["lsp","qml","whether","enable","support"],"title_tokens":["qml","languages","vim","lsp","enable","option"],"anchors":[]},{"id":"851","title":"Option: vim.languages.qml.lsp.servers","content":"QML LSP server to use","path":"options.html#option-vim-languages-qml-lsp-servers","tokens":["server","qml","lsp","use"],"title_tokens":["languages","qml","vim","lsp","servers","option"],"anchors":[]},{"id":"852","title":"Option: vim.languages.qml.treesitter.enable","content":"Whether to enable QML treesitter support.","path":"options.html#option-vim-languages-qml-treesitter-enable","tokens":["whether","treesitter","enable","support","qml"],"title_tokens":["vim","qml","treesitter","enable","languages","option"],"anchors":[]},{"id":"853","title":"Option: vim.languages.qml.treesitter.package","content":"The qmljs treesitter package to use.","path":"options.html#option-vim-languages-qml-treesitter-package","tokens":["qmljs","treesitter","the","package","use"],"title_tokens":["languages","option","vim","package","qml","treesitter"],"anchors":[]},{"id":"854","title":"Option: vim.languages.r.enable","content":"Whether to enable R language support.","path":"options.html#option-vim-languages-r-enable","tokens":["language","whether","support","enable"],"title_tokens":["enable","option","vim","languages"],"anchors":[]},{"id":"855","title":"Option: vim.languages.r.format.enable","content":"Whether to enable R formatting.","path":"options.html#option-vim-languages-r-format-enable","tokens":["enable","whether","formatting"],"title_tokens":["option","format","languages","vim","enable"],"anchors":[]},{"id":"856","title":"Option: vim.languages.r.format.type","content":"R formatter to use","path":"options.html#option-vim-languages-r-format-type","tokens":["formatter","use"],"title_tokens":["format","type","languages","option","vim"],"anchors":[]},{"id":"857","title":"Option: vim.languages.r.lsp.enable","content":"Whether to enable R LSP support.","path":"options.html#option-vim-languages-r-lsp-enable","tokens":["support","lsp","whether","enable"],"title_tokens":["languages","option","vim","lsp","enable"],"anchors":[]},{"id":"858","title":"Option: vim.languages.r.lsp.servers","content":"R LSP server to use","path":"options.html#option-vim-languages-r-lsp-servers","tokens":["server","use","lsp"],"title_tokens":["vim","option","lsp","servers","languages"],"anchors":[]},{"id":"859","title":"Option: vim.languages.r.treesitter.enable","content":"Whether to enable R treesitter.","path":"options.html#option-vim-languages-r-treesitter-enable","tokens":["whether","enable","treesitter"],"title_tokens":["vim","treesitter","option","languages","enable"],"anchors":[]},{"id":"860","title":"Option: vim.languages.r.treesitter.package","content":"The r treesitter package to use.","path":"options.html#option-vim-languages-r-treesitter-package","tokens":["treesitter","package","the","use"],"title_tokens":["languages","treesitter","vim","option","package"],"anchors":[]},{"id":"861","title":"Option: vim.languages.ruby.enable","content":"Whether to enable Ruby language support.","path":"options.html#option-vim-languages-ruby-enable","tokens":["whether","support","language","ruby","enable"],"title_tokens":["vim","languages","option","enable","ruby"],"anchors":[]},{"id":"862","title":"Option: vim.languages.ruby.extraDiagnostics.enable","content":"Whether to enable Ruby extra diagnostics support.","path":"options.html#option-vim-languages-ruby-extraDiagnostics-enable","tokens":["support","diagnostics","whether","enable","extra","ruby"],"title_tokens":["vim","enable","option","languages","ruby","extradiagnostics"],"anchors":[]},{"id":"863","title":"Option: vim.languages.ruby.extraDiagnostics.types","content":"List of Ruby diagnostics to enable","path":"options.html#option-vim-languages-ruby-extraDiagnostics-types","tokens":["ruby","enable","list","diagnostics"],"title_tokens":["types","ruby","vim","languages","option","extradiagnostics"],"anchors":[]},{"id":"864","title":"Option: vim.languages.ruby.format.enable","content":"Whether to enable Ruby formatter support.","path":"options.html#option-vim-languages-ruby-format-enable","tokens":["whether","formatter","support","enable","ruby"],"title_tokens":["format","enable","vim","option","languages","ruby"],"anchors":[]},{"id":"865","title":"Option: vim.languages.ruby.format.type","content":"Ruby formatter to use","path":"options.html#option-vim-languages-ruby-format-type","tokens":["ruby","formatter","use"],"title_tokens":["languages","format","ruby","option","vim","type"],"anchors":[]},{"id":"866","title":"Option: vim.languages.ruby.lsp.enable","content":"Whether to enable Ruby LSP support.","path":"options.html#option-vim-languages-ruby-lsp-enable","tokens":["enable","support","ruby","lsp","whether"],"title_tokens":["languages","enable","vim","option","ruby","lsp"],"anchors":[]},{"id":"867","title":"Option: vim.languages.ruby.lsp.servers","content":"Ruby LSP server to use","path":"options.html#option-vim-languages-ruby-lsp-servers","tokens":["server","ruby","use","lsp"],"title_tokens":["ruby","vim","option","lsp","servers","languages"],"anchors":[]},{"id":"868","title":"Option: vim.languages.ruby.treesitter.enable","content":"Whether to enable Ruby treesitter.","path":"options.html#option-vim-languages-ruby-treesitter-enable","tokens":["treesitter","ruby","whether","enable"],"title_tokens":["option","languages","vim","ruby","treesitter","enable"],"anchors":[]},{"id":"869","title":"Option: vim.languages.ruby.treesitter.package","content":"The ruby treesitter package to use.","path":"options.html#option-vim-languages-ruby-treesitter-package","tokens":["use","package","ruby","the","treesitter"],"title_tokens":["languages","ruby","treesitter","option","vim","package"],"anchors":[]},{"id":"870","title":"Option: vim.languages.rust.dap.adapter","content":"Select which LLDB-based debug adapter to use:\n\"codelldb\": use the CodeLLDB adapter from the vadimcn.vscode-lldb extension.\n\"lldb-dap\": use the LLDB DAP implementation shipped with LLVM (lldb-dap).\n\nThe default \"codelldb\" backend generally provides a better debugging experience for Rust.","path":"options.html#option-vim-languages-rust-dap-adapter","tokens":["the","select","debug","dap","lldb-based","implementation","codelldb","which","lldb","lldb-dap","shipped","vadimcn","llvm","extension","from","default","backend","generally","with","provides","debugging","for","rust","experience","better","vscode-lldb","adapter","use"],"title_tokens":["adapter","option","vim","rust","dap","languages"],"anchors":[]},{"id":"871","title":"Option: vim.languages.rust.dap.enable","content":"Rust Debug Adapter support","path":"options.html#option-vim-languages-rust-dap-enable","tokens":["rust","debug","support","adapter"],"title_tokens":["option","dap","enable","vim","languages","rust"],"anchors":[]},{"id":"872","title":"Option: vim.languages.rust.dap.package","content":"lldb package","path":"options.html#option-vim-languages-rust-dap-package","tokens":["package","lldb"],"title_tokens":["dap","rust","option","vim","package","languages"],"anchors":[]},{"id":"873","title":"Option: vim.languages.rust.enable","content":"Whether to enable Rust language support.","path":"options.html#option-vim-languages-rust-enable","tokens":["whether","support","enable","language","rust"],"title_tokens":["vim","option","enable","languages","rust"],"anchors":[]},{"id":"874","title":"Option: vim.languages.rust.extensions.crates-nvim.enable","content":"Whether to enable crates.io dependency management [crates-nvim].","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-enable","tokens":["whether","crates","dependency","management","crates-nvim","enable"],"title_tokens":["enable","option","languages","rust","vim","extensions","crates-nvim"],"anchors":[]},{"id":"875","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts","content":"Option table to pass into the setup function of crates-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts","tokens":["you","can","they","listed","any","pass","options","setup","even","option","table","into","not","crates-nvim","additional","the","function","docs"],"title_tokens":["rust","extensions","setupopts","vim","crates-nvim","option","languages"],"anchors":[]},{"id":"876","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.completion.crates.enabled","content":"Whether to enable completion for crates-nvim's in-process language server.","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-completion-crates-enabled","tokens":["whether","enable","for","server","in-process","completion","language","crates-nvim"],"title_tokens":["vim","languages","extensions","setupopts","completion","crates","option","crates-nvim","enabled","rust"],"anchors":[]},{"id":"877","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.completion.crates.max_results","content":"The maximum number of search results to display","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-completion-crates-max_results","tokens":["the","display","number","search","results","maximum"],"title_tokens":["rust","crates-nvim","setupopts","crates","option","vim","languages","max_results","extensions","completion"],"anchors":[]},{"id":"878","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.completion.crates.min_chars","content":"The minimum number of characters to type before completions begin appearing","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-completion-crates-min_chars","tokens":["type","characters","number","minimum","begin","before","completions","the","appearing"],"title_tokens":["completion","extensions","vim","crates-nvim","languages","option","min_chars","rust","setupopts","crates"],"anchors":[]},{"id":"879","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.lsp.actions","content":"Whether to enable actions for crates-nvim's in-process language server.","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-lsp-actions","tokens":["crates-nvim","actions","whether","in-process","language","server","for","enable"],"title_tokens":["lsp","option","extensions","setupopts","actions","rust","crates-nvim","vim","languages"],"anchors":[]},{"id":"880","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.lsp.completion","content":"Whether to enable completion for crates-nvim's in-process language server.","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-lsp-completion","tokens":["for","crates-nvim","enable","completion","language","in-process","whether","server"],"title_tokens":["rust","completion","crates-nvim","languages","extensions","option","vim","lsp","setupopts"],"anchors":[]},{"id":"881","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.lsp.enabled","content":"Whether to enable crates.nvim's in-process language server.","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-lsp-enabled","tokens":["nvim","crates","language","whether","in-process","server","enable"],"title_tokens":["enabled","lsp","option","vim","languages","rust","extensions","crates-nvim","setupopts"],"anchors":[]},{"id":"882","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.lsp.hover","content":"Whether to enable hover actions for crates-nvim's in-process language server.","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-lsp-hover","tokens":["actions","crates-nvim","hover","in-process","for","whether","enable","server","language"],"title_tokens":["setupopts","languages","crates-nvim","hover","option","vim","rust","lsp","extensions"],"anchors":[]},{"id":"883","title":"Option: vim.languages.rust.format.enable","content":"Whether to enable Rust formatting.","path":"options.html#option-vim-languages-rust-format-enable","tokens":["enable","whether","formatting","rust"],"title_tokens":["vim","option","enable","format","languages","rust"],"anchors":[]},{"id":"884","title":"Option: vim.languages.rust.format.type","content":"Rust formatter to use","path":"options.html#option-vim-languages-rust-format-type","tokens":["formatter","use","rust"],"title_tokens":["rust","type","vim","format","option","languages"],"anchors":[]},{"id":"885","title":"Option: vim.languages.rust.lsp.enable","content":"Whether to enable Rust LSP support (rust-analyzer with extra tools).","path":"options.html#option-vim-languages-rust-lsp-enable","tokens":["lsp","enable","extra","support","tools","rust-analyzer","with","rust","whether"],"title_tokens":["rust","option","vim","lsp","languages","enable"],"anchors":[]},{"id":"886","title":"Option: vim.languages.rust.lsp.opts","content":"Options to pass to rust analyzer","path":"options.html#option-vim-languages-rust-lsp-opts","tokens":["options","rust","pass","analyzer"],"title_tokens":["opts","option","languages","rust","lsp","vim"],"anchors":[]},{"id":"887","title":"Option: vim.languages.rust.lsp.package","content":"rust-analyzer package, or the command to run as a list of strings","path":"options.html#option-vim-languages-rust-lsp-package","tokens":["list","strings","rust-analyzer","package","command","the","run"],"title_tokens":["vim","option","languages","rust","package","lsp"],"anchors":[]},{"id":"888","title":"Option: vim.languages.rust.treesitter.enable","content":"Whether to enable Rust treesitter.","path":"options.html#option-vim-languages-rust-treesitter-enable","tokens":["rust","treesitter","whether","enable"],"title_tokens":["option","enable","treesitter","languages","vim","rust"],"anchors":[]},{"id":"889","title":"Option: vim.languages.rust.treesitter.package","content":"The rust treesitter package to use.","path":"options.html#option-vim-languages-rust-treesitter-package","tokens":["use","package","treesitter","the","rust"],"title_tokens":["vim","option","rust","languages","treesitter","package"],"anchors":[]},{"id":"890","title":"Option: vim.languages.scala.dap.config","content":"Lua configuration for dap","path":"options.html#option-vim-languages-scala-dap-config","tokens":["for","lua","configuration","dap"],"title_tokens":["vim","config","scala","option","languages","dap"],"anchors":[]},{"id":"891","title":"Option: vim.languages.scala.dap.enable","content":"Whether to enable Scala Debug Adapter support (metals).","path":"options.html#option-vim-languages-scala-dap-enable","tokens":["debug","adapter","support","metals","whether","enable","scala"],"title_tokens":["enable","languages","scala","dap","option","vim"],"anchors":[]},{"id":"892","title":"Option: vim.languages.scala.enable","content":"Whether to enable Scala language support.","path":"options.html#option-vim-languages-scala-enable","tokens":["enable","language","whether","scala","support"],"title_tokens":["scala","enable","vim","option","languages"],"anchors":[]},{"id":"893","title":"Option: vim.languages.scala.fixShortmess","content":"Remove the 'F' flag from shortmess to allow messages to be shown. Without doing this, autocommands that deal with filetypes prohibit messages from being shown","path":"options.html#option-vim-languages-scala-fixShortmess","tokens":["flag","from","autocommands","doing","messages","being","prohibit","shown","shortmess","this","with","that","the","allow","remove","without","deal","filetypes"],"title_tokens":["vim","languages","option","fixshortmess","scala"],"anchors":[]},{"id":"894","title":"Option: vim.languages.scala.lsp.enable","content":"Whether to enable Scala LSP support (metals).","path":"options.html#option-vim-languages-scala-lsp-enable","tokens":["lsp","support","scala","metals","enable","whether"],"title_tokens":["option","languages","enable","vim","scala","lsp"],"anchors":[]},{"id":"895","title":"Option: vim.languages.scala.lsp.extraMappings.listCommands","content":"List Metals commands","path":"options.html#option-vim-languages-scala-lsp-extraMappings-listCommands","tokens":["commands","list","metals"],"title_tokens":["lsp","option","vim","languages","scala","extramappings","listcommands"],"anchors":[]},{"id":"896","title":"Option: vim.languages.scala.lsp.extraSettings","content":"Extra settings passed to the metals config. Check nvim-metals docs for available options","path":"options.html#option-vim-languages-scala-lsp-extraSettings","tokens":["options","settings","check","metals","docs","available","passed","extra","the","config","nvim-metals","for"],"title_tokens":["lsp","option","vim","languages","scala","extrasettings"],"anchors":[]},{"id":"897","title":"Option: vim.languages.scala.lsp.package","content":"The metals package to use.","path":"options.html#option-vim-languages-scala-lsp-package","tokens":["metals","the","package","use"],"title_tokens":["scala","lsp","package","option","vim","languages"],"anchors":[]},{"id":"898","title":"Option: vim.languages.scala.treesitter.enable","content":"Whether to enable Scala treesitter.","path":"options.html#option-vim-languages-scala-treesitter-enable","tokens":["scala","treesitter","whether","enable"],"title_tokens":["vim","languages","treesitter","enable","option","scala"],"anchors":[]},{"id":"899","title":"Option: vim.languages.scala.treesitter.package","content":"The scala treesitter package to use.","path":"options.html#option-vim-languages-scala-treesitter-package","tokens":["the","treesitter","scala","package","use"],"title_tokens":["package","option","vim","languages","scala","treesitter"],"anchors":[]},{"id":"900","title":"Option: vim.languages.sql.dialect","content":"SQL dialect for formatters and diagnostics (if used)","path":"options.html#option-vim-languages-sql-dialect","tokens":["sql","formatters","for","used","and","diagnostics","dialect"],"title_tokens":["vim","languages","sql","option","dialect"],"anchors":[]},{"id":"901","title":"Option: vim.languages.sql.enable","content":"Whether to enable SQL language support.","path":"options.html#option-vim-languages-sql-enable","tokens":["enable","support","whether","sql","language"],"title_tokens":["languages","option","enable","sql","vim"],"anchors":[]},{"id":"902","title":"Option: vim.languages.sql.extraDiagnostics.enable","content":"Whether to enable extra SQL diagnostics.","path":"options.html#option-vim-languages-sql-extraDiagnostics-enable","tokens":["extra","sql","diagnostics","whether","enable"],"title_tokens":["vim","sql","enable","option","languages","extradiagnostics"],"anchors":[]},{"id":"903","title":"Option: vim.languages.sql.extraDiagnostics.types","content":"List of SQL diagnostics to enable","path":"options.html#option-vim-languages-sql-extraDiagnostics-types","tokens":["list","enable","sql","diagnostics"],"title_tokens":["vim","extradiagnostics","types","sql","option","languages"],"anchors":[]},{"id":"904","title":"Option: vim.languages.sql.format.enable","content":"Whether to enable SQL formatting.","path":"options.html#option-vim-languages-sql-format-enable","tokens":["enable","whether","sql","formatting"],"title_tokens":["sql","format","option","vim","enable","languages"],"anchors":[]},{"id":"905","title":"Option: vim.languages.sql.format.type","content":"SQL formatter to use","path":"options.html#option-vim-languages-sql-format-type","tokens":["sql","use","formatter"],"title_tokens":["vim","option","sql","format","languages","type"],"anchors":[]},{"id":"906","title":"Option: vim.languages.sql.lsp.enable","content":"Whether to enable SQL LSP support.","path":"options.html#option-vim-languages-sql-lsp-enable","tokens":["support","whether","lsp","enable","sql"],"title_tokens":["languages","option","sql","lsp","vim","enable"],"anchors":[]},{"id":"907","title":"Option: vim.languages.sql.lsp.servers","content":"SQL LSP server to use","path":"options.html#option-vim-languages-sql-lsp-servers","tokens":["sql","lsp","server","use"],"title_tokens":["servers","vim","lsp","option","languages","sql"],"anchors":[]},{"id":"908","title":"Option: vim.languages.sql.treesitter.enable","content":"Whether to enable SQL treesitter.","path":"options.html#option-vim-languages-sql-treesitter-enable","tokens":["whether","sql","enable","treesitter"],"title_tokens":["treesitter","languages","enable","option","vim","sql"],"anchors":[]},{"id":"909","title":"Option: vim.languages.sql.treesitter.package","content":"SQL treesitter grammar to use","path":"options.html#option-vim-languages-sql-treesitter-package","tokens":["sql","treesitter","grammar","use"],"title_tokens":["treesitter","vim","languages","option","sql","package"],"anchors":[]},{"id":"910","title":"Option: vim.languages.svelte.enable","content":"Whether to enable Svelte language support.","path":"options.html#option-vim-languages-svelte-enable","tokens":["language","support","whether","enable","svelte"],"title_tokens":["languages","option","svelte","enable","vim"],"anchors":[]},{"id":"911","title":"Option: vim.languages.svelte.extraDiagnostics.enable","content":"Whether to enable extra Svelte diagnostics.","path":"options.html#option-vim-languages-svelte-extraDiagnostics-enable","tokens":["diagnostics","whether","extra","enable","svelte"],"title_tokens":["vim","enable","svelte","extradiagnostics","languages","option"],"anchors":[]},{"id":"912","title":"Option: vim.languages.svelte.extraDiagnostics.types","content":"List of Svelte diagnostics to enable","path":"options.html#option-vim-languages-svelte-extraDiagnostics-types","tokens":["list","enable","diagnostics","svelte"],"title_tokens":["vim","languages","option","extradiagnostics","svelte","types"],"anchors":[]},{"id":"913","title":"Option: vim.languages.svelte.format.enable","content":"Whether to enable Svelte formatting.","path":"options.html#option-vim-languages-svelte-format-enable","tokens":["whether","enable","formatting","svelte"],"title_tokens":["option","languages","svelte","vim","enable","format"],"anchors":[]},{"id":"914","title":"Option: vim.languages.svelte.format.type","content":"Svelte formatter to use","path":"options.html#option-vim-languages-svelte-format-type","tokens":["svelte","use","formatter"],"title_tokens":["format","type","vim","svelte","languages","option"],"anchors":[]},{"id":"915","title":"Option: vim.languages.svelte.lsp.enable","content":"Whether to enable Svelte LSP support.","path":"options.html#option-vim-languages-svelte-lsp-enable","tokens":["whether","lsp","support","svelte","enable"],"title_tokens":["vim","lsp","enable","option","svelte","languages"],"anchors":[]},{"id":"916","title":"Option: vim.languages.svelte.lsp.servers","content":"Svelte LSP server to use","path":"options.html#option-vim-languages-svelte-lsp-servers","tokens":["use","lsp","server","svelte"],"title_tokens":["languages","vim","lsp","servers","option","svelte"],"anchors":[]},{"id":"917","title":"Option: vim.languages.svelte.treesitter.enable","content":"Whether to enable Svelte treesitter.","path":"options.html#option-vim-languages-svelte-treesitter-enable","tokens":["whether","enable","svelte","treesitter"],"title_tokens":["languages","treesitter","svelte","option","vim","enable"],"anchors":[]},{"id":"918","title":"Option: vim.languages.svelte.treesitter.sveltePackage","content":"The svelte treesitter package to use.","path":"options.html#option-vim-languages-svelte-treesitter-sveltePackage","tokens":["use","svelte","the","treesitter","package"],"title_tokens":["svelte","option","sveltepackage","languages","treesitter","vim"],"anchors":[]},{"id":"919","title":"Option: vim.languages.tailwind.enable","content":"Whether to enable Tailwindcss language support.","path":"options.html#option-vim-languages-tailwind-enable","tokens":["enable","whether","support","tailwindcss","language"],"title_tokens":["enable","option","tailwind","languages","vim"],"anchors":[]},{"id":"920","title":"Option: vim.languages.tailwind.lsp.enable","content":"Whether to enable Tailwindcss LSP support.","path":"options.html#option-vim-languages-tailwind-lsp-enable","tokens":["enable","whether","lsp","support","tailwindcss"],"title_tokens":["option","languages","tailwind","lsp","enable","vim"],"anchors":[]},{"id":"921","title":"Option: vim.languages.tailwind.lsp.servers","content":"Tailwindcss LSP server to use","path":"options.html#option-vim-languages-tailwind-lsp-servers","tokens":["tailwindcss","use","lsp","server"],"title_tokens":["tailwind","servers","languages","option","vim","lsp"],"anchors":[]},{"id":"922","title":"Option: vim.languages.tera.enable","content":"Whether to enable Tera templating language support.","path":"options.html#option-vim-languages-tera-enable","tokens":["enable","templating","language","support","whether","tera"],"title_tokens":["enable","option","languages","vim","tera"],"anchors":[]},{"id":"923","title":"Option: vim.languages.tera.treesitter.enable","content":"Whether to enable Tera treesitter.","path":"options.html#option-vim-languages-tera-treesitter-enable","tokens":["whether","enable","tera","treesitter"],"title_tokens":["option","enable","treesitter","languages","tera","vim"],"anchors":[]},{"id":"924","title":"Option: vim.languages.tera.treesitter.package","content":"The tera treesitter package to use.","path":"options.html#option-vim-languages-tera-treesitter-package","tokens":["tera","the","use","treesitter","package"],"title_tokens":["vim","package","option","languages","tera","treesitter"],"anchors":[]},{"id":"925","title":"Option: vim.languages.terraform.enable","content":"Whether to enable Terraform/HCL support.","path":"options.html#option-vim-languages-terraform-enable","tokens":["whether","enable","hcl","terraform","support"],"title_tokens":["terraform","languages","option","vim","enable"],"anchors":[]},{"id":"926","title":"Option: vim.languages.terraform.lsp.enable","content":"Whether to enable Terraform LSP support (terraform-ls).","path":"options.html#option-vim-languages-terraform-lsp-enable","tokens":["enable","support","terraform-ls","terraform","whether","lsp"],"title_tokens":["lsp","languages","enable","option","terraform","vim"],"anchors":[]},{"id":"927","title":"Option: vim.languages.terraform.lsp.servers","content":"Terraform LSP server to use","path":"options.html#option-vim-languages-terraform-lsp-servers","tokens":["use","terraform","lsp","server"],"title_tokens":["servers","lsp","vim","languages","option","terraform"],"anchors":[]},{"id":"928","title":"Option: vim.languages.terraform.treesitter.enable","content":"Whether to enable Terraform treesitter.","path":"options.html#option-vim-languages-terraform-treesitter-enable","tokens":["treesitter","enable","terraform","whether"],"title_tokens":["treesitter","enable","languages","terraform","vim","option"],"anchors":[]},{"id":"929","title":"Option: vim.languages.terraform.treesitter.package","content":"The terraform treesitter package to use.","path":"options.html#option-vim-languages-terraform-treesitter-package","tokens":["treesitter","the","package","use","terraform"],"title_tokens":["terraform","package","treesitter","languages","option","vim"],"anchors":[]},{"id":"930","title":"Option: vim.languages.toml.enable","content":"Whether to enable TOML configuration language support.","path":"options.html#option-vim-languages-toml-enable","tokens":["toml","language","whether","support","configuration","enable"],"title_tokens":["languages","enable","vim","toml","option"],"anchors":[]},{"id":"931","title":"Option: vim.languages.toml.extraDiagnostics.enable","content":"Whether to enable extra TOML diagnostics.","path":"options.html#option-vim-languages-toml-extraDiagnostics-enable","tokens":["diagnostics","extra","toml","whether","enable"],"title_tokens":["option","vim","toml","languages","extradiagnostics","enable"],"anchors":[]},{"id":"932","title":"Option: vim.languages.toml.extraDiagnostics.types","content":"List of TOML diagnostics to enable","path":"options.html#option-vim-languages-toml-extraDiagnostics-types","tokens":["diagnostics","enable","toml","list"],"title_tokens":["extradiagnostics","types","languages","option","vim","toml"],"anchors":[]},{"id":"933","title":"Option: vim.languages.toml.format.enable","content":"Whether to enable TOML formatting.","path":"options.html#option-vim-languages-toml-format-enable","tokens":["enable","formatting","whether","toml"],"title_tokens":["option","toml","format","enable","languages","vim"],"anchors":[]},{"id":"934","title":"Option: vim.languages.toml.format.type","content":"TOML formatter to use.","path":"options.html#option-vim-languages-toml-format-type","tokens":["toml","formatter","use"],"title_tokens":["languages","format","type","toml","vim","option"],"anchors":[]},{"id":"935","title":"Option: vim.languages.toml.lsp.enable","content":"Whether to enable TOML LSP support.","path":"options.html#option-vim-languages-toml-lsp-enable","tokens":["support","enable","lsp","whether","toml"],"title_tokens":["option","toml","enable","languages","lsp","vim"],"anchors":[]},{"id":"936","title":"Option: vim.languages.toml.lsp.servers","content":"TOML LSP server to use","path":"options.html#option-vim-languages-toml-lsp-servers","tokens":["server","toml","lsp","use"],"title_tokens":["toml","option","servers","languages","lsp","vim"],"anchors":[]},{"id":"937","title":"Option: vim.languages.toml.treesitter.enable","content":"Whether to enable TOML treesitter.","path":"options.html#option-vim-languages-toml-treesitter-enable","tokens":["toml","whether","treesitter","enable"],"title_tokens":["languages","treesitter","enable","option","vim","toml"],"anchors":[]},{"id":"938","title":"Option: vim.languages.toml.treesitter.package","content":"The toml treesitter package to use.","path":"options.html#option-vim-languages-toml-treesitter-package","tokens":["use","the","toml","treesitter","package"],"title_tokens":["package","vim","treesitter","languages","toml","option"],"anchors":[]},{"id":"939","title":"Option: vim.languages.ts.enable","content":"Whether to enable Typescript/Javascript language support.","path":"options.html#option-vim-languages-ts-enable","tokens":["whether","typescript","enable","javascript","language","support"],"title_tokens":["vim","languages","enable","option"],"anchors":[]},{"id":"940","title":"Option: vim.languages.ts.extensions.ts-error-translator.enable","content":"Whether to enable [ts-error-translator.nvim]: https://github.com/dmmulroy/ts-error-translator.nvim\nTypescript error translation with [ts-error-translator.nvim]\n.","path":"options.html#option-vim-languages-ts-extensions-ts-error-translator-enable","tokens":["whether","github","translation","https","typescript","ts-error-translator","error","enable","dmmulroy","nvim","com","with"],"title_tokens":["ts-error-translator","enable","extensions","option","vim","languages"],"anchors":[]},{"id":"941","title":"Option: vim.languages.ts.extensions.ts-error-translator.setupOpts","content":"Option table to pass into the setup function of ts-error-translator\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-ts-extensions-ts-error-translator-setupOpts","tokens":["option","not","you","setup","ts-error-translator","table","can","pass","docs","even","listed","they","function","into","the","options","any","additional"],"title_tokens":["vim","ts-error-translator","extensions","setupopts","option","languages"],"anchors":[]},{"id":"942","title":"Option: vim.languages.ts.extensions.ts-error-translator.setupOpts.auto_override_publish_diagnostics","content":"Automatically override the publish_diagnostics handler","path":"options.html#option-vim-languages-ts-extensions-ts-error-translator-setupOpts-auto_override_publish_diagnostics","tokens":["the","automatically","publish_diagnostics","handler","override"],"title_tokens":["ts-error-translator","setupopts","auto_override_publish_diagnostics","option","extensions","vim","languages"],"anchors":[]},{"id":"943","title":"Option: vim.languages.ts.extraDiagnostics.enable","content":"Whether to enable extra Typescript/Javascript diagnostics.","path":"options.html#option-vim-languages-ts-extraDiagnostics-enable","tokens":["typescript","javascript","diagnostics","whether","extra","enable"],"title_tokens":["languages","extradiagnostics","option","vim","enable"],"anchors":[]},{"id":"944","title":"Option: vim.languages.ts.extraDiagnostics.types","content":"List of Typescript/Javascript diagnostics to enable","path":"options.html#option-vim-languages-ts-extraDiagnostics-types","tokens":["list","typescript","diagnostics","enable","javascript"],"title_tokens":["option","types","languages","vim","extradiagnostics"],"anchors":[]},{"id":"945","title":"Option: vim.languages.ts.format.enable","content":"Whether to enable Typescript/Javascript formatting.","path":"options.html#option-vim-languages-ts-format-enable","tokens":["javascript","formatting","whether","typescript","enable"],"title_tokens":["enable","option","format","vim","languages"],"anchors":[]},{"id":"946","title":"Option: vim.languages.ts.format.type","content":"Typescript/Javascript formatter to use","path":"options.html#option-vim-languages-ts-format-type","tokens":["typescript","javascript","use","formatter"],"title_tokens":["languages","option","format","type","vim"],"anchors":[]},{"id":"947","title":"Option: vim.languages.ts.lsp.enable","content":"Whether to enable Typescript/Javascript LSP support.","path":"options.html#option-vim-languages-ts-lsp-enable","tokens":["lsp","javascript","typescript","support","whether","enable"],"title_tokens":["option","lsp","vim","enable","languages"],"anchors":[]},{"id":"948","title":"Option: vim.languages.ts.lsp.servers","content":"Typescript/Javascript LSP server to use","path":"options.html#option-vim-languages-ts-lsp-servers","tokens":["use","javascript","lsp","server","typescript"],"title_tokens":["vim","option","languages","lsp","servers"],"anchors":[]},{"id":"949","title":"Option: vim.languages.ts.treesitter.enable","content":"Whether to enable Typescript/Javascript treesitter.","path":"options.html#option-vim-languages-ts-treesitter-enable","tokens":["typescript","javascript","whether","treesitter","enable"],"title_tokens":["enable","languages","option","vim","treesitter"],"anchors":[]},{"id":"950","title":"Option: vim.languages.ts.treesitter.jsPackage","content":"The javascript treesitter package to use.","path":"options.html#option-vim-languages-ts-treesitter-jsPackage","tokens":["the","package","javascript","treesitter","use"],"title_tokens":["option","languages","vim","jspackage","treesitter"],"anchors":[]},{"id":"951","title":"Option: vim.languages.ts.treesitter.tsPackage","content":"The typescript treesitter package to use.","path":"options.html#option-vim-languages-ts-treesitter-tsPackage","tokens":["typescript","package","use","treesitter","the"],"title_tokens":["option","languages","vim","treesitter","tspackage"],"anchors":[]},{"id":"952","title":"Option: vim.languages.ts.treesitter.tsxPackage","content":"The tsx treesitter package to use.","path":"options.html#option-vim-languages-ts-treesitter-tsxPackage","tokens":["tsx","use","treesitter","the","package"],"title_tokens":["option","vim","treesitter","tsxpackage","languages"],"anchors":[]},{"id":"953","title":"Option: vim.languages.typst.enable","content":"Whether to enable Typst language support.","path":"options.html#option-vim-languages-typst-enable","tokens":["typst","language","enable","whether","support"],"title_tokens":["enable","typst","option","languages","vim"],"anchors":[]},{"id":"954","title":"Option: vim.languages.typst.extensions.typst-concealer.enable","content":"Whether to enable [typst-concealer]: https://github.com/PartyWumpus/typst-concealer\nInline typst preview for Neovim via [typst-concealer] .","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-enable","tokens":["whether","inline","github","neovim","partywumpus","com","https","typst-concealer","preview","for","typst","enable","via"],"title_tokens":["option","typst","extensions","vim","typst-concealer","enable","languages"],"anchors":[]},{"id":"955","title":"Option: vim.languages.typst.extensions.typst-concealer.mappings.toggleConcealing","content":"Enable typst-concealer in buffer","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-mappings-toggleConcealing","tokens":["enable","typst-concealer","buffer"],"title_tokens":["typst-concealer","mappings","typst","toggleconcealing","vim","option","languages","extensions"],"anchors":[]},{"id":"956","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts","content":"Option table to pass into the setup function of typst-concealer\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts","tokens":["table","the","additional","can","options","not","docs","you","pass","even","listed","function","they","option","any","into","typst-concealer","setup"],"title_tokens":["typst","option","languages","vim","extensions","typst-concealer","setupopts"],"anchors":[]},{"id":"957","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.color","content":"What color should typst-concealer render text/stroke with? (only applies when styling_type is 'colorscheme')","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-color","tokens":["colorscheme","applies","when","render","should","what","typst-concealer","with","color","styling_type","only","text","stroke"],"title_tokens":["typst","setupopts","extensions","option","languages","typst-concealer","vim","color"],"anchors":[]},{"id":"958","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.conceal_in_normal","content":"Should typst-concealer still conceal when the normal mode cursor goes over a line.","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-conceal_in_normal","tokens":["should","when","normal","still","conceal","over","line","typst-concealer","goes","the","cursor","mode"],"title_tokens":["typst","option","vim","conceal_in_normal","extensions","typst-concealer","setupopts","languages"],"anchors":[]},{"id":"959","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.do_diagnostics","content":"Should typst-concealer provide diagnostics on error?","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-do_diagnostics","tokens":["provide","diagnostics","should","error","typst-concealer"],"title_tokens":["option","vim","extensions","languages","typst","setupopts","typst-concealer","do_diagnostics"],"anchors":[]},{"id":"960","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.enabled_by_default","content":"Should typst-concealer conceal newly opened buffers by default?","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-enabled_by_default","tokens":["should","newly","buffers","typst-concealer","default","opened","conceal"],"title_tokens":["extensions","setupopts","typst-concealer","enabled_by_default","vim","typst","languages","option"],"anchors":[]},{"id":"961","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.ppi","content":"What PPI should typst render at. Plugin default is 300, typst's normal default is 144.","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-ppi","tokens":["typst","plugin","144","300","ppi","default","render","normal","should","what"],"title_tokens":["typst-concealer","ppi","vim","option","extensions","setupopts","typst","languages"],"anchors":[]},{"id":"962","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.styling_type","content":"What kind of styling should typst-concealer apply to your typst?","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-styling_type","tokens":["your","what","typst","kind","should","typst-concealer","apply","styling"],"title_tokens":["typst","option","languages","typst-concealer","vim","styling_type","setupopts","extensions"],"anchors":[]},{"id":"963","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.typst_location","content":"Where should typst-concealer look for your typst binary?","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-typst_location","tokens":["your","for","binary","typst","where","typst-concealer","look","should"],"title_tokens":["extensions","languages","option","typst","typst_location","vim","typst-concealer","setupopts"],"anchors":[]},{"id":"964","title":"Option: vim.languages.typst.extensions.typst-preview-nvim.enable","content":"Whether to enable [typst-preview.nvim]: https://github.com/chomosuke/typst-preview.nvim\nLow latency typst preview for Neovim via [typst-preview.nvim] .","path":"options.html#option-vim-languages-typst-extensions-typst-preview-nvim-enable","tokens":["enable","typst-preview","github","low","preview","com","typst","chomosuke","whether","neovim","latency","for","nvim","https","via"],"title_tokens":["typst","enable","option","typst-preview-nvim","vim","languages","extensions"],"anchors":[]},{"id":"965","title":"Option: vim.languages.typst.extensions.typst-preview-nvim.setupOpts","content":"Option table to pass into the setup function of typst-preview-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-typst-extensions-typst-preview-nvim-setupOpts","tokens":["listed","the","typst-preview-nvim","you","any","into","docs","not","table","option","pass","setup","they","options","additional","function","can","even"],"title_tokens":["extensions","vim","languages","typst","typst-preview-nvim","option","setupopts"],"anchors":[]},{"id":"966","title":"Option: vim.languages.typst.extensions.typst-preview-nvim.setupOpts.dependencies_bin","content":"Provide the path to binaries for dependencies. Setting this to a non-null value will skip the download of the binary by the plugin.","path":"options.html#option-vim-languages-typst-extensions-typst-preview-nvim-setupOpts-dependencies_bin","tokens":["the","binary","binaries","provide","will","path","dependencies","setting","this","plugin","for","value","download","non-null","skip"],"title_tokens":["typst-preview-nvim","languages","option","extensions","setupopts","dependencies_bin","vim","typst"],"anchors":[]},{"id":"967","title":"Option: vim.languages.typst.extensions.typst-preview-nvim.setupOpts.extra_args","content":"A list of extra arguments (or null) to be passed to previewer","path":"options.html#option-vim-languages-typst-extensions-typst-preview-nvim-setupOpts-extra_args","tokens":["arguments","null","previewer","list","extra","passed"],"title_tokens":["vim","extensions","option","languages","typst-preview-nvim","typst","setupopts","extra_args"],"anchors":[]},{"id":"968","title":"Option: vim.languages.typst.extensions.typst-preview-nvim.setupOpts.open_cmd","content":"Custom format string to open the output link provided with %s","path":"options.html#option-vim-languages-typst-extensions-typst-preview-nvim-setupOpts-open_cmd","tokens":["the","open","provided","with","string","format","custom","output","link"],"title_tokens":["vim","typst-preview-nvim","setupopts","languages","typst","extensions","option","open_cmd"],"anchors":[]},{"id":"969","title":"Option: vim.languages.typst.format.enable","content":"Whether to enable Typst document formatting.","path":"options.html#option-vim-languages-typst-format-enable","tokens":["whether","enable","typst","formatting","document"],"title_tokens":["option","typst","languages","vim","format","enable"],"anchors":[]},{"id":"970","title":"Option: vim.languages.typst.format.type","content":"Typst formatter to use","path":"options.html#option-vim-languages-typst-format-type","tokens":["use","formatter","typst"],"title_tokens":["languages","typst","format","type","vim","option"],"anchors":[]},{"id":"971","title":"Option: vim.languages.typst.lsp.enable","content":"Whether to enable Typst LSP support (typst-lsp).","path":"options.html#option-vim-languages-typst-lsp-enable","tokens":["lsp","whether","typst","enable","support","typst-lsp"],"title_tokens":["enable","lsp","languages","typst","option","vim"],"anchors":[]},{"id":"972","title":"Option: vim.languages.typst.lsp.servers","content":"Typst LSP server to use","path":"options.html#option-vim-languages-typst-lsp-servers","tokens":["server","lsp","use","typst"],"title_tokens":["option","vim","languages","lsp","typst","servers"],"anchors":[]},{"id":"973","title":"Option: vim.languages.typst.treesitter.enable","content":"Whether to enable Typst treesitter.","path":"options.html#option-vim-languages-typst-treesitter-enable","tokens":["treesitter","typst","enable","whether"],"title_tokens":["typst","languages","treesitter","option","vim","enable"],"anchors":[]},{"id":"974","title":"Option: vim.languages.typst.treesitter.package","content":"The typst treesitter package to use.","path":"options.html#option-vim-languages-typst-treesitter-package","tokens":["treesitter","the","typst","use","package"],"title_tokens":["option","treesitter","typst","package","languages","vim"],"anchors":[]},{"id":"975","title":"Option: vim.languages.vala.enable","content":"Whether to enable Vala language support.","path":"options.html#option-vim-languages-vala-enable","tokens":["enable","support","whether","vala","language"],"title_tokens":["vim","option","enable","vala","languages"],"anchors":[]},{"id":"976","title":"Option: vim.languages.vala.lsp.enable","content":"Whether to enable Vala LSP support.","path":"options.html#option-vim-languages-vala-lsp-enable","tokens":["lsp","enable","support","vala","whether"],"title_tokens":["lsp","vala","enable","languages","option","vim"],"anchors":[]},{"id":"977","title":"Option: vim.languages.vala.lsp.servers","content":"Vala LSP server to use","path":"options.html#option-vim-languages-vala-lsp-servers","tokens":["use","lsp","vala","server"],"title_tokens":["option","lsp","languages","vala","servers","vim"],"anchors":[]},{"id":"978","title":"Option: vim.languages.vala.treesitter.enable","content":"Whether to enable Vala treesitter.","path":"options.html#option-vim-languages-vala-treesitter-enable","tokens":["enable","vala","whether","treesitter"],"title_tokens":["treesitter","vala","enable","languages","vim","option"],"anchors":[]},{"id":"979","title":"Option: vim.languages.vala.treesitter.package","content":"The vala treesitter package to use.","path":"options.html#option-vim-languages-vala-treesitter-package","tokens":["package","the","vala","use","treesitter"],"title_tokens":["vim","option","vala","treesitter","package","languages"],"anchors":[]},{"id":"980","title":"Option: vim.languages.wgsl.enable","content":"Whether to enable WGSL language support.","path":"options.html#option-vim-languages-wgsl-enable","tokens":["support","whether","wgsl","language","enable"],"title_tokens":["wgsl","option","enable","vim","languages"],"anchors":[]},{"id":"981","title":"Option: vim.languages.wgsl.lsp.enable","content":"Whether to enable WGSL LSP support.","path":"options.html#option-vim-languages-wgsl-lsp-enable","tokens":["support","whether","lsp","enable","wgsl"],"title_tokens":["option","languages","wgsl","lsp","vim","enable"],"anchors":[]},{"id":"982","title":"Option: vim.languages.wgsl.lsp.servers","content":"WGSL LSP server to use","path":"options.html#option-vim-languages-wgsl-lsp-servers","tokens":["wgsl","lsp","server","use"],"title_tokens":["wgsl","languages","lsp","servers","option","vim"],"anchors":[]},{"id":"983","title":"Option: vim.languages.wgsl.treesitter.enable","content":"Whether to enable WGSL treesitter.","path":"options.html#option-vim-languages-wgsl-treesitter-enable","tokens":["enable","treesitter","wgsl","whether"],"title_tokens":["languages","wgsl","option","treesitter","enable","vim"],"anchors":[]},{"id":"984","title":"Option: vim.languages.wgsl.treesitter.package","content":"The wgsl treesitter package to use.","path":"options.html#option-vim-languages-wgsl-treesitter-package","tokens":["wgsl","the","treesitter","package","use"],"title_tokens":["package","languages","wgsl","option","vim","treesitter"],"anchors":[]},{"id":"985","title":"Option: vim.languages.xml.enable","content":"Whether to enable XML language support.","path":"options.html#option-vim-languages-xml-enable","tokens":["language","support","whether","enable","xml"],"title_tokens":["option","vim","languages","xml","enable"],"anchors":[]},{"id":"986","title":"Option: vim.languages.xml.lsp.enable","content":"Whether to enable XML LSP support.","path":"options.html#option-vim-languages-xml-lsp-enable","tokens":["lsp","support","xml","whether","enable"],"title_tokens":["lsp","languages","vim","option","enable","xml"],"anchors":[]},{"id":"987","title":"Option: vim.languages.xml.lsp.servers","content":"XML LSP server to use","path":"options.html#option-vim-languages-xml-lsp-servers","tokens":["use","server","lsp","xml"],"title_tokens":["option","lsp","xml","vim","servers","languages"],"anchors":[]},{"id":"988","title":"Option: vim.languages.xml.treesitter.enable","content":"Whether to enable XML treesitter.","path":"options.html#option-vim-languages-xml-treesitter-enable","tokens":["treesitter","whether","enable","xml"],"title_tokens":["option","vim","languages","treesitter","enable","xml"],"anchors":[]},{"id":"989","title":"Option: vim.languages.xml.treesitter.package","content":"The xml treesitter package to use.","path":"options.html#option-vim-languages-xml-treesitter-package","tokens":["xml","package","treesitter","use","the"],"title_tokens":["package","xml","languages","vim","option","treesitter"],"anchors":[]},{"id":"990","title":"Option: vim.languages.yaml.enable","content":"Whether to enable YAML language support.","path":"options.html#option-vim-languages-yaml-enable","tokens":["language","enable","whether","support","yaml"],"title_tokens":["languages","yaml","enable","option","vim"],"anchors":[]},{"id":"991","title":"Option: vim.languages.yaml.lsp.enable","content":"Whether to enable Yaml LSP support.","path":"options.html#option-vim-languages-yaml-lsp-enable","tokens":["yaml","whether","support","lsp","enable"],"title_tokens":["lsp","languages","yaml","option","vim","enable"],"anchors":[]},{"id":"992","title":"Option: vim.languages.yaml.lsp.servers","content":"Yaml LSP server to use","path":"options.html#option-vim-languages-yaml-lsp-servers","tokens":["lsp","yaml","use","server"],"title_tokens":["lsp","servers","vim","option","yaml","languages"],"anchors":[]},{"id":"993","title":"Option: vim.languages.yaml.treesitter.enable","content":"Whether to enable YAML treesitter.","path":"options.html#option-vim-languages-yaml-treesitter-enable","tokens":["treesitter","whether","enable","yaml"],"title_tokens":["languages","treesitter","option","enable","yaml","vim"],"anchors":[]},{"id":"994","title":"Option: vim.languages.yaml.treesitter.package","content":"The yaml treesitter package to use.","path":"options.html#option-vim-languages-yaml-treesitter-package","tokens":["the","yaml","treesitter","package","use"],"title_tokens":["package","languages","yaml","treesitter","option","vim"],"anchors":[]},{"id":"995","title":"Option: vim.languages.zig.dap.debugger","content":"Zig debugger to use","path":"options.html#option-vim-languages-zig-dap-debugger","tokens":["use","zig","debugger"],"title_tokens":["zig","debugger","dap","languages","option","vim"],"anchors":[]},{"id":"996","title":"Option: vim.languages.zig.dap.enable","content":"Enable Zig Debug Adapter","path":"options.html#option-vim-languages-zig-dap-enable","tokens":["debug","adapter","zig","enable"],"title_tokens":["enable","option","languages","dap","zig","vim"],"anchors":[]},{"id":"997","title":"Option: vim.languages.zig.dap.package","content":"Zig debugger package.","path":"options.html#option-vim-languages-zig-dap-package","tokens":["zig","debugger","package"],"title_tokens":["option","zig","vim","dap","languages","package"],"anchors":[]},{"id":"998","title":"Option: vim.languages.zig.enable","content":"Whether to enable Zig language support.","path":"options.html#option-vim-languages-zig-enable","tokens":["enable","whether","language","support","zig"],"title_tokens":["enable","zig","languages","option","vim"],"anchors":[]},{"id":"999","title":"Option: vim.languages.zig.lsp.enable","content":"Whether to enable Zig LSP support.","path":"options.html#option-vim-languages-zig-lsp-enable","tokens":["whether","zig","enable","lsp","support"],"title_tokens":["lsp","enable","languages","option","vim","zig"],"anchors":[]},{"id":"1000","title":"Option: vim.languages.zig.lsp.servers","content":"Zig LSP server to use","path":"options.html#option-vim-languages-zig-lsp-servers","tokens":["zig","use","server","lsp"],"title_tokens":["vim","servers","lsp","option","languages","zig"],"anchors":[]},{"id":"1001","title":"Option: vim.languages.zig.treesitter.enable","content":"Whether to enable Zig treesitter.","path":"options.html#option-vim-languages-zig-treesitter-enable","tokens":["treesitter","zig","enable","whether"],"title_tokens":["zig","option","vim","languages","treesitter","enable"],"anchors":[]},{"id":"1002","title":"Option: vim.languages.zig.treesitter.package","content":"The zig treesitter package to use.","path":"options.html#option-vim-languages-zig-treesitter-package","tokens":["treesitter","the","package","use","zig"],"title_tokens":["treesitter","package","zig","vim","languages","option"],"anchors":[]},{"id":"1003","title":"Option: vim.lazy.enable","content":"Whether to enable plugin lazy-loading via lz.n and lzn-auto-require.","path":"options.html#option-vim-lazy-enable","tokens":["and","enable","plugin","lzn-auto-require","whether","lazy-loading","via"],"title_tokens":["vim","enable","lazy","option"],"anchors":[]},{"id":"1004","title":"Option: vim.lazy.enableLznAutoRequire","content":"Enable lzn-auto-require. Since builtin plugins rely on this, only turn off for debugging.","path":"options.html#option-vim-lazy-enableLznAutoRequire","tokens":["enable","for","debugging","builtin","this","lzn-auto-require","plugins","only","off","since","turn","rely"],"title_tokens":["enablelznautorequire","lazy","option","vim"],"anchors":[]},{"id":"1005","title":"Option: vim.lazy.loader","content":"Lazy loader to use","path":"options.html#option-vim-lazy-loader","tokens":["lazy","loader","use"],"title_tokens":["vim","loader","option","lazy"],"anchors":[]},{"id":"1006","title":"Option: vim.lazy.plugins","content":"Plugins to lazy load.\nThe attribute key is used as the plugin name: for the default vim.g.lz_n.load function this should be either the package.pname or package.name.","path":"options.html#option-vim-lazy-plugins","tokens":["name","vim","default","function","lz_n","pname","attribute","key","lazy","plugin","either","package","for","should","this","plugins","load","the","used"],"title_tokens":["plugins","vim","lazy","option"],"anchors":[]},{"id":"1007","title":"Option: vim.lazy.plugins.<name>.after","content":"Lua code to run after plugin is loaded. This will be wrapped in a function.\nIf {option}vim.lazy.plugins._name_.setupModule is provided, the setup will be ran before after.","path":"options.html#option-vim-lazy-plugins--after","tokens":["lua","code","option","ran","setupmodule","setup","before","vim","after","run","lazy","plugin","will","_name_","provided","the","this","function","plugins","loaded","wrapped"],"title_tokens":["after","vim","lazy","option","plugins","name"],"anchors":[]},{"id":"1008","title":"Option: vim.lazy.plugins.<name>.before","content":"Lua code to run before plugin is loaded. This will be wrapped in a function.","path":"options.html#option-vim-lazy-plugins--before","tokens":["lua","plugin","function","run","before","loaded","code","this","wrapped","will"],"title_tokens":["before","name","option","plugins","lazy","vim"],"anchors":[]},{"id":"1009","title":"Option: vim.lazy.plugins.<name>.beforeAll","content":"Lua code to run before any plugins are loaded. This will be wrapped in a function.","path":"options.html#option-vim-lazy-plugins--beforeAll","tokens":["will","function","any","wrapped","code","plugins","are","run","loaded","lua","before","this"],"title_tokens":["option","plugins","beforeall","name","lazy","vim"],"anchors":[]},{"id":"1010","title":"Option: vim.lazy.plugins.<name>.beforeSetup","content":"Lua code to run after the plugin is loaded, but before the setup function is called.","path":"options.html#option-vim-lazy-plugins--beforeSetup","tokens":["called","after","but","lua","function","setup","run","code","loaded","plugin","before","the"],"title_tokens":["name","option","plugins","vim","beforesetup","lazy"],"anchors":[]},{"id":"1011","title":"Option: vim.lazy.plugins.<name>.cmd","content":"Lazy-load on command","path":"options.html#option-vim-lazy-plugins--cmd","tokens":["command","lazy-load"],"title_tokens":["option","vim","lazy","name","cmd","plugins"],"anchors":[]},{"id":"1012","title":"Option: vim.lazy.plugins.<name>.colorscheme","content":"Lazy-load on colorscheme.","path":"options.html#option-vim-lazy-plugins--colorscheme","tokens":["lazy-load","colorscheme"],"title_tokens":["option","colorscheme","vim","name","lazy","plugins"],"anchors":[]},{"id":"1013","title":"Option: vim.lazy.plugins.<name>.enabled","content":"When false, or if the lua function returns false, this plugin will not be included in the spec","path":"options.html#option-vim-lazy-plugins--enabled","tokens":["this","when","lua","the","function","false","returns","plugin","will","not","spec","included"],"title_tokens":["enabled","name","vim","lazy","option","plugins"],"anchors":[]},{"id":"1014","title":"Option: vim.lazy.plugins.<name>.event","content":"Lazy-load on event","path":"options.html#option-vim-lazy-plugins--event","tokens":["event","lazy-load"],"title_tokens":["lazy","name","option","plugins","event","vim"],"anchors":[]},{"id":"1015","title":"Option: vim.lazy.plugins.<name>.ft","content":"Lazy-load on filetype","path":"options.html#option-vim-lazy-plugins--ft","tokens":["lazy-load","filetype"],"title_tokens":["lazy","name","vim","plugins","option"],"anchors":[]},{"id":"1016","title":"Option: vim.lazy.plugins.<name>.keys","content":"Lazy-load on key mapping","path":"options.html#option-vim-lazy-plugins--keys","tokens":["mapping","key","lazy-load"],"title_tokens":["vim","keys","plugins","name","option","lazy"],"anchors":[]},{"id":"1017","title":"Option: vim.lazy.plugins.<name>.lazy","content":"Force enable/disable lazy-loading. null means only lazy-load if a valid lazy-load condition is set e.g. cmd, ft, keys etc.","path":"options.html#option-vim-lazy-plugins--lazy","tokens":["null","set","keys","cmd","lazy-load","only","condition","disable","force","enable","means","valid","etc","lazy-loading"],"title_tokens":["name","lazy","option","vim","plugins"],"anchors":[]},{"id":"1018","title":"Option: vim.lazy.plugins.<name>.load","content":"Lua code to override the vim.g.lz_n.load() function for a single plugin.\nThis will be wrapped in a function(name) ... end.","path":"options.html#option-vim-lazy-plugins--load","tokens":["code","for","name","lua","load","will","lz_n","plugin","vim","single","this","wrapped","the","function","end","override"],"title_tokens":["option","lazy","vim","load","plugins","name"],"anchors":[]},{"id":"1019","title":"Option: vim.lazy.plugins.<name>.package","content":"Plugin package.\nIf null, a custom load function must be provided","path":"options.html#option-vim-lazy-plugins--package","tokens":["function","null","plugin","package","provided","must","custom","load"],"title_tokens":["option","package","lazy","vim","plugins","name"],"anchors":[]},{"id":"1020","title":"Option: vim.lazy.plugins.<name>.priority","content":"Only useful for stat plugins (not lazy-loaded) to force loading certain plugins first.","path":"options.html#option-vim-lazy-plugins--priority","tokens":["stat","certain","not","first","useful","only","plugins","lazy-loaded","force","for","loading"],"title_tokens":["lazy","option","plugins","vim","priority","name"],"anchors":[]},{"id":"1021","title":"Option: vim.lazy.plugins.<name>.setupModule","content":"Lua module to run setup function on.","path":"options.html#option-vim-lazy-plugins--setupModule","tokens":["lua","function","run","setup","module"],"title_tokens":["option","vim","setupmodule","plugins","name","lazy"],"anchors":[]},{"id":"1022","title":"Option: vim.lazy.plugins.<name>.setupOpts","content":"Options to pass to the setup function","path":"options.html#option-vim-lazy-plugins--setupOpts","tokens":["pass","options","the","setup","function"],"title_tokens":["option","lazy","plugins","vim","name","setupopts"],"anchors":[]},{"id":"1023","title":"Option: vim.lineNumberMode","content":"How line numbers are displayed.","path":"options.html#option-vim-lineNumberMode","tokens":["line","how","are","displayed","numbers"],"title_tokens":["vim","linenumbermode","option"],"anchors":[]},{"id":"1024","title":"Option: vim.lsp.enable","content":"Whether to enable global LSP functionality for Neovim.\nThis option controls whether to enable LSP functionality within modules under {option}vim.languages. You do not need to set this to true for language servers defined in {option}vim.lsp.servers to take effect, since they are enabled automatically. .","path":"options.html#option-vim-lsp-enable","tokens":["option","vim","not","whether","they","take","since","controls","enabled","for","language","lsp","effect","need","neovim","true","servers","this","functionality","are","modules","languages","under","enable","defined","global","you","within","set","automatically"],"title_tokens":["option","vim","enable","lsp"],"anchors":[]},{"id":"1025","title":"Option: vim.lsp.formatOnSave","content":"Whether to enable format on save.","path":"options.html#option-vim-lsp-formatOnSave","tokens":["save","whether","enable","format"],"title_tokens":["option","formatonsave","vim","lsp"],"anchors":[]},{"id":"1026","title":"Option: vim.lsp.harper-ls.enable","content":"Whether to enable Harper grammar checking LSP.","path":"options.html#option-vim-lsp-harper-ls-enable","tokens":["harper","enable","checking","grammar","whether","lsp"],"title_tokens":["option","vim","harper-ls","enable","lsp"],"anchors":[]},{"id":"1027","title":"Option: vim.lsp.harper-ls.settings","content":"Settings to pass to harper-ls","path":"options.html#option-vim-lsp-harper-ls-settings","tokens":["harper-ls","pass","settings"],"title_tokens":["harper-ls","vim","settings","lsp","option"],"anchors":[]},{"id":"1028","title":"Option: vim.lsp.inlayHints.enable","content":"Whether to enable inlay hints.","path":"options.html#option-vim-lsp-inlayHints-enable","tokens":["hints","enable","inlay","whether"],"title_tokens":["option","lsp","inlayhints","enable","vim"],"anchors":[]},{"id":"1029","title":"Option: vim.lsp.lightbulb.autocmd.enable","content":"Whether to enable updating lightbulb glyph automatically.","path":"options.html#option-vim-lsp-lightbulb-autocmd-enable","tokens":["lightbulb","glyph","whether","updating","automatically","enable"],"title_tokens":["autocmd","option","vim","lsp","lightbulb","enable"],"anchors":[]},{"id":"1030","title":"Option: vim.lsp.lightbulb.autocmd.events","content":"Events on which to update nvim-lightbulb glyphs","path":"options.html#option-vim-lsp-lightbulb-autocmd-events","tokens":["nvim-lightbulb","update","events","glyphs","which"],"title_tokens":["vim","option","lsp","lightbulb","autocmd","events"],"anchors":[]},{"id":"1031","title":"Option: vim.lsp.lightbulb.autocmd.pattern","content":"File patterns or buffer names to match, determining which files or buffers trigger glyph updates.","path":"options.html#option-vim-lsp-lightbulb-autocmd-pattern","tokens":["which","file","names","match","glyph","patterns","buffers","updates","trigger","buffer","files","determining"],"title_tokens":["option","pattern","vim","lsp","lightbulb","autocmd"],"anchors":[]},{"id":"1032","title":"Option: vim.lsp.lightbulb.enable","content":"Whether to enable Lightbulb for code actions. Requires an emoji font.","path":"options.html#option-vim-lsp-lightbulb-enable","tokens":["lightbulb","enable","font","requires","whether","emoji","code","actions","for"],"title_tokens":["lsp","lightbulb","enable","option","vim"],"anchors":[]},{"id":"1033","title":"Option: vim.lsp.lightbulb.setupOpts","content":"Option table to pass into the setup function of nvim-lightbulb\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-lightbulb-setupOpts","tokens":["nvim-lightbulb","setup","even","pass","they","function","docs","option","table","into","you","any","options","listed","not","the","additional","can"],"title_tokens":["option","lightbulb","vim","setupopts","lsp"],"anchors":[]},{"id":"1034","title":"Option: vim.lsp.lspSignature.enable","content":"Whether to enable lsp signature viewer.","path":"options.html#option-vim-lsp-lspSignature-enable","tokens":["viewer","enable","signature","whether","lsp"],"title_tokens":["lsp","vim","lspsignature","option","enable"],"anchors":[]},{"id":"1035","title":"Option: vim.lsp.lspSignature.setupOpts","content":"Option table to pass into the setup function of lsp-signature\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-lspSignature-setupOpts","tokens":["lsp-signature","pass","function","options","listed","setup","additional","table","option","docs","into","not","any","can","even","you","they","the"],"title_tokens":["lsp","lspsignature","option","setupopts","vim"],"anchors":[]},{"id":"1036","title":"Option: vim.lsp.lspconfig.enable","content":"Whether to enable nvim-lspconfig, also enabled automatically.","path":"options.html#option-vim-lsp-lspconfig-enable","tokens":["nvim-lspconfig","enable","whether","also","enabled","automatically"],"title_tokens":["lspconfig","enable","vim","lsp","option"],"anchors":[]},{"id":"1037","title":"Option: vim.lsp.lspconfig.sources","content":"nvim-lspconfig sources","path":"options.html#option-vim-lsp-lspconfig-sources","tokens":["sources","nvim-lspconfig"],"title_tokens":["lspconfig","sources","lsp","option","vim"],"anchors":[]},{"id":"1038","title":"Option: vim.lsp.lspkind.enable","content":"Whether to enable vscode-like pictograms for lsp [lspkind].","path":"options.html#option-vim-lsp-lspkind-enable","tokens":["lspkind","vscode-like","for","enable","pictograms","whether","lsp"],"title_tokens":["option","vim","lsp","lspkind","enable"],"anchors":[]},{"id":"1039","title":"Option: vim.lsp.lspkind.setupOpts","content":"Option table to pass into the setup function of lspkind.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-lspkind-setupOpts","tokens":["option","they","setup","function","the","any","can","even","options","pass","you","lspkind","not","listed","nvim","additional","into","docs","table"],"title_tokens":["setupopts","option","lsp","vim","lspkind"],"anchors":[]},{"id":"1040","title":"Option: vim.lsp.lspkind.setupOpts.before","content":"The function that will be called before lspkind's modifications are applied","path":"options.html#option-vim-lsp-lspkind-setupOpts-before","tokens":["function","applied","lspkind","the","modifications","called","that","will","are","before"],"title_tokens":["vim","option","lspkind","setupopts","lsp","before"],"anchors":[]},{"id":"1041","title":"Option: vim.lsp.lspkind.setupOpts.mode","content":"Defines how annotations are shown","path":"options.html#option-vim-lsp-lspkind-setupOpts-mode","tokens":["shown","annotations","how","are","defines"],"title_tokens":["setupopts","lsp","mode","lspkind","vim","option"],"anchors":[]},{"id":"1042","title":"Option: vim.lsp.lspsaga.enable","content":"Whether to enable LSP Saga.","path":"options.html#option-vim-lsp-lspsaga-enable","tokens":["enable","saga","whether","lsp"],"title_tokens":["option","vim","lsp","lspsaga","enable"],"anchors":[]},{"id":"1043","title":"Option: vim.lsp.lspsaga.setupOpts","content":"Option table to pass into the setup function of lspsaga\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-lspsaga-setupOpts","tokens":["option","the","listed","pass","any","they","not","function","options","can","docs","into","setup","table","lspsaga","you","even","additional"],"title_tokens":["vim","lspsaga","lsp","setupopts","option"],"anchors":[]},{"id":"1044","title":"Option: vim.lsp.lspsaga.setupOpts.border_style","content":"Border type, see {command}:help nvim_open_win","path":"options.html#option-vim-lsp-lspsaga-setupOpts-border_style","tokens":["command","help","border","nvim_open_win","type","see"],"title_tokens":["option","lspsaga","setupopts","border_style","vim","lsp"],"anchors":[]},{"id":"1045","title":"Option: vim.lsp.mappings.addWorkspaceFolder","content":"Add workspace folder","path":"options.html#option-vim-lsp-mappings-addWorkspaceFolder","tokens":["workspace","folder","add"],"title_tokens":["vim","mappings","addworkspacefolder","lsp","option"],"anchors":[]},{"id":"1046","title":"Option: vim.lsp.mappings.codeAction","content":"Code action","path":"options.html#option-vim-lsp-mappings-codeAction","tokens":["code","action"],"title_tokens":["mappings","codeaction","lsp","option","vim"],"anchors":[]},{"id":"1047","title":"Option: vim.lsp.mappings.documentHighlight","content":"Document highlight","path":"options.html#option-vim-lsp-mappings-documentHighlight","tokens":["document","highlight"],"title_tokens":["documenthighlight","lsp","mappings","vim","option"],"anchors":[]},{"id":"1048","title":"Option: vim.lsp.mappings.format","content":"Format","path":"options.html#option-vim-lsp-mappings-format","tokens":["format"],"title_tokens":["mappings","format","lsp","option","vim"],"anchors":[]},{"id":"1049","title":"Option: vim.lsp.mappings.goToDeclaration","content":"Go to declaration","path":"options.html#option-vim-lsp-mappings-goToDeclaration","tokens":["declaration"],"title_tokens":["vim","option","mappings","lsp","gotodeclaration"],"anchors":[]},{"id":"1050","title":"Option: vim.lsp.mappings.goToDefinition","content":"Go to definition","path":"options.html#option-vim-lsp-mappings-goToDefinition","tokens":["definition"],"title_tokens":["mappings","vim","gotodefinition","option","lsp"],"anchors":[]},{"id":"1051","title":"Option: vim.lsp.mappings.goToType","content":"Go to type","path":"options.html#option-vim-lsp-mappings-goToType","tokens":["type"],"title_tokens":["gototype","lsp","option","vim","mappings"],"anchors":[]},{"id":"1052","title":"Option: vim.lsp.mappings.hover","content":"Trigger hover","path":"options.html#option-vim-lsp-mappings-hover","tokens":["hover","trigger"],"title_tokens":["lsp","hover","vim","mappings","option"],"anchors":[]},{"id":"1053","title":"Option: vim.lsp.mappings.listDocumentSymbols","content":"List document symbols","path":"options.html#option-vim-lsp-mappings-listDocumentSymbols","tokens":["symbols","list","document"],"title_tokens":["listdocumentsymbols","vim","lsp","option","mappings"],"anchors":[]},{"id":"1054","title":"Option: vim.lsp.mappings.listImplementations","content":"List implementations","path":"options.html#option-vim-lsp-mappings-listImplementations","tokens":["implementations","list"],"title_tokens":["mappings","listimplementations","vim","lsp","option"],"anchors":[]},{"id":"1055","title":"Option: vim.lsp.mappings.listReferences","content":"List references","path":"options.html#option-vim-lsp-mappings-listReferences","tokens":["list","references"],"title_tokens":["option","vim","lsp","mappings","listreferences"],"anchors":[]},{"id":"1056","title":"Option: vim.lsp.mappings.listWorkspaceFolders","content":"List workspace folders","path":"options.html#option-vim-lsp-mappings-listWorkspaceFolders","tokens":["workspace","folders","list"],"title_tokens":["option","vim","lsp","mappings","listworkspacefolders"],"anchors":[]},{"id":"1057","title":"Option: vim.lsp.mappings.listWorkspaceSymbols","content":"List workspace symbols","path":"options.html#option-vim-lsp-mappings-listWorkspaceSymbols","tokens":["symbols","list","workspace"],"title_tokens":["lsp","option","mappings","listworkspacesymbols","vim"],"anchors":[]},{"id":"1058","title":"Option: vim.lsp.mappings.nextDiagnostic","content":"Go to next diagnostic","path":"options.html#option-vim-lsp-mappings-nextDiagnostic","tokens":["next","diagnostic"],"title_tokens":["option","vim","lsp","mappings","nextdiagnostic"],"anchors":[]},{"id":"1059","title":"Option: vim.lsp.mappings.openDiagnosticFloat","content":"Open diagnostic float","path":"options.html#option-vim-lsp-mappings-openDiagnosticFloat","tokens":["open","diagnostic","float"],"title_tokens":["mappings","opendiagnosticfloat","vim","option","lsp"],"anchors":[]},{"id":"1060","title":"Option: vim.lsp.mappings.previousDiagnostic","content":"Go to previous diagnostic","path":"options.html#option-vim-lsp-mappings-previousDiagnostic","tokens":["diagnostic","previous"],"title_tokens":["vim","option","mappings","previousdiagnostic","lsp"],"anchors":[]},{"id":"1061","title":"Option: vim.lsp.mappings.removeWorkspaceFolder","content":"Remove workspace folder","path":"options.html#option-vim-lsp-mappings-removeWorkspaceFolder","tokens":["folder","remove","workspace"],"title_tokens":["removeworkspacefolder","lsp","vim","option","mappings"],"anchors":[]},{"id":"1062","title":"Option: vim.lsp.mappings.renameSymbol","content":"Rename symbol","path":"options.html#option-vim-lsp-mappings-renameSymbol","tokens":["rename","symbol"],"title_tokens":["renamesymbol","lsp","vim","mappings","option"],"anchors":[]},{"id":"1063","title":"Option: vim.lsp.mappings.signatureHelp","content":"Signature help","path":"options.html#option-vim-lsp-mappings-signatureHelp","tokens":["signature","help"],"title_tokens":["vim","lsp","mappings","signaturehelp","option"],"anchors":[]},{"id":"1064","title":"Option: vim.lsp.mappings.toggleFormatOnSave","content":"Toggle format on save","path":"options.html#option-vim-lsp-mappings-toggleFormatOnSave","tokens":["toggle","format","save"],"title_tokens":["vim","lsp","option","toggleformatonsave","mappings"],"anchors":[]},{"id":"1065","title":"Option: vim.lsp.null-ls.enable","content":"Whether to enable null-ls, plugin to use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. .","path":"options.html#option-vim-lsp-null-ls-enable","tokens":["lua","actions","server","more","neovim","enable","diagnostics","language","plugin","null-ls","use","code","whether","and","lsp","via","inject"],"title_tokens":["lsp","option","vim","null-ls","enable"],"anchors":[]},{"id":"1066","title":"Option: vim.lsp.null-ls.setupOpts","content":"Option table to pass into the setup function of null-ls\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-null-ls-setupOpts","tokens":["any","pass","they","function","even","the","you","setup","additional","options","not","null-ls","docs","listed","option","can","into","table"],"title_tokens":["option","vim","setupopts","null-ls","lsp"],"anchors":[]},{"id":"1067","title":"Option: vim.lsp.null-ls.setupOpts.debounce","content":"Amount of time between the last change to a buffer and the next textDocument/didChange notification.","path":"options.html#option-vim-lsp-null-ls-setupOpts-debounce","tokens":["amount","between","time","last","buffer","and","next","textdocument","the","change","didchange","notification"],"title_tokens":["null-ls","debounce","option","vim","setupopts","lsp"],"anchors":[]},{"id":"1068","title":"Option: vim.lsp.null-ls.setupOpts.debug","content":"Whether to enable debugging information for null-ls.\nDisplays all possible log messages and writes them to the null-ls log, which you can view with the command :NullLsLog .","path":"options.html#option-vim-lsp-null-ls-setupOpts-debug","tokens":["possible","can","enable","messages","displays","view","with","debugging","command","you","writes","information","for","and","all","whether","the","nulllslog","null-ls","which","log","them"],"title_tokens":["vim","null-ls","option","lsp","debug","setupopts"],"anchors":[]},{"id":"1069","title":"Option: vim.lsp.null-ls.setupOpts.default_timeout","content":"Amount of time (in milliseconds) after which built-in sources will time out.\n:::{.note} Built-in sources can define their own timeout period and users can override the timeout period on a per-source basis :::","path":"options.html#option-vim-lsp-null-ls-setupOpts-default_timeout","tokens":["their","can","own","milliseconds","override","the","note","sources","out","will","period","per-source","which","and","built-in","users","amount","time","after","timeout","basis","define"],"title_tokens":["vim","option","setupopts","default_timeout","lsp","null-ls"],"anchors":[]},{"id":"1070","title":"Option: vim.lsp.null-ls.setupOpts.diagnostics_format","content":"Sets the default format used for diagnostics. null-ls will replace th e following special components with the relevant diagnostic information:\n#{m}: message\n#{s}: source name (defaults to null-ls if not specified)\n#{c}: code (if available)","path":"options.html#option-vim-lsp-null-ls-setupOpts-diagnostics_format","tokens":["message","relevant","replace","with","for","source","not","the","sets","diagnostics","diagnostic","used","null-ls","following","will","name","defaults","format","available","special","specified","components","default","information","code"],"title_tokens":["option","lsp","null-ls","vim","setupopts","diagnostics_format"],"anchors":[]},{"id":"1071","title":"Option: vim.lsp.null-ls.setupOpts.on_attach","content":"Defines an on_attach callback to run whenever null-ls attaches to a buffer.","path":"options.html#option-vim-lsp-null-ls-setupOpts-on_attach","tokens":["on_attach","whenever","buffer","null-ls","callback","defines","attaches","run"],"title_tokens":["option","vim","lsp","setupopts","null-ls","on_attach"],"anchors":[]},{"id":"1072","title":"Option: vim.lsp.null-ls.setupOpts.sources","content":"Sources for null-ls to register","path":"options.html#option-vim-lsp-null-ls-setupOpts-sources","tokens":["register","null-ls","sources","for"],"title_tokens":["vim","lsp","option","null-ls","setupopts","sources"],"anchors":[]},{"id":"1073","title":"Option: vim.lsp.nvim-docs-view.enable","content":"Whether to enable nvim-docs-view, for displaying lsp hover documentation in a side panel..","path":"options.html#option-vim-lsp-nvim-docs-view-enable","tokens":["displaying","for","whether","nvim-docs-view","documentation","lsp","side","panel","enable","hover"],"title_tokens":["lsp","enable","option","vim","nvim-docs-view"],"anchors":[]},{"id":"1074","title":"Option: vim.lsp.nvim-docs-view.mappings.viewToggle","content":"Open or close the docs view panel","path":"options.html#option-vim-lsp-nvim-docs-view-mappings-viewToggle","tokens":["the","panel","close","docs","view","open"],"title_tokens":["vim","mappings","lsp","option","viewtoggle","nvim-docs-view"],"anchors":[]},{"id":"1075","title":"Option: vim.lsp.nvim-docs-view.mappings.viewUpdate","content":"Manually update the docs view panel","path":"options.html#option-vim-lsp-nvim-docs-view-mappings-viewUpdate","tokens":["view","the","docs","panel","manually","update"],"title_tokens":["viewupdate","vim","mappings","option","lsp","nvim-docs-view"],"anchors":[]},{"id":"1076","title":"Option: vim.lsp.nvim-docs-view.setupOpts","content":"Option table to pass into the setup function of nvim-docs-view\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-nvim-docs-view-setupOpts","tokens":["options","nvim-docs-view","even","option","any","not","docs","they","the","setup","you","table","listed","function","pass","additional","into","can"],"title_tokens":["lsp","setupopts","nvim-docs-view","option","vim"],"anchors":[]},{"id":"1077","title":"Option: vim.lsp.nvim-docs-view.setupOpts.height","content":"Height of the docs view panel if the position is set to either top or bottom","path":"options.html#option-vim-lsp-nvim-docs-view-setupOpts-height","tokens":["position","panel","docs","bottom","view","top","the","set","height","either"],"title_tokens":["option","vim","nvim-docs-view","setupopts","height","lsp"],"anchors":[]},{"id":"1078","title":"Option: vim.lsp.nvim-docs-view.setupOpts.position","content":"Where to open the docs view panel","path":"options.html#option-vim-lsp-nvim-docs-view-setupOpts-position","tokens":["the","open","where","docs","panel","view"],"title_tokens":["setupopts","position","nvim-docs-view","option","vim","lsp"],"anchors":[]},{"id":"1079","title":"Option: vim.lsp.nvim-docs-view.setupOpts.update_mode","content":"Determines the mechanism used to update the docs view panel content.\nIf auto, the content will update upon cursor move.\nIf manual, the content will only update once :DocsViewUpdate is called","path":"options.html#option-vim-lsp-nvim-docs-view-setupOpts-update_mode","tokens":["auto","docsviewupdate","once","determines","used","update","move","mechanism","view","content","cursor","upon","docs","the","will","manual","called","panel","only"],"title_tokens":["nvim-docs-view","setupopts","vim","update_mode","option","lsp"],"anchors":[]},{"id":"1080","title":"Option: vim.lsp.nvim-docs-view.setupOpts.width","content":"Width of the docs view panel if the position is set to either left or right","path":"options.html#option-vim-lsp-nvim-docs-view-setupOpts-width","tokens":["set","panel","position","docs","left","either","the","view","width","right"],"title_tokens":["setupopts","vim","nvim-docs-view","width","option","lsp"],"anchors":[]},{"id":"1081","title":"Option: vim.lsp.otter-nvim.enable","content":"Whether to enable lsp features and a code completion source for code embedded in other documents [otter-nvim] .","path":"options.html#option-vim-lsp-otter-nvim-enable","tokens":["lsp","for","documents","completion","and","enable","features","whether","source","other","otter-nvim","code","embedded"],"title_tokens":["vim","option","enable","lsp","otter-nvim"],"anchors":[]},{"id":"1082","title":"Option: vim.lsp.otter-nvim.mappings.toggle","content":"Activate LSP on Cursor Position [otter-nvim]","path":"options.html#option-vim-lsp-otter-nvim-mappings-toggle","tokens":["activate","position","lsp","otter-nvim","cursor"],"title_tokens":["toggle","lsp","vim","option","otter-nvim","mappings"],"anchors":[]},{"id":"1083","title":"Option: vim.lsp.otter-nvim.setupOpts","content":"Option table to pass into the setup function of otter.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-otter-nvim-setupOpts","tokens":["they","into","table","pass","the","any","you","additional","docs","can","not","nvim","function","listed","otter","even","option","options","setup"],"title_tokens":["lsp","otter-nvim","option","vim","setupopts"],"anchors":[]},{"id":"1084","title":"Option: vim.lsp.otter-nvim.setupOpts.buffers.write_to_disk","content":"write .otter. files to disk on save of main buffer. Useful for some linters that require actual files. Otter files are deleted on quit or main buffer close","path":"options.html#option-vim-lsp-otter-nvim-setupOpts-buffers-write_to_disk","tokens":["save","that","are","main","close","some","require","otter","files","disk","for","useful","linters","buffer","deleted","write","actual","quit"],"title_tokens":["option","otter-nvim","buffers","lsp","setupopts","vim","write_to_disk"],"anchors":[]},{"id":"1085","title":"Option: vim.lsp.otter-nvim.setupOpts.handle_leading_whitespace","content":"otter may not work the way you expect when entire code blocks are indented (eg. in Org files) When true, otter handles these cases fully.","path":"options.html#option-vim-lsp-otter-nvim-setupOpts-handle_leading_whitespace","tokens":["may","files","otter","are","indented","cases","code","blocks","true","when","these","you","not","expect","way","entire","handles","the","fully","work","org"],"title_tokens":["option","otter-nvim","setupopts","handle_leading_whitespace","lsp","vim"],"anchors":[]},{"id":"1086","title":"Option: vim.lsp.otter-nvim.setupOpts.lsp.diagnostic_update_event","content":":h events that cause the diagnostic to update. Set to: {\"BufWritePost\", \"InsertLeave\", \"TextChanged\" } for less performant but more instant diagnostic updates","path":"options.html#option-vim-lsp-otter-nvim-setupOpts-lsp-diagnostic_update_event","tokens":["updates","but","set","bufwritepost","less","performant","that","update","events","the","more","for","diagnostic","insertleave","cause","textchanged","instant"],"title_tokens":["option","lsp","vim","otter-nvim","setupopts","diagnostic_update_event"],"anchors":[]},{"id":"1087","title":"Option: vim.lsp.otter-nvim.setupOpts.strip_wrapping_quote_characters","content":"","path":"options.html#option-vim-lsp-otter-nvim-setupOpts-strip_wrapping_quote_characters","tokens":[],"title_tokens":["option","vim","otter-nvim","setupopts","strip_wrapping_quote_characters","lsp"],"anchors":[]},{"id":"1088","title":"Option: vim.lsp.servers","content":"LSP configurations that will be managed using vim.lsp.config() and related utilities added in Neovim 0.11. LSPs defined here will be added to the resulting {file}init.lua using vim.lsp.config and enabled through vim.lsp.enable() API from Neovim below the configuration table.\nYou may review the generated configuration by running {command}nvf-print-config in a shell. Please see {command}:help lsp-config for more details on the underlying API.","path":"options.html#option-vim-lsp-servers","tokens":["enable","running","neovim","you","managed","added","configuration","config","from","resulting","may","related","utilities","lsp","init","through","review","lsp-config","more","see","below","generated","shell","here","help","for","using","lua","api","table","command","configurations","nvf-print-config","underlying","details","lsps","file","enabled","vim","will","that","defined","and","the","please"],"title_tokens":["option","servers","lsp","vim"],"anchors":[]},{"id":"1089","title":"Option: vim.lsp.servers.<name>.capabilities","content":"LSP capabilities to pass to LSP server configuration","path":"options.html#option-vim-lsp-servers--capabilities","tokens":["pass","capabilities","lsp","server","configuration"],"title_tokens":["servers","capabilities","lsp","vim","option","name"],"anchors":[]},{"id":"1090","title":"Option: vim.lsp.servers.<name>.cmd","content":"Command used to start the LSP server","path":"options.html#option-vim-lsp-servers--cmd","tokens":["used","the","lsp","server","start","command"],"title_tokens":["servers","option","cmd","vim","lsp","name"],"anchors":[]},{"id":"1091","title":"Option: vim.lsp.servers.<name>.enable","content":"Whether to enable this LSP server.","path":"options.html#option-vim-lsp-servers--enable","tokens":["server","whether","lsp","this","enable"],"title_tokens":["name","lsp","vim","option","servers","enable"],"anchors":[]},{"id":"1092","title":"Option: vim.lsp.servers.<name>.filetypes","content":"Filetypes to auto-attach LSP server in","path":"options.html#option-vim-lsp-servers--filetypes","tokens":["filetypes","server","auto-attach","lsp"],"title_tokens":["lsp","option","servers","vim","name","filetypes"],"anchors":[]},{"id":"1093","title":"Option: vim.lsp.servers.<name>.on_attach","content":"Function to execute when an LSP server attaches to a buffer","path":"options.html#option-vim-lsp-servers--on_attach","tokens":["buffer","when","attaches","execute","lsp","server","function"],"title_tokens":["on_attach","vim","name","option","lsp","servers"],"anchors":[]},{"id":"1094","title":"Option: vim.lsp.servers.<name>.root_markers","content":"\"root markers\" used to determine the root directory of the workspace, and the filetypes associated with this LSP server.","path":"options.html#option-vim-lsp-servers--root_markers","tokens":["lsp","markers","used","associated","with","determine","server","root","the","filetypes","this","workspace","and","directory"],"title_tokens":["vim","lsp","servers","name","root_markers","option"],"anchors":[]},{"id":"1095","title":"Option: vim.lsp.trouble.enable","content":"Whether to enable trouble diagnostics viewer.","path":"options.html#option-vim-lsp-trouble-enable","tokens":["trouble","whether","enable","diagnostics","viewer"],"title_tokens":["trouble","lsp","vim","option","enable"],"anchors":[]},{"id":"1096","title":"Option: vim.lsp.trouble.mappings.documentDiagnostics","content":"Document diagnostics [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-documentDiagnostics","tokens":["trouble","document","diagnostics"],"title_tokens":["vim","trouble","documentdiagnostics","lsp","option","mappings"],"anchors":[]},{"id":"1097","title":"Option: vim.lsp.trouble.mappings.locList","content":"LOCList [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-locList","tokens":["loclist","trouble"],"title_tokens":["option","lsp","vim","trouble","mappings","loclist"],"anchors":[]},{"id":"1098","title":"Option: vim.lsp.trouble.mappings.lspReferences","content":"LSP References [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-lspReferences","tokens":["references","trouble","lsp"],"title_tokens":["option","lsp","lspreferences","vim","trouble","mappings"],"anchors":[]},{"id":"1099","title":"Option: vim.lsp.trouble.mappings.quickfix","content":"QuickFix [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-quickfix","tokens":["trouble","quickfix"],"title_tokens":["mappings","lsp","trouble","option","quickfix","vim"],"anchors":[]},{"id":"1100","title":"Option: vim.lsp.trouble.mappings.symbols","content":"Symbols [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-symbols","tokens":["symbols","trouble"],"title_tokens":["lsp","option","vim","trouble","mappings","symbols"],"anchors":[]},{"id":"1101","title":"Option: vim.lsp.trouble.mappings.workspaceDiagnostics","content":"Workspace diagnostics [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-workspaceDiagnostics","tokens":["trouble","workspace","diagnostics"],"title_tokens":["option","trouble","workspacediagnostics","mappings","vim","lsp"],"anchors":[]},{"id":"1102","title":"Option: vim.lsp.trouble.setupOpts","content":"Option table to pass into the setup function of Trouble\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-trouble-setupOpts","tokens":["not","into","option","trouble","they","listed","additional","function","setup","table","pass","the","any","you","can","docs","even","options"],"title_tokens":["trouble","setupopts","lsp","option","vim"],"anchors":[]},{"id":"1103","title":"Option: vim.luaConfigPost","content":"Verbatim lua code that will be inserted after the result of the luaConfigRc DAG has been resolved\nThis option does not take a DAG set, but a string instead. Useful when you'd like to insert contents of lua configs after the DAG result.","path":"options.html#option-vim-luaConfigPost","tokens":["like","code","contents","resolved","you","has","luaconfigrc","set","when","the","useful","does","verbatim","take","option","inserted","result","instead","not","string","insert","lua","been","that","this","will","dag","after","configs","but"],"title_tokens":["luaconfigpost","vim","option"],"anchors":[]},{"id":"1104","title":"Option: vim.luaConfigPre","content":"Verbatim lua code that will be inserted before the result of luaConfigRc DAG has been resolved.\nThis option does not take a DAG set, but a string instead. Useful when you'd like to insert contents of lua configs after the DAG result.\n::: {.warning} You do not want to override this option with mkForce It is used internally to set certain options as early as possible and should be avoided unless you know what you're doing. Passing a string to this option will merge it with the default contents. :::","path":"options.html#option-vim-luaConfigPre","tokens":["will","early","code","before","resolved","take","override","mkforce","used","but","avoided","luaconfigrc","does","verbatim","result","not","this","that","internally","and","passing","like","merge","dag","insert","contents","default","string","option","what","set","unless","useful","should","certain","lua","you","possible","instead","configs","warning","been","know","after","doing","when","the","has","want","inserted","with","options"],"title_tokens":["vim","luaconfigpre","option"],"anchors":[]},{"id":"1105","title":"Option: vim.luaConfigRC","content":"Lua configuration, either as a string or a DAG.\nIf this option is passed as a DAG, it will be resolved according to the DAG resolution rules (e.g. entryBefore or entryAfter) as per the nvf extended library.","path":"options.html#option-vim-luaConfigRC","tokens":["according","the","rules","configuration","lua","option","entryafter","nvf","either","string","per","dag","this","passed","resolved","will","resolution","entrybefore","library","extended"],"title_tokens":["vim","luaconfigrc","option"],"anchors":[]},{"id":"1106","title":"Option: vim.luaPackages","content":"List of Lua packages to install","path":"options.html#option-vim-luaPackages","tokens":["install","packages","list","lua"],"title_tokens":["vim","luapackages","option"],"anchors":[]},{"id":"1107","title":"Option: vim.maps.command","content":"Mappings for command-line mode","path":"options.html#option-vim-maps-command","tokens":["mode","command-line","mappings","for"],"title_tokens":["vim","maps","command","option"],"anchors":[]},{"id":"1108","title":"Option: vim.maps.command.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-command--action","tokens":["execute","command","the"],"title_tokens":["action","option","command","maps","vim","name"],"anchors":[]},{"id":"1109","title":"Option: vim.maps.command.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-command--desc","tokens":["shown","description","this","keybind","which-key","you","enabled","have"],"title_tokens":["name","desc","maps","vim","option","command"],"anchors":[]},{"id":"1110","title":"Option: vim.maps.command.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-command--expr","tokens":["actually","expression","action","that","equivalent","adding","map","means","the"],"title_tokens":["vim","expr","option","maps","command","name"],"anchors":[]},{"id":"1111","title":"Option: vim.maps.command.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-command--lua","tokens":["will","thus","lua","not","considered","wrapped","true","action","code"],"title_tokens":["lua","option","command","name","maps","vim"],"anchors":[]},{"id":"1112","title":"Option: vim.maps.command.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-command--noremap","tokens":["the","noremap","whether","this","use","any","advised","mappings","command","which","highly","keep","variant","custom","ignoring","defined","default","action"],"title_tokens":["noremap","option","command","vim","maps","name"],"anchors":[]},{"id":"1113","title":"Option: vim.maps.command.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-command--nowait","tokens":["wait","input","whether","adding","equivalent","ambiguous","for","mappings","map","extra"],"title_tokens":["name","maps","vim","option","command","nowait"],"anchors":[]},{"id":"1114","title":"Option: vim.maps.command.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-command--script","tokens":["equivalent","adding","map"],"title_tokens":["command","vim","script","option","name","maps"],"anchors":[]},{"id":"1115","title":"Option: vim.maps.command.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-command--silent","tokens":["silent","equivalent","mapping","should","map","this","adding","whether"],"title_tokens":["name","vim","maps","option","command","silent"],"anchors":[]},{"id":"1116","title":"Option: vim.maps.command.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-command--unique","tokens":["the","whether","already","adding","map","fail","defined","equivalent"],"title_tokens":["option","name","maps","unique","command","vim"],"anchors":[]},{"id":"1117","title":"Option: vim.maps.insert","content":"Mappings for insert mode","path":"options.html#option-vim-maps-insert","tokens":["mode","mappings","insert","for"],"title_tokens":["insert","option","vim","maps"],"anchors":[]},{"id":"1118","title":"Option: vim.maps.insert.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-insert--action","tokens":["execute","command","the"],"title_tokens":["insert","name","vim","maps","option","action"],"anchors":[]},{"id":"1119","title":"Option: vim.maps.insert.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-insert--desc","tokens":["keybind","have","enabled","you","shown","which-key","description","this"],"title_tokens":["vim","insert","desc","name","maps","option"],"anchors":[]},{"id":"1120","title":"Option: vim.maps.insert.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insert--expr","tokens":["that","map","means","action","adding","actually","the","expression","equivalent"],"title_tokens":["option","insert","name","maps","expr","vim"],"anchors":[]},{"id":"1121","title":"Option: vim.maps.insert.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-insert--lua","tokens":["action","code","thus","true","will","lua","considered","not","wrapped"],"title_tokens":["vim","option","maps","insert","name","lua"],"anchors":[]},{"id":"1122","title":"Option: vim.maps.insert.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-insert--noremap","tokens":["whether","use","which","the","ignoring","noremap","defined","highly","keep","this","variant","custom","default","mappings","advised","action","any","command"],"title_tokens":["vim","insert","maps","option","noremap","name"],"anchors":[]},{"id":"1123","title":"Option: vim.maps.insert.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insert--nowait","tokens":["extra","ambiguous","map","input","wait","mappings","for","adding","equivalent","whether"],"title_tokens":["nowait","maps","option","insert","vim","name"],"anchors":[]},{"id":"1124","title":"Option: vim.maps.insert.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-insert--script","tokens":["adding","equivalent","map"],"title_tokens":["script","name","vim","maps","insert","option"],"anchors":[]},{"id":"1125","title":"Option: vim.maps.insert.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insert--silent","tokens":["equivalent","map","mapping","should","silent","adding","whether","this"],"title_tokens":["insert","option","silent","name","vim","maps"],"anchors":[]},{"id":"1126","title":"Option: vim.maps.insert.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insert--unique","tokens":["map","already","fail","whether","the","equivalent","adding","defined"],"title_tokens":["maps","name","unique","option","vim","insert"],"anchors":[]},{"id":"1127","title":"Option: vim.maps.insertCommand","content":"Mappings for insert and command-line mode","path":"options.html#option-vim-maps-insertCommand","tokens":["mode","for","mappings","insert","and","command-line"],"title_tokens":["vim","insertcommand","option","maps"],"anchors":[]},{"id":"1128","title":"Option: vim.maps.insertCommand.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-insertCommand--action","tokens":["command","execute","the"],"title_tokens":["name","option","vim","maps","insertcommand","action"],"anchors":[]},{"id":"1129","title":"Option: vim.maps.insertCommand.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-insertCommand--desc","tokens":["keybind","enabled","have","you","this","shown","which-key","description"],"title_tokens":["insertcommand","name","desc","vim","option","maps"],"anchors":[]},{"id":"1130","title":"Option: vim.maps.insertCommand.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insertCommand--expr","tokens":["actually","adding","that","map","action","expression","the","equivalent","means"],"title_tokens":["maps","expr","vim","insertcommand","option","name"],"anchors":[]},{"id":"1131","title":"Option: vim.maps.insertCommand.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-insertCommand--lua","tokens":["code","wrapped","true","thus","not","action","will","considered","lua"],"title_tokens":["option","insertcommand","vim","maps","name","lua"],"anchors":[]},{"id":"1132","title":"Option: vim.maps.insertCommand.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-insertCommand--noremap","tokens":["keep","variant","any","which","whether","command","mappings","the","advised","use","this","highly","default","action","ignoring","noremap","defined","custom"],"title_tokens":["noremap","option","vim","name","maps","insertcommand"],"anchors":[]},{"id":"1133","title":"Option: vim.maps.insertCommand.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insertCommand--nowait","tokens":["extra","adding","input","map","ambiguous","wait","whether","for","equivalent","mappings"],"title_tokens":["name","maps","insertcommand","nowait","option","vim"],"anchors":[]},{"id":"1134","title":"Option: vim.maps.insertCommand.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-insertCommand--script","tokens":["adding","map","equivalent"],"title_tokens":["insertcommand","option","maps","name","script","vim"],"anchors":[]},{"id":"1135","title":"Option: vim.maps.insertCommand.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insertCommand--silent","tokens":["this","adding","should","equivalent","whether","silent","map","mapping"],"title_tokens":["maps","insertcommand","vim","option","name","silent"],"anchors":[]},{"id":"1136","title":"Option: vim.maps.insertCommand.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insertCommand--unique","tokens":["adding","map","the","fail","defined","equivalent","already","whether"],"title_tokens":["name","option","unique","maps","insertcommand","vim"],"anchors":[]},{"id":"1137","title":"Option: vim.maps.lang","content":"Mappings for insert, command-line and lang-arg mode","path":"options.html#option-vim-maps-lang","tokens":["mode","insert","for","and","mappings","command-line","lang-arg"],"title_tokens":["vim","option","lang","maps"],"anchors":[]},{"id":"1138","title":"Option: vim.maps.lang.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-lang--action","tokens":["command","execute","the"],"title_tokens":["action","vim","maps","lang","option","name"],"anchors":[]},{"id":"1139","title":"Option: vim.maps.lang.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-lang--desc","tokens":["keybind","description","this","you","have","enabled","which-key","shown"],"title_tokens":["lang","maps","name","desc","vim","option"],"anchors":[]},{"id":"1140","title":"Option: vim.maps.lang.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-lang--expr","tokens":["expression","equivalent","that","the","action","actually","means","map","adding"],"title_tokens":["vim","name","lang","expr","maps","option"],"anchors":[]},{"id":"1141","title":"Option: vim.maps.lang.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-lang--lua","tokens":["wrapped","not","considered","will","code","thus","lua","true","action"],"title_tokens":["name","maps","lua","option","lang","vim"],"anchors":[]},{"id":"1142","title":"Option: vim.maps.lang.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-lang--noremap","tokens":["defined","advised","whether","highly","default","command","which","the","custom","action","noremap","ignoring","this","variant","keep","any","mappings","use"],"title_tokens":["vim","maps","option","name","noremap","lang"],"anchors":[]},{"id":"1143","title":"Option: vim.maps.lang.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-lang--nowait","tokens":["ambiguous","wait","adding","whether","mappings","equivalent","input","map","extra","for"],"title_tokens":["lang","vim","nowait","name","maps","option"],"anchors":[]},{"id":"1144","title":"Option: vim.maps.lang.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-lang--script","tokens":["map","equivalent","adding"],"title_tokens":["option","lang","maps","name","script","vim"],"anchors":[]},{"id":"1145","title":"Option: vim.maps.lang.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-lang--silent","tokens":["whether","silent","equivalent","map","should","mapping","adding","this"],"title_tokens":["vim","name","silent","option","maps","lang"],"anchors":[]},{"id":"1146","title":"Option: vim.maps.lang.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-lang--unique","tokens":["whether","map","already","fail","the","adding","defined","equivalent"],"title_tokens":["vim","name","option","unique","maps","lang"],"anchors":[]},{"id":"1147","title":"Option: vim.maps.normal","content":"Mappings for normal mode","path":"options.html#option-vim-maps-normal","tokens":["mappings","mode","normal","for"],"title_tokens":["normal","option","maps","vim"],"anchors":[]},{"id":"1148","title":"Option: vim.maps.normal.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-normal--action","tokens":["the","command","execute"],"title_tokens":["action","maps","vim","normal","option","name"],"anchors":[]},{"id":"1149","title":"Option: vim.maps.normal.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-normal--desc","tokens":["enabled","you","shown","this","keybind","description","which-key","have"],"title_tokens":["name","maps","vim","desc","normal","option"],"anchors":[]},{"id":"1150","title":"Option: vim.maps.normal.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normal--expr","tokens":["actually","the","means","that","adding","map","action","expression","equivalent"],"title_tokens":["normal","name","option","maps","expr","vim"],"anchors":[]},{"id":"1151","title":"Option: vim.maps.normal.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-normal--lua","tokens":["not","thus","will","action","true","considered","wrapped","lua","code"],"title_tokens":["normal","option","name","lua","maps","vim"],"anchors":[]},{"id":"1152","title":"Option: vim.maps.normal.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-normal--noremap","tokens":["whether","which","defined","default","ignoring","any","noremap","the","advised","action","variant","mappings","command","use","keep","this","custom","highly"],"title_tokens":["name","noremap","maps","normal","option","vim"],"anchors":[]},{"id":"1153","title":"Option: vim.maps.normal.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normal--nowait","tokens":["extra","ambiguous","equivalent","map","wait","mappings","input","adding","for","whether"],"title_tokens":["name","nowait","option","vim","maps","normal"],"anchors":[]},{"id":"1154","title":"Option: vim.maps.normal.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-normal--script","tokens":["adding","map","equivalent"],"title_tokens":["maps","vim","normal","name","script","option"],"anchors":[]},{"id":"1155","title":"Option: vim.maps.normal.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normal--silent","tokens":["whether","this","silent","should","equivalent","map","mapping","adding"],"title_tokens":["maps","silent","option","name","normal","vim"],"anchors":[]},{"id":"1156","title":"Option: vim.maps.normal.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normal--unique","tokens":["defined","the","adding","equivalent","already","whether","fail","map"],"title_tokens":["vim","name","normal","option","maps","unique"],"anchors":[]},{"id":"1157","title":"Option: vim.maps.normalVisualOp","content":"Mappings for normal, visual, select and operator-pending (same as plain 'map') mode","path":"options.html#option-vim-maps-normalVisualOp","tokens":["visual","same","for","select","normal","and","plain","map","mode","mappings","operator-pending"],"title_tokens":["maps","normalvisualop","option","vim"],"anchors":[]},{"id":"1158","title":"Option: vim.maps.normalVisualOp.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-normalVisualOp--action","tokens":["command","execute","the"],"title_tokens":["vim","option","maps","name","action","normalvisualop"],"anchors":[]},{"id":"1159","title":"Option: vim.maps.normalVisualOp.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-normalVisualOp--desc","tokens":["keybind","which-key","have","description","this","shown","you","enabled"],"title_tokens":["desc","option","vim","maps","normalvisualop","name"],"anchors":[]},{"id":"1160","title":"Option: vim.maps.normalVisualOp.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normalVisualOp--expr","tokens":["means","actually","adding","that","expression","map","the","action","equivalent"],"title_tokens":["normalvisualop","name","option","maps","vim","expr"],"anchors":[]},{"id":"1161","title":"Option: vim.maps.normalVisualOp.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-normalVisualOp--lua","tokens":["true","considered","not","lua","code","wrapped","thus","action","will"],"title_tokens":["vim","name","normalvisualop","option","lua","maps"],"anchors":[]},{"id":"1162","title":"Option: vim.maps.normalVisualOp.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-normalVisualOp--noremap","tokens":["the","default","defined","custom","whether","any","highly","advised","use","variant","noremap","keep","which","action","command","mappings","this","ignoring"],"title_tokens":["vim","option","maps","name","noremap","normalvisualop"],"anchors":[]},{"id":"1163","title":"Option: vim.maps.normalVisualOp.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normalVisualOp--nowait","tokens":["whether","input","map","wait","mappings","adding","for","extra","equivalent","ambiguous"],"title_tokens":["vim","name","maps","nowait","normalvisualop","option"],"anchors":[]},{"id":"1164","title":"Option: vim.maps.normalVisualOp.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-normalVisualOp--script","tokens":["map","equivalent","adding"],"title_tokens":["maps","vim","normalvisualop","name","script","option"],"anchors":[]},{"id":"1165","title":"Option: vim.maps.normalVisualOp.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normalVisualOp--silent","tokens":["map","mapping","whether","silent","should","this","equivalent","adding"],"title_tokens":["maps","name","silent","normalvisualop","option","vim"],"anchors":[]},{"id":"1166","title":"Option: vim.maps.normalVisualOp.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normalVisualOp--unique","tokens":["map","fail","defined","whether","already","adding","equivalent","the"],"title_tokens":["option","maps","normalvisualop","vim","name","unique"],"anchors":[]},{"id":"1167","title":"Option: vim.maps.operator","content":"Mappings for operator-pending mode","path":"options.html#option-vim-maps-operator","tokens":["mode","for","operator-pending","mappings"],"title_tokens":["maps","option","operator","vim"],"anchors":[]},{"id":"1168","title":"Option: vim.maps.operator.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-operator--action","tokens":["command","the","execute"],"title_tokens":["operator","name","maps","vim","action","option"],"anchors":[]},{"id":"1169","title":"Option: vim.maps.operator.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-operator--desc","tokens":["shown","which-key","keybind","description","you","enabled","have","this"],"title_tokens":["operator","vim","maps","option","name","desc"],"anchors":[]},{"id":"1170","title":"Option: vim.maps.operator.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-operator--expr","tokens":["expression","means","that","map","equivalent","adding","actually","action","the"],"title_tokens":["vim","option","expr","operator","name","maps"],"anchors":[]},{"id":"1171","title":"Option: vim.maps.operator.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-operator--lua","tokens":["will","considered","wrapped","code","not","action","true","lua","thus"],"title_tokens":["name","lua","option","vim","maps","operator"],"anchors":[]},{"id":"1172","title":"Option: vim.maps.operator.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-operator--noremap","tokens":["which","mappings","use","highly","command","the","noremap","any","action","variant","advised","ignoring","whether","custom","defined","keep","default","this"],"title_tokens":["vim","maps","operator","name","option","noremap"],"anchors":[]},{"id":"1173","title":"Option: vim.maps.operator.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-operator--nowait","tokens":["whether","for","ambiguous","equivalent","extra","wait","input","mappings","adding","map"],"title_tokens":["option","vim","maps","name","operator","nowait"],"anchors":[]},{"id":"1174","title":"Option: vim.maps.operator.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-operator--script","tokens":["map","equivalent","adding"],"title_tokens":["script","operator","maps","name","option","vim"],"anchors":[]},{"id":"1175","title":"Option: vim.maps.operator.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-operator--silent","tokens":["should","equivalent","silent","whether","map","adding","mapping","this"],"title_tokens":["operator","option","name","silent","vim","maps"],"anchors":[]},{"id":"1176","title":"Option: vim.maps.operator.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-operator--unique","tokens":["adding","fail","map","whether","the","already","defined","equivalent"],"title_tokens":["option","maps","operator","name","unique","vim"],"anchors":[]},{"id":"1177","title":"Option: vim.maps.select","content":"Mappings for select mode","path":"options.html#option-vim-maps-select","tokens":["select","mappings","mode","for"],"title_tokens":["vim","option","select","maps"],"anchors":[]},{"id":"1178","title":"Option: vim.maps.select.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-select--action","tokens":["execute","the","command"],"title_tokens":["option","name","maps","vim","select","action"],"anchors":[]},{"id":"1179","title":"Option: vim.maps.select.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-select--desc","tokens":["keybind","description","shown","which-key","you","have","this","enabled"],"title_tokens":["select","desc","name","option","maps","vim"],"anchors":[]},{"id":"1180","title":"Option: vim.maps.select.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-select--expr","tokens":["equivalent","map","action","actually","adding","that","expression","means","the"],"title_tokens":["vim","maps","name","expr","select","option"],"anchors":[]},{"id":"1181","title":"Option: vim.maps.select.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-select--lua","tokens":["action","considered","lua","thus","code","true","not","wrapped","will"],"title_tokens":["select","vim","option","lua","name","maps"],"anchors":[]},{"id":"1182","title":"Option: vim.maps.select.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-select--noremap","tokens":["noremap","action","variant","custom","ignoring","mappings","this","defined","highly","keep","whether","command","which","default","advised","use","the","any"],"title_tokens":["maps","vim","select","name","option","noremap"],"anchors":[]},{"id":"1183","title":"Option: vim.maps.select.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-select--nowait","tokens":["whether","mappings","extra","input","adding","ambiguous","map","wait","equivalent","for"],"title_tokens":["nowait","option","vim","maps","select","name"],"anchors":[]},{"id":"1184","title":"Option: vim.maps.select.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-select--script","tokens":["equivalent","adding","map"],"title_tokens":["script","vim","select","name","option","maps"],"anchors":[]},{"id":"1185","title":"Option: vim.maps.select.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-select--silent","tokens":["adding","whether","map","should","equivalent","mapping","silent","this"],"title_tokens":["option","vim","select","silent","name","maps"],"anchors":[]},{"id":"1186","title":"Option: vim.maps.select.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-select--unique","tokens":["the","fail","adding","defined","already","whether","equivalent","map"],"title_tokens":["vim","option","unique","name","maps","select"],"anchors":[]},{"id":"1187","title":"Option: vim.maps.terminal","content":"Mappings for terminal mode","path":"options.html#option-vim-maps-terminal","tokens":["terminal","mode","mappings","for"],"title_tokens":["terminal","vim","option","maps"],"anchors":[]},{"id":"1188","title":"Option: vim.maps.terminal.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-terminal--action","tokens":["command","the","execute"],"title_tokens":["vim","option","name","terminal","action","maps"],"anchors":[]},{"id":"1189","title":"Option: vim.maps.terminal.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-terminal--desc","tokens":["you","which-key","description","this","keybind","enabled","shown","have"],"title_tokens":["maps","terminal","name","option","desc","vim"],"anchors":[]},{"id":"1190","title":"Option: vim.maps.terminal.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-terminal--expr","tokens":["map","the","action","that","actually","equivalent","adding","means","expression"],"title_tokens":["vim","maps","name","terminal","expr","option"],"anchors":[]},{"id":"1191","title":"Option: vim.maps.terminal.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-terminal--lua","tokens":["lua","code","will","considered","action","true","not","wrapped","thus"],"title_tokens":["terminal","maps","option","lua","vim","name"],"anchors":[]},{"id":"1192","title":"Option: vim.maps.terminal.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-terminal--noremap","tokens":["whether","ignoring","any","this","noremap","which","mappings","defined","custom","use","highly","variant","action","advised","keep","the","command","default"],"title_tokens":["name","option","vim","maps","noremap","terminal"],"anchors":[]},{"id":"1193","title":"Option: vim.maps.terminal.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-terminal--nowait","tokens":["for","mappings","extra","ambiguous","wait","equivalent","map","whether","input","adding"],"title_tokens":["terminal","nowait","option","maps","name","vim"],"anchors":[]},{"id":"1194","title":"Option: vim.maps.terminal.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-terminal--script","tokens":["equivalent","adding","map"],"title_tokens":["script","option","maps","vim","terminal","name"],"anchors":[]},{"id":"1195","title":"Option: vim.maps.terminal.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-terminal--silent","tokens":["silent","this","equivalent","mapping","map","whether","adding","should"],"title_tokens":["silent","maps","terminal","vim","name","option"],"anchors":[]},{"id":"1196","title":"Option: vim.maps.terminal.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-terminal--unique","tokens":["whether","defined","equivalent","fail","already","adding","map","the"],"title_tokens":["vim","terminal","name","option","maps","unique"],"anchors":[]},{"id":"1197","title":"Option: vim.maps.visual","content":"Mappings for visual and select mode","path":"options.html#option-vim-maps-visual","tokens":["mappings","mode","for","select","and","visual"],"title_tokens":["maps","option","visual","vim"],"anchors":[]},{"id":"1198","title":"Option: vim.maps.visual.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-visual--action","tokens":["command","the","execute"],"title_tokens":["maps","action","visual","name","option","vim"],"anchors":[]},{"id":"1199","title":"Option: vim.maps.visual.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-visual--desc","tokens":["this","keybind","which-key","shown","have","description","you","enabled"],"title_tokens":["vim","desc","option","maps","name","visual"],"anchors":[]},{"id":"1200","title":"Option: vim.maps.visual.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visual--expr","tokens":["map","actually","equivalent","means","action","adding","that","expression","the"],"title_tokens":["vim","name","expr","option","maps","visual"],"anchors":[]},{"id":"1201","title":"Option: vim.maps.visual.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-visual--lua","tokens":["considered","lua","not","action","will","code","wrapped","thus","true"],"title_tokens":["visual","name","lua","option","vim","maps"],"anchors":[]},{"id":"1202","title":"Option: vim.maps.visual.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-visual--noremap","tokens":["any","action","custom","highly","keep","noremap","the","ignoring","use","variant","command","whether","this","which","advised","default","mappings","defined"],"title_tokens":["maps","vim","noremap","name","option","visual"],"anchors":[]},{"id":"1203","title":"Option: vim.maps.visual.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visual--nowait","tokens":["whether","extra","for","map","wait","ambiguous","mappings","equivalent","input","adding"],"title_tokens":["visual","vim","nowait","option","maps","name"],"anchors":[]},{"id":"1204","title":"Option: vim.maps.visual.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-visual--script","tokens":["adding","map","equivalent"],"title_tokens":["option","name","vim","script","visual","maps"],"anchors":[]},{"id":"1205","title":"Option: vim.maps.visual.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visual--silent","tokens":["map","mapping","equivalent","whether","silent","this","should","adding"],"title_tokens":["name","maps","silent","vim","visual","option"],"anchors":[]},{"id":"1206","title":"Option: vim.maps.visual.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visual--unique","tokens":["the","map","equivalent","fail","already","adding","whether","defined"],"title_tokens":["unique","vim","visual","option","maps","name"],"anchors":[]},{"id":"1207","title":"Option: vim.maps.visualOnly","content":"Mappings for visual only mode","path":"options.html#option-vim-maps-visualOnly","tokens":["mappings","only","mode","visual","for"],"title_tokens":["option","visualonly","vim","maps"],"anchors":[]},{"id":"1208","title":"Option: vim.maps.visualOnly.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-visualOnly--action","tokens":["the","command","execute"],"title_tokens":["vim","action","visualonly","name","option","maps"],"anchors":[]},{"id":"1209","title":"Option: vim.maps.visualOnly.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-visualOnly--desc","tokens":["this","description","keybind","shown","you","enabled","which-key","have"],"title_tokens":["desc","name","vim","option","maps","visualonly"],"anchors":[]},{"id":"1210","title":"Option: vim.maps.visualOnly.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visualOnly--expr","tokens":["adding","map","means","actually","expression","the","action","equivalent","that"],"title_tokens":["maps","option","visualonly","expr","vim","name"],"anchors":[]},{"id":"1211","title":"Option: vim.maps.visualOnly.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-visualOnly--lua","tokens":["code","considered","lua","not","true","will","wrapped","action","thus"],"title_tokens":["vim","option","maps","lua","name","visualonly"],"anchors":[]},{"id":"1212","title":"Option: vim.maps.visualOnly.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-visualOnly--noremap","tokens":["advised","default","the","defined","use","this","command","mappings","custom","action","noremap","highly","whether","ignoring","keep","any","variant","which"],"title_tokens":["noremap","option","visualonly","name","vim","maps"],"anchors":[]},{"id":"1213","title":"Option: vim.maps.visualOnly.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visualOnly--nowait","tokens":["map","for","wait","whether","extra","input","ambiguous","mappings","equivalent","adding"],"title_tokens":["visualonly","option","maps","name","nowait","vim"],"anchors":[]},{"id":"1214","title":"Option: vim.maps.visualOnly.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-visualOnly--script","tokens":["equivalent","adding","map"],"title_tokens":["option","name","vim","visualonly","maps","script"],"anchors":[]},{"id":"1215","title":"Option: vim.maps.visualOnly.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visualOnly--silent","tokens":["whether","should","equivalent","this","mapping","adding","silent","map"],"title_tokens":["vim","name","silent","maps","visualonly","option"],"anchors":[]},{"id":"1216","title":"Option: vim.maps.visualOnly.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visualOnly--unique","tokens":["the","adding","map","fail","equivalent","whether","already","defined"],"title_tokens":["maps","visualonly","name","unique","option","vim"],"anchors":[]},{"id":"1217","title":"Option: vim.mini.ai.enable","content":"Whether to enable mini.ai.","path":"options.html#option-vim-mini-ai-enable","tokens":["enable","mini","whether"],"title_tokens":["enable","vim","mini","option"],"anchors":[]},{"id":"1218","title":"Option: vim.mini.ai.setupOpts","content":"Option table to pass into the setup function of mini.ai\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-ai-setupOpts","tokens":["pass","additional","not","table","setup","listed","docs","option","into","function","they","can","any","mini","options","the","even","you"],"title_tokens":["setupopts","mini","option","vim"],"anchors":[]},{"id":"1219","title":"Option: vim.mini.align.enable","content":"Whether to enable mini.align.","path":"options.html#option-vim-mini-align-enable","tokens":["enable","mini","whether","align"],"title_tokens":["vim","option","mini","align","enable"],"anchors":[]},{"id":"1220","title":"Option: vim.mini.align.setupOpts","content":"Option table to pass into the setup function of mini.align\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-align-setupOpts","tokens":["not","you","listed","docs","option","options","additional","into","mini","even","setup","table","can","pass","the","function","they","align","any"],"title_tokens":["option","mini","setupopts","vim","align"],"anchors":[]},{"id":"1221","title":"Option: vim.mini.animate.enable","content":"Whether to enable mini.animate.","path":"options.html#option-vim-mini-animate-enable","tokens":["mini","whether","animate","enable"],"title_tokens":["option","vim","animate","enable","mini"],"anchors":[]},{"id":"1222","title":"Option: vim.mini.animate.setupOpts","content":"Option table to pass into the setup function of mini.animate\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-animate-setupOpts","tokens":["the","setup","docs","not","mini","any","even","listed","pass","options","they","option","function","can","animate","into","you","table","additional"],"title_tokens":["option","mini","animate","setupopts","vim"],"anchors":[]},{"id":"1223","title":"Option: vim.mini.basics.enable","content":"Whether to enable mini.basics.","path":"options.html#option-vim-mini-basics-enable","tokens":["basics","whether","enable","mini"],"title_tokens":["vim","mini","basics","enable","option"],"anchors":[]},{"id":"1224","title":"Option: vim.mini.basics.setupOpts","content":"Option table to pass into the setup function of mini.basics\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-basics-setupOpts","tokens":["setup","can","you","the","pass","even","not","into","mini","they","any","function","table","additional","listed","docs","option","basics","options"],"title_tokens":["vim","mini","basics","option","setupopts"],"anchors":[]},{"id":"1225","title":"Option: vim.mini.bracketed.enable","content":"Whether to enable mini.bracketed.","path":"options.html#option-vim-mini-bracketed-enable","tokens":["whether","enable","bracketed","mini"],"title_tokens":["mini","enable","vim","bracketed","option"],"anchors":[]},{"id":"1226","title":"Option: vim.mini.bracketed.setupOpts","content":"Option table to pass into the setup function of mini.bracketed\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-bracketed-setupOpts","tokens":["bracketed","into","you","additional","options","option","mini","any","listed","not","the","setup","function","can","even","table","pass","they","docs"],"title_tokens":["bracketed","vim","mini","setupopts","option"],"anchors":[]},{"id":"1227","title":"Option: vim.mini.bufremove.enable","content":"Whether to enable mini.bufremove.","path":"options.html#option-vim-mini-bufremove-enable","tokens":["whether","enable","mini","bufremove"],"title_tokens":["option","bufremove","enable","vim","mini"],"anchors":[]},{"id":"1228","title":"Option: vim.mini.bufremove.setupOpts","content":"Option table to pass into the setup function of mini.bufremove\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-bufremove-setupOpts","tokens":["they","table","pass","into","setup","options","bufremove","docs","not","option","you","even","additional","the","mini","function","can","any","listed"],"title_tokens":["option","mini","vim","bufremove","setupopts"],"anchors":[]},{"id":"1229","title":"Option: vim.mini.clue.enable","content":"Whether to enable mini.clue.","path":"options.html#option-vim-mini-clue-enable","tokens":["enable","whether","clue","mini"],"title_tokens":["enable","option","vim","mini","clue"],"anchors":[]},{"id":"1230","title":"Option: vim.mini.clue.setupOpts","content":"Option table to pass into the setup function of mini.clue\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-clue-setupOpts","tokens":["table","into","you","listed","the","additional","function","mini","pass","even","setup","clue","any","options","they","can","docs","not","option"],"title_tokens":["clue","option","setupopts","vim","mini"],"anchors":[]},{"id":"1231","title":"Option: vim.mini.colors.enable","content":"Whether to enable mini.colors.","path":"options.html#option-vim-mini-colors-enable","tokens":["mini","colors","whether","enable"],"title_tokens":["mini","enable","colors","vim","option"],"anchors":[]},{"id":"1232","title":"Option: vim.mini.comment.enable","content":"Whether to enable mini.comment.","path":"options.html#option-vim-mini-comment-enable","tokens":["comment","enable","mini","whether"],"title_tokens":["comment","vim","enable","option","mini"],"anchors":[]},{"id":"1233","title":"Option: vim.mini.comment.setupOpts","content":"Option table to pass into the setup function of mini.comment\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-comment-setupOpts","tokens":["they","not","even","docs","into","comment","can","additional","mini","you","function","option","any","listed","pass","table","options","setup","the"],"title_tokens":["mini","option","vim","comment","setupopts"],"anchors":[]},{"id":"1234","title":"Option: vim.mini.completion.enable","content":"Whether to enable mini.completion.","path":"options.html#option-vim-mini-completion-enable","tokens":["completion","enable","mini","whether"],"title_tokens":["option","vim","completion","mini","enable"],"anchors":[]},{"id":"1235","title":"Option: vim.mini.completion.setupOpts","content":"Option table to pass into the setup function of mini.completion\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-completion-setupOpts","tokens":["additional","setup","function","table","pass","not","can","options","listed","option","they","the","any","you","even","into","docs","mini","completion"],"title_tokens":["option","vim","mini","completion","setupopts"],"anchors":[]},{"id":"1236","title":"Option: vim.mini.cursorword.enable","content":"Whether to enable mini.cursorword.","path":"options.html#option-vim-mini-cursorword-enable","tokens":["whether","enable","mini","cursorword"],"title_tokens":["vim","cursorword","option","mini","enable"],"anchors":[]},{"id":"1237","title":"Option: vim.mini.cursorword.setupOpts","content":"Option table to pass into the setup function of mini.cursorword\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-cursorword-setupOpts","tokens":["table","can","the","you","mini","setup","additional","options","not","pass","even","listed","option","into","they","cursorword","docs","function","any"],"title_tokens":["vim","setupopts","mini","cursorword","option"],"anchors":[]},{"id":"1238","title":"Option: vim.mini.diff.enable","content":"Whether to enable mini.diff.","path":"options.html#option-vim-mini-diff-enable","tokens":["enable","diff","mini","whether"],"title_tokens":["diff","enable","vim","option","mini"],"anchors":[]},{"id":"1239","title":"Option: vim.mini.diff.setupOpts","content":"Option table to pass into the setup function of mini.diff\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-diff-setupOpts","tokens":["even","setup","options","not","table","they","docs","any","listed","additional","option","pass","mini","into","the","you","diff","can","function"],"title_tokens":["vim","mini","setupopts","diff","option"],"anchors":[]},{"id":"1240","title":"Option: vim.mini.doc.enable","content":"Whether to enable mini.doc.","path":"options.html#option-vim-mini-doc-enable","tokens":["doc","enable","whether","mini"],"title_tokens":["mini","vim","doc","enable","option"],"anchors":[]},{"id":"1241","title":"Option: vim.mini.doc.setupOpts","content":"Option table to pass into the setup function of mini.doc\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-doc-setupOpts","tokens":["option","additional","docs","table","into","not","can","setup","the","options","you","function","doc","mini","pass","any","they","even","listed"],"title_tokens":["doc","vim","option","mini","setupopts"],"anchors":[]},{"id":"1242","title":"Option: vim.mini.extra.enable","content":"Whether to enable mini.extra.","path":"options.html#option-vim-mini-extra-enable","tokens":["extra","whether","enable","mini"],"title_tokens":["extra","enable","option","mini","vim"],"anchors":[]},{"id":"1243","title":"Option: vim.mini.files.enable","content":"Whether to enable mini.files.","path":"options.html#option-vim-mini-files-enable","tokens":["mini","files","whether","enable"],"title_tokens":["enable","vim","option","files","mini"],"anchors":[]},{"id":"1244","title":"Option: vim.mini.files.setupOpts","content":"Option table to pass into the setup function of mini.files\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-files-setupOpts","tokens":["you","even","can","table","any","options","the","pass","setup","into","function","additional","listed","not","files","they","option","docs","mini"],"title_tokens":["setupopts","option","vim","mini","files"],"anchors":[]},{"id":"1245","title":"Option: vim.mini.fuzzy.enable","content":"Whether to enable mini.fuzzy.","path":"options.html#option-vim-mini-fuzzy-enable","tokens":["fuzzy","enable","mini","whether"],"title_tokens":["fuzzy","option","enable","mini","vim"],"anchors":[]},{"id":"1246","title":"Option: vim.mini.fuzzy.setupOpts","content":"Option table to pass into the setup function of mini.fuzzy\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-fuzzy-setupOpts","tokens":["docs","can","into","any","they","listed","even","table","fuzzy","not","option","additional","the","setup","function","mini","options","you","pass"],"title_tokens":["mini","setupopts","option","vim","fuzzy"],"anchors":[]},{"id":"1247","title":"Option: vim.mini.git.enable","content":"Whether to enable mini.git.","path":"options.html#option-vim-mini-git-enable","tokens":["mini","whether","git","enable"],"title_tokens":["git","option","enable","vim","mini"],"anchors":[]},{"id":"1248","title":"Option: vim.mini.git.setupOpts","content":"Option table to pass into the setup function of mini.git\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-git-setupOpts","tokens":["table","pass","any","you","setup","docs","can","git","into","the","options","option","they","listed","function","additional","not","mini","even"],"title_tokens":["option","git","setupopts","vim","mini"],"anchors":[]},{"id":"1249","title":"Option: vim.mini.hipatterns.enable","content":"Whether to enable mini.hipatterns.","path":"options.html#option-vim-mini-hipatterns-enable","tokens":["enable","mini","whether","hipatterns"],"title_tokens":["vim","enable","mini","option","hipatterns"],"anchors":[]},{"id":"1250","title":"Option: vim.mini.hipatterns.setupOpts","content":"Option table to pass into the setup function of mini.hipatterns\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-hipatterns-setupOpts","tokens":["setup","mini","can","docs","you","pass","function","table","additional","they","even","option","into","any","not","the","hipatterns","listed","options"],"title_tokens":["mini","vim","hipatterns","setupopts","option"],"anchors":[]},{"id":"1251","title":"Option: vim.mini.hues.enable","content":"Whether to enable mini.hues.","path":"options.html#option-vim-mini-hues-enable","tokens":["whether","enable","hues","mini"],"title_tokens":["mini","vim","option","hues","enable"],"anchors":[]},{"id":"1252","title":"Option: vim.mini.hues.setupOpts","content":"Option table to pass into the setup function of mini.hues\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-hues-setupOpts","tokens":["mini","you","options","function","option","can","docs","the","additional","even","not","any","they","listed","into","setup","pass","table","hues"],"title_tokens":["option","mini","vim","hues","setupopts"],"anchors":[]},{"id":"1253","title":"Option: vim.mini.hues.setupOpts.background","content":"The hex color for the background color of the color scheme, prefixed with #","path":"options.html#option-vim-mini-hues-setupOpts-background","tokens":["background","with","scheme","the","hex","color","prefixed","for"],"title_tokens":["hues","background","vim","mini","option","setupopts"],"anchors":[]},{"id":"1254","title":"Option: vim.mini.hues.setupOpts.foreground","content":"The hex color for the foreground color of the color scheme, prefixed with #","path":"options.html#option-vim-mini-hues-setupOpts-foreground","tokens":["with","hex","for","color","the","foreground","scheme","prefixed"],"title_tokens":["setupopts","foreground","hues","mini","option","vim"],"anchors":[]},{"id":"1255","title":"Option: vim.mini.icons.enable","content":"Whether to enable mini.icons.","path":"options.html#option-vim-mini-icons-enable","tokens":["icons","whether","mini","enable"],"title_tokens":["option","enable","mini","vim","icons"],"anchors":[]},{"id":"1256","title":"Option: vim.mini.icons.setupOpts","content":"Option table to pass into the setup function of mini.icons\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-icons-setupOpts","tokens":["they","table","icons","option","listed","any","into","even","you","additional","options","mini","setup","can","docs","not","the","function","pass"],"title_tokens":["vim","setupopts","icons","option","mini"],"anchors":[]},{"id":"1257","title":"Option: vim.mini.indentscope.enable","content":"Whether to enable mini.indentscope.","path":"options.html#option-vim-mini-indentscope-enable","tokens":["enable","mini","whether","indentscope"],"title_tokens":["vim","mini","option","enable","indentscope"],"anchors":[]},{"id":"1258","title":"Option: vim.mini.indentscope.setupOpts","content":"Option table to pass into the setup function of mini.indentscope\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-indentscope-setupOpts","tokens":["indentscope","you","can","option","they","the","mini","options","setup","any","function","table","listed","not","additional","docs","into","pass","even"],"title_tokens":["mini","option","vim","setupopts","indentscope"],"anchors":[]},{"id":"1259","title":"Option: vim.mini.indentscope.setupOpts.ignore_filetypes","content":"File types to ignore for illuminate","path":"options.html#option-vim-mini-indentscope-setupOpts-ignore_filetypes","tokens":["for","ignore","file","types","illuminate"],"title_tokens":["setupopts","option","mini","ignore_filetypes","vim","indentscope"],"anchors":[]},{"id":"1260","title":"Option: vim.mini.jump.enable","content":"Whether to enable mini.jump.","path":"options.html#option-vim-mini-jump-enable","tokens":["mini","enable","whether","jump"],"title_tokens":["vim","jump","enable","option","mini"],"anchors":[]},{"id":"1261","title":"Option: vim.mini.jump.setupOpts","content":"Option table to pass into the setup function of mini.jump\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-jump-setupOpts","tokens":["they","pass","mini","not","the","options","can","even","setup","option","listed","docs","you","additional","jump","function","table","into","any"],"title_tokens":["mini","option","vim","setupopts","jump"],"anchors":[]},{"id":"1262","title":"Option: vim.mini.jump2d.enable","content":"Whether to enable mini.jump2d.","path":"options.html#option-vim-mini-jump2d-enable","tokens":["whether","enable","jump2d","mini"],"title_tokens":["mini","vim","option","jump2d","enable"],"anchors":[]},{"id":"1263","title":"Option: vim.mini.jump2d.setupOpts","content":"Option table to pass into the setup function of mini.jump2d\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-jump2d-setupOpts","tokens":["into","you","jump2d","any","they","mini","pass","listed","the","function","not","option","can","table","additional","even","docs","options","setup"],"title_tokens":["option","jump2d","vim","setupopts","mini"],"anchors":[]},{"id":"1264","title":"Option: vim.mini.map.enable","content":"Whether to enable mini.map.","path":"options.html#option-vim-mini-map-enable","tokens":["whether","map","enable","mini"],"title_tokens":["option","vim","mini","map","enable"],"anchors":[]},{"id":"1265","title":"Option: vim.mini.map.setupOpts","content":"Option table to pass into the setup function of mini.map\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-map-setupOpts","tokens":["mini","docs","table","into","they","you","can","pass","setup","the","additional","even","not","listed","map","any","options","option","function"],"title_tokens":["mini","map","vim","option","setupopts"],"anchors":[]},{"id":"1266","title":"Option: vim.mini.misc.enable","content":"Whether to enable mini.misc.","path":"options.html#option-vim-mini-misc-enable","tokens":["misc","whether","enable","mini"],"title_tokens":["vim","enable","mini","misc","option"],"anchors":[]},{"id":"1267","title":"Option: vim.mini.misc.setupOpts","content":"Option table to pass into the setup function of mini.misc\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-misc-setupOpts","tokens":["the","any","listed","into","option","can","additional","they","docs","not","misc","pass","function","mini","you","even","setup","options","table"],"title_tokens":["option","mini","vim","misc","setupopts"],"anchors":[]},{"id":"1268","title":"Option: vim.mini.move.enable","content":"Whether to enable mini.move.","path":"options.html#option-vim-mini-move-enable","tokens":["whether","move","enable","mini"],"title_tokens":["option","enable","vim","mini","move"],"anchors":[]},{"id":"1269","title":"Option: vim.mini.move.setupOpts","content":"Option table to pass into the setup function of mini.move\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-move-setupOpts","tokens":["you","any","option","pass","additional","can","they","mini","listed","not","move","into","table","even","the","function","docs","setup","options"],"title_tokens":["setupopts","move","mini","option","vim"],"anchors":[]},{"id":"1270","title":"Option: vim.mini.notify.enable","content":"Whether to enable mini.notify.","path":"options.html#option-vim-mini-notify-enable","tokens":["whether","notify","enable","mini"],"title_tokens":["vim","mini","enable","notify","option"],"anchors":[]},{"id":"1271","title":"Option: vim.mini.notify.notifyOpts","content":"Option table to pass into the setup function of mini.notify notifications\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-notify-notifyOpts","tokens":["notify","options","not","docs","setup","pass","any","into","table","the","additional","even","mini","they","notifications","listed","you","can","function","option"],"title_tokens":["option","vim","notify","mini","notifyopts"],"anchors":[]},{"id":"1272","title":"Option: vim.mini.notify.notifyOpts.DEBUG.duration","content":"The duration of the debug notification","path":"options.html#option-vim-mini-notify-notifyOpts-DEBUG-duration","tokens":["notification","duration","the","debug"],"title_tokens":["mini","duration","option","vim","debug","notify","notifyopts"],"anchors":[]},{"id":"1273","title":"Option: vim.mini.notify.notifyOpts.DEBUG.hl_group","content":"The highlight group of the debug notification","path":"options.html#option-vim-mini-notify-notifyOpts-DEBUG-hl_group","tokens":["debug","notification","the","highlight","group"],"title_tokens":["vim","notify","hl_group","mini","notifyopts","debug","option"],"anchors":[]},{"id":"1274","title":"Option: vim.mini.notify.notifyOpts.ERROR.duration","content":"The duration of the error notification","path":"options.html#option-vim-mini-notify-notifyOpts-ERROR-duration","tokens":["notification","the","error","duration"],"title_tokens":["vim","option","mini","notify","notifyopts","error","duration"],"anchors":[]},{"id":"1275","title":"Option: vim.mini.notify.notifyOpts.ERROR.hl_group","content":"The highlight group of the error notification","path":"options.html#option-vim-mini-notify-notifyOpts-ERROR-hl_group","tokens":["group","error","the","highlight","notification"],"title_tokens":["option","vim","mini","notify","error","notifyopts","hl_group"],"anchors":[]},{"id":"1276","title":"Option: vim.mini.notify.notifyOpts.INFO.duration","content":"The duration of the info notification","path":"options.html#option-vim-mini-notify-notifyOpts-INFO-duration","tokens":["the","duration","notification","info"],"title_tokens":["vim","option","notify","mini","info","duration","notifyopts"],"anchors":[]},{"id":"1277","title":"Option: vim.mini.notify.notifyOpts.INFO.hl_group","content":"The highlight group of the info notification","path":"options.html#option-vim-mini-notify-notifyOpts-INFO-hl_group","tokens":["group","highlight","info","the","notification"],"title_tokens":["notify","mini","info","hl_group","option","notifyopts","vim"],"anchors":[]},{"id":"1278","title":"Option: vim.mini.notify.notifyOpts.OFF.duration","content":"The duration of the off notification","path":"options.html#option-vim-mini-notify-notifyOpts-OFF-duration","tokens":["notification","the","off","duration"],"title_tokens":["off","option","vim","notify","duration","mini","notifyopts"],"anchors":[]},{"id":"1279","title":"Option: vim.mini.notify.notifyOpts.OFF.hl_group","content":"The highlight group of the off notification","path":"options.html#option-vim-mini-notify-notifyOpts-OFF-hl_group","tokens":["highlight","off","the","notification","group"],"title_tokens":["notifyopts","option","mini","off","notify","hl_group","vim"],"anchors":[]},{"id":"1280","title":"Option: vim.mini.notify.notifyOpts.TRACE.duration","content":"The duration of the trace notification","path":"options.html#option-vim-mini-notify-notifyOpts-TRACE-duration","tokens":["the","trace","notification","duration"],"title_tokens":["notifyopts","notify","option","mini","trace","vim","duration"],"anchors":[]},{"id":"1281","title":"Option: vim.mini.notify.notifyOpts.TRACE.hl_group","content":"The highlight group of the trace notification","path":"options.html#option-vim-mini-notify-notifyOpts-TRACE-hl_group","tokens":["highlight","the","group","notification","trace"],"title_tokens":["trace","mini","notify","notifyopts","hl_group","vim","option"],"anchors":[]},{"id":"1282","title":"Option: vim.mini.notify.notifyOpts.WARN.duration","content":"The duration of the warn notification","path":"options.html#option-vim-mini-notify-notifyOpts-WARN-duration","tokens":["the","warn","notification","duration"],"title_tokens":["notify","option","duration","warn","vim","mini","notifyopts"],"anchors":[]},{"id":"1283","title":"Option: vim.mini.notify.notifyOpts.WARN.hl_group","content":"The highlight group of the warn notification","path":"options.html#option-vim-mini-notify-notifyOpts-WARN-hl_group","tokens":["warn","highlight","notification","group","the"],"title_tokens":["option","notifyopts","hl_group","warn","notify","vim","mini"],"anchors":[]},{"id":"1284","title":"Option: vim.mini.notify.setupOpts","content":"Option table to pass into the setup function of mini.notify\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-notify-setupOpts","tokens":["any","even","notify","can","pass","the","you","they","listed","options","option","setup","into","additional","function","table","mini","docs","not"],"title_tokens":["vim","mini","setupopts","notify","option"],"anchors":[]},{"id":"1285","title":"Option: vim.mini.notify.setupOpts.window.config.border","content":"The border type for the mini.notify-notifications","path":"options.html#option-vim-mini-notify-setupOpts-window-config-border","tokens":["mini","notify-notifications","type","for","the","border"],"title_tokens":["setupopts","vim","notify","option","window","border","mini","config"],"anchors":[]},{"id":"1286","title":"Option: vim.mini.operators.enable","content":"Whether to enable mini.operators.","path":"options.html#option-vim-mini-operators-enable","tokens":["whether","operators","enable","mini"],"title_tokens":["option","vim","mini","enable","operators"],"anchors":[]},{"id":"1287","title":"Option: vim.mini.operators.setupOpts","content":"Option table to pass into the setup function of mini.operators\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-operators-setupOpts","tokens":["listed","option","into","options","pass","additional","you","can","even","docs","table","function","setup","the","any","mini","operators","not","they"],"title_tokens":["option","operators","setupopts","vim","mini"],"anchors":[]},{"id":"1288","title":"Option: vim.mini.pairs.enable","content":"Whether to enable mini.pairs.","path":"options.html#option-vim-mini-pairs-enable","tokens":["enable","mini","pairs","whether"],"title_tokens":["pairs","option","mini","vim","enable"],"anchors":[]},{"id":"1289","title":"Option: vim.mini.pairs.setupOpts","content":"Option table to pass into the setup function of mini.pairs\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-pairs-setupOpts","tokens":["they","not","the","options","into","pairs","docs","listed","even","table","option","function","any","mini","additional","setup","you","pass","can"],"title_tokens":["setupopts","pairs","mini","option","vim"],"anchors":[]},{"id":"1290","title":"Option: vim.mini.pick.enable","content":"Whether to enable mini.pick.","path":"options.html#option-vim-mini-pick-enable","tokens":["pick","whether","enable","mini"],"title_tokens":["pick","option","mini","vim","enable"],"anchors":[]},{"id":"1291","title":"Option: vim.mini.pick.setupOpts","content":"Option table to pass into the setup function of mini.pick\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-pick-setupOpts","tokens":["options","any","into","you","setup","not","they","pass","option","can","pick","the","table","additional","mini","function","even","listed","docs"],"title_tokens":["mini","option","vim","pick","setupopts"],"anchors":[]},{"id":"1292","title":"Option: vim.mini.sessions.enable","content":"Whether to enable mini.sessions.","path":"options.html#option-vim-mini-sessions-enable","tokens":["whether","sessions","enable","mini"],"title_tokens":["mini","enable","option","vim","sessions"],"anchors":[]},{"id":"1293","title":"Option: vim.mini.sessions.setupOpts","content":"Option table to pass into the setup function of mini.sessions\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-sessions-setupOpts","tokens":["sessions","setup","options","pass","even","the","they","any","function","docs","additional","can","option","you","table","into","listed","not","mini"],"title_tokens":["mini","vim","option","sessions","setupopts"],"anchors":[]},{"id":"1294","title":"Option: vim.mini.snippets.enable","content":"Whether to enable mini.snippets.","path":"options.html#option-vim-mini-snippets-enable","tokens":["snippets","mini","whether","enable"],"title_tokens":["enable","option","vim","snippets","mini"],"anchors":[]},{"id":"1295","title":"Option: vim.mini.snippets.setupOpts","content":"Option table to pass into the setup function of mini.snippets\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-snippets-setupOpts","tokens":["mini","setup","into","listed","function","even","docs","table","they","option","options","pass","not","can","you","snippets","additional","any","the"],"title_tokens":["vim","snippets","mini","option","setupopts"],"anchors":[]},{"id":"1296","title":"Option: vim.mini.splitjoin.enable","content":"Whether to enable mini.splitjoin.","path":"options.html#option-vim-mini-splitjoin-enable","tokens":["whether","enable","splitjoin","mini"],"title_tokens":["mini","enable","vim","option","splitjoin"],"anchors":[]},{"id":"1297","title":"Option: vim.mini.splitjoin.setupOpts","content":"Option table to pass into the setup function of mini.splitjoin\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-splitjoin-setupOpts","tokens":["any","the","even","pass","they","additional","options","into","splitjoin","setup","listed","mini","can","table","not","docs","you","option","function"],"title_tokens":["vim","mini","option","splitjoin","setupopts"],"anchors":[]},{"id":"1298","title":"Option: vim.mini.starter.enable","content":"Whether to enable mini.starter.","path":"options.html#option-vim-mini-starter-enable","tokens":["starter","whether","mini","enable"],"title_tokens":["vim","enable","mini","starter","option"],"anchors":[]},{"id":"1299","title":"Option: vim.mini.starter.setupOpts","content":"Option table to pass into the setup function of mini.starter\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-starter-setupOpts","tokens":["into","function","can","starter","additional","even","table","the","option","mini","they","any","options","listed","you","pass","setup","not","docs"],"title_tokens":["vim","option","mini","starter","setupopts"],"anchors":[]},{"id":"1300","title":"Option: vim.mini.statusline.enable","content":"Whether to enable mini.statusline.","path":"options.html#option-vim-mini-statusline-enable","tokens":["enable","mini","whether","statusline"],"title_tokens":["mini","enable","vim","option","statusline"],"anchors":[]},{"id":"1301","title":"Option: vim.mini.statusline.setupOpts","content":"Option table to pass into the setup function of mini.statusline\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-statusline-setupOpts","tokens":["into","statusline","any","they","pass","mini","options","even","function","listed","option","table","the","setup","can","you","additional","not","docs"],"title_tokens":["vim","option","statusline","setupopts","mini"],"anchors":[]},{"id":"1302","title":"Option: vim.mini.surround.enable","content":"Whether to enable mini.surround.","path":"options.html#option-vim-mini-surround-enable","tokens":["enable","mini","surround","whether"],"title_tokens":["option","vim","surround","mini","enable"],"anchors":[]},{"id":"1303","title":"Option: vim.mini.surround.setupOpts","content":"Option table to pass into the setup function of mini.surround\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-surround-setupOpts","tokens":["any","option","additional","docs","setup","can","even","mini","function","into","table","they","listed","pass","you","surround","options","the","not"],"title_tokens":["option","surround","mini","setupopts","vim"],"anchors":[]},{"id":"1304","title":"Option: vim.mini.tabline.enable","content":"Whether to enable mini.tabline.","path":"options.html#option-vim-mini-tabline-enable","tokens":["whether","enable","mini","tabline"],"title_tokens":["option","mini","vim","tabline","enable"],"anchors":[]},{"id":"1305","title":"Option: vim.mini.tabline.setupOpts","content":"Option table to pass into the setup function of mini.tabline\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-tabline-setupOpts","tokens":["can","table","into","even","option","options","the","function","not","any","you","mini","setup","listed","they","pass","tabline","additional","docs"],"title_tokens":["mini","option","setupopts","tabline","vim"],"anchors":[]},{"id":"1306","title":"Option: vim.mini.test.enable","content":"Whether to enable mini.test.","path":"options.html#option-vim-mini-test-enable","tokens":["enable","whether","mini","test"],"title_tokens":["mini","test","option","enable","vim"],"anchors":[]},{"id":"1307","title":"Option: vim.mini.test.setupOpts","content":"Option table to pass into the setup function of mini.test\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-test-setupOpts","tokens":["listed","into","setup","can","the","even","they","mini","function","pass","test","you","not","option","any","additional","options","table","docs"],"title_tokens":["setupopts","test","option","vim","mini"],"anchors":[]},{"id":"1308","title":"Option: vim.mini.trailspace.enable","content":"Whether to enable mini.trailspace.","path":"options.html#option-vim-mini-trailspace-enable","tokens":["whether","mini","trailspace","enable"],"title_tokens":["option","vim","enable","trailspace","mini"],"anchors":[]},{"id":"1309","title":"Option: vim.mini.trailspace.setupOpts","content":"Option table to pass into the setup function of mini.trailspace\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-trailspace-setupOpts","tokens":["the","even","listed","setup","pass","mini","you","any","additional","into","function","can","not","docs","options","they","trailspace","table","option"],"title_tokens":["trailspace","setupopts","mini","option","vim"],"anchors":[]},{"id":"1310","title":"Option: vim.mini.visits.enable","content":"Whether to enable mini.visits.","path":"options.html#option-vim-mini-visits-enable","tokens":["enable","mini","visits","whether"],"title_tokens":["mini","option","vim","visits","enable"],"anchors":[]},{"id":"1311","title":"Option: vim.mini.visits.setupOpts","content":"Option table to pass into the setup function of mini.visits\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-visits-setupOpts","tokens":["table","options","you","even","docs","setup","function","option","the","they","visits","can","any","pass","into","mini","additional","not","listed"],"title_tokens":["setupopts","visits","vim","option","mini"],"anchors":[]},{"id":"1312","title":"Option: vim.minimap.codewindow.enable","content":"Whether to enable codewindow plugin for minimap view.","path":"options.html#option-vim-minimap-codewindow-enable","tokens":["plugin","whether","enable","codewindow","minimap","view","for"],"title_tokens":["codewindow","minimap","enable","vim","option"],"anchors":[]},{"id":"1313","title":"Option: vim.minimap.codewindow.mappings.close","content":"Close minimap [codewindow]","path":"options.html#option-vim-minimap-codewindow-mappings-close","tokens":["close","minimap","codewindow"],"title_tokens":["mappings","codewindow","close","option","minimap","vim"],"anchors":[]},{"id":"1314","title":"Option: vim.minimap.codewindow.mappings.open","content":"Open minimap [codewindow]","path":"options.html#option-vim-minimap-codewindow-mappings-open","tokens":["codewindow","minimap","open"],"title_tokens":["option","mappings","open","minimap","vim","codewindow"],"anchors":[]},{"id":"1315","title":"Option: vim.minimap.codewindow.mappings.toggle","content":"Toggle minimap [codewindow]","path":"options.html#option-vim-minimap-codewindow-mappings-toggle","tokens":["toggle","codewindow","minimap"],"title_tokens":["vim","mappings","toggle","minimap","option","codewindow"],"anchors":[]},{"id":"1316","title":"Option: vim.minimap.codewindow.mappings.toggleFocus","content":"Toggle minimap focus [codewindow]","path":"options.html#option-vim-minimap-codewindow-mappings-toggleFocus","tokens":["toggle","focus","codewindow","minimap"],"title_tokens":["minimap","mappings","option","codewindow","togglefocus","vim"],"anchors":[]},{"id":"1317","title":"Option: vim.minimap.codewindow.setupOpts","content":"Option table to pass into the setup function of codewindow\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-minimap-codewindow-setupOpts","tokens":["codewindow","function","not","they","can","docs","option","listed","any","into","pass","table","additional","you","the","options","even","setup"],"title_tokens":["option","codewindow","vim","setupopts","minimap"],"anchors":[]},{"id":"1318","title":"Option: vim.minimap.minimap-vim.enable","content":"Whether to enable minimap view [minimap-vim].","path":"options.html#option-vim-minimap-minimap-vim-enable","tokens":["view","minimap-vim","enable","whether","minimap"],"title_tokens":["enable","option","minimap-vim","minimap","vim"],"anchors":[]},{"id":"1319","title":"Option: vim.navigation.harpoon.enable","content":"Whether to enable Quick bookmarks on keybinds [Harpoon].","path":"options.html#option-vim-navigation-harpoon-enable","tokens":["harpoon","whether","quick","keybinds","enable","bookmarks"],"title_tokens":["enable","vim","navigation","option","harpoon"],"anchors":[]},{"id":"1320","title":"Option: vim.navigation.harpoon.mappings.file1","content":"Go to marked file 1 [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-file1","tokens":["harpoon","marked","file"],"title_tokens":["mappings","file1","navigation","vim","option","harpoon"],"anchors":[]},{"id":"1321","title":"Option: vim.navigation.harpoon.mappings.file2","content":"Go to marked file 2 [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-file2","tokens":["marked","file","harpoon"],"title_tokens":["vim","mappings","navigation","harpoon","option","file2"],"anchors":[]},{"id":"1322","title":"Option: vim.navigation.harpoon.mappings.file3","content":"Go to marked file 3 [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-file3","tokens":["harpoon","marked","file"],"title_tokens":["option","file3","vim","mappings","navigation","harpoon"],"anchors":[]},{"id":"1323","title":"Option: vim.navigation.harpoon.mappings.file4","content":"Go to marked file 4 [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-file4","tokens":["file","marked","harpoon"],"title_tokens":["option","mappings","vim","navigation","harpoon","file4"],"anchors":[]},{"id":"1324","title":"Option: vim.navigation.harpoon.mappings.listMarks","content":"List marked files [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-listMarks","tokens":["marked","harpoon","list","files"],"title_tokens":["listmarks","harpoon","mappings","vim","option","navigation"],"anchors":[]},{"id":"1325","title":"Option: vim.navigation.harpoon.mappings.markFile","content":"Mark file [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-markFile","tokens":["mark","file","harpoon"],"title_tokens":["option","harpoon","mappings","navigation","vim","markfile"],"anchors":[]},{"id":"1326","title":"Option: vim.navigation.harpoon.setupOpts","content":"Option table to pass into the setup function of Harpoon\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-navigation-harpoon-setupOpts","tokens":["even","docs","into","additional","options","can","not","table","listed","the","pass","setup","function","you","option","they","harpoon","any"],"title_tokens":["vim","setupopts","harpoon","navigation","option"],"anchors":[]},{"id":"1327","title":"Option: vim.navigation.harpoon.setupOpts.defaults.key","content":"How the out list key is looked up. This can be useful when using worktrees and using git remote instead of file path","path":"options.html#option-vim-navigation-harpoon-setupOpts-defaults-key","tokens":["path","when","remote","this","using","out","the","can","instead","git","file","list","useful","how","and","worktrees","looked","key"],"title_tokens":["vim","defaults","key","option","navigation","harpoon","setupopts"],"anchors":[]},{"id":"1328","title":"Option: vim.navigation.harpoon.setupOpts.defaults.save_on_toggle","content":"Any time the ui menu is closed then we will save the state back to the backing list, not to the fs","path":"options.html#option-vim-navigation-harpoon-setupOpts-defaults-save_on_toggle","tokens":["save","not","any","then","backing","menu","back","will","the","time","closed","state","list"],"title_tokens":["defaults","save_on_toggle","harpoon","navigation","option","setupopts","vim"],"anchors":[]},{"id":"1329","title":"Option: vim.navigation.harpoon.setupOpts.defaults.sync_on_ui_close","content":"Any time the ui menu is closed then the state of the list will be sync'd back to the fs","path":"options.html#option-vim-navigation-harpoon-setupOpts-defaults-sync_on_ui_close","tokens":["the","will","any","time","closed","menu","state","then","sync","list","back"],"title_tokens":["option","setupopts","defaults","sync_on_ui_close","vim","navigation","harpoon"],"anchors":[]},{"id":"1330","title":"Option: vim.notes.mind-nvim.enable","content":"Whether to enable note organizer tool for Neovim [mind-nvim].","path":"options.html#option-vim-notes-mind-nvim-enable","tokens":["for","enable","tool","note","whether","organizer","mind-nvim","neovim"],"title_tokens":["vim","mind-nvim","option","enable","notes"],"anchors":[]},{"id":"1331","title":"Option: vim.notes.neorg.enable","content":"Whether to enable Neorg: An intuitive note-taking and organization tool with a structured nested syntax. .","path":"options.html#option-vim-notes-neorg-enable","tokens":["organization","enable","tool","with","note-taking","and","neorg","intuitive","structured","nested","whether","syntax"],"title_tokens":["option","notes","neorg","enable","vim"],"anchors":[]},{"id":"1332","title":"Option: vim.notes.neorg.setupOpts","content":"Option table to pass into the setup function of Neorg\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-notes-neorg-setupOpts","tokens":["the","table","additional","into","you","not","even","pass","function","option","they","any","docs","setup","neorg","options","listed","can"],"title_tokens":["notes","setupopts","vim","option","neorg"],"anchors":[]},{"id":"1333","title":"Option: vim.notes.neorg.setupOpts.load.\"core.defaults\"","content":"all of the most important modules that any user would want to have a \"just works\" experience","path":"options.html#option-vim-notes-neorg-setupOpts-load-\"core-defaults\"","tokens":["any","the","have","most","want","works","that","all","user","modules","would","just","experience","important"],"title_tokens":["notes","load","core","setupopts","option","neorg","defaults","vim"],"anchors":[]},{"id":"1334","title":"Option: vim.notes.neorg.setupOpts.load.\"core.defaults\".config.disable","content":"list of modules from to be disabled from core.defaults","path":"options.html#option-vim-notes-neorg-setupOpts-load-\"core-defaults\"-config-disable","tokens":["from","disabled","modules","list","core","defaults"],"title_tokens":["defaults","disable","config","notes","core","load","option","vim","neorg","setupopts"],"anchors":[]},{"id":"1335","title":"Option: vim.notes.neorg.setupOpts.load.\"core.defaults\".enable","content":"Whether to enable all of the most important modules that any user would want to have a \"just works\" experience .","path":"options.html#option-vim-notes-neorg-setupOpts-load-\"core-defaults\"-enable","tokens":["all","user","most","want","would","whether","enable","the","that","just","works","important","experience","any","modules","have"],"title_tokens":["load","enable","defaults","core","neorg","notes","setupopts","vim","option"],"anchors":[]},{"id":"1336","title":"Option: vim.notes.neorg.treesitter.enable","content":"Whether to enable Neorg treesitter.","path":"options.html#option-vim-notes-neorg-treesitter-enable","tokens":["whether","treesitter","enable","neorg"],"title_tokens":["option","vim","notes","neorg","treesitter","enable"],"anchors":[]},{"id":"1337","title":"Option: vim.notes.neorg.treesitter.norgMetaPackage","content":"The norg-meta treesitter package to use.","path":"options.html#option-vim-notes-neorg-treesitter-norgMetaPackage","tokens":["the","norg-meta","use","package","treesitter"],"title_tokens":["vim","treesitter","neorg","norgmetapackage","notes","option"],"anchors":[]},{"id":"1338","title":"Option: vim.notes.neorg.treesitter.norgPackage","content":"The norg-meta treesitter package to use.","path":"options.html#option-vim-notes-neorg-treesitter-norgPackage","tokens":["package","norg-meta","treesitter","use","the"],"title_tokens":["treesitter","notes","neorg","option","vim","norgpackage"],"anchors":[]},{"id":"1339","title":"Option: vim.notes.obsidian.enable","content":"Whether to enable plugins to complement the Obsidian markdown editor [obsidian.nvim].\nEnables vim-markdown which automatically folds markdown headings inside and outside of workspaces/vaults. Set {option}vim.globals.vim_markdown_folding_disable = 1; to disable automatic folding, or {option}vim.globals.vim_markdown_folding_level = ; to set the default fold level for new buffers.\nnvf will choose one of snacks.picker, mini.pick, telescope, or fzf-lua as the obsidian.nvim picker based on whether they are enabled, in that order.\nYou can enable one of them with one of the following:\n{option}vim.utility.snacks-nvim.setupOpts.picker.enabled and {option}vim.utility.snacks-nvim.enable\n{option}vim.mini.pick.enable\n{option}vim.telescope.enable\n{option}vim.fzf-lua.enable\n\n{option}vim.notes.obsidian.setupOpts.ui.enable is automatically disabled if render-markdown.nvim or markview.nvim are enabled.","path":"options.html#option-vim-notes-obsidian-enable","tokens":["based","telescope","for","and","new","snacks-nvim","enabled","folding","plugins","headings","will","order","level","pick","workspaces","enables","automatic","you","globals","inside","vaults","folds","with","whether","fold","one","fzf-lua","picker","complement","nvim","disable","nvf","default","snacks","option","render-markdown","choose","mini","notes","enable","automatically","outside","the","following","editor","heading-level-int","markdown","buffers","vim_markdown_folding_level","utility","disabled","them","vim","which","obsidian","vim-markdown","can","setupopts","markview","are","set","vim_markdown_folding_disable","that","they"],"title_tokens":["enable","obsidian","notes","option","vim"],"anchors":[]},{"id":"1340","title":"Option: vim.notes.obsidian.setupOpts","content":"Option table to pass into the setup function of obsidian.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-notes-obsidian-setupOpts","tokens":["options","even","table","not","the","additional","option","pass","into","they","you","listed","docs","setup","can","function","obsidian","any","nvim"],"title_tokens":["notes","obsidian","vim","option","setupopts"],"anchors":[]},{"id":"1341","title":"Option: vim.notes.orgmode.enable","content":"Whether to enable nvim-orgmode: Neovim plugin for Emacs Orgmode. Get the best of both worlds.","path":"options.html#option-vim-notes-orgmode-enable","tokens":["emacs","whether","plugin","enable","for","nvim-orgmode","orgmode","best","both","worlds","the","neovim","get"],"title_tokens":["orgmode","vim","notes","option","enable"],"anchors":[]},{"id":"1342","title":"Option: vim.notes.orgmode.setupOpts","content":"Option table to pass into the setup function of Orgmode\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-notes-orgmode-setupOpts","tokens":["orgmode","the","function","not","pass","setup","option","additional","listed","even","table","they","docs","you","into","options","can","any"],"title_tokens":["option","vim","notes","setupopts","orgmode"],"anchors":[]},{"id":"1343","title":"Option: vim.notes.orgmode.setupOpts.org_agenda_files","content":"List of org files to be used as agenda files.","path":"options.html#option-vim-notes-orgmode-setupOpts-org_agenda_files","tokens":["used","agenda","list","org","files"],"title_tokens":["option","vim","notes","orgmode","org_agenda_files","setupopts"],"anchors":[]},{"id":"1344","title":"Option: vim.notes.orgmode.setupOpts.org_default_notes_file","content":"Default org file to be used for notes.","path":"options.html#option-vim-notes-orgmode-setupOpts-org_default_notes_file","tokens":["org","used","default","file","for","notes"],"title_tokens":["notes","option","orgmode","org_default_notes_file","setupopts","vim"],"anchors":[]},{"id":"1345","title":"Option: vim.notes.orgmode.treesitter.enable","content":"Whether to enable Orgmode treesitter.","path":"options.html#option-vim-notes-orgmode-treesitter-enable","tokens":["whether","orgmode","enable","treesitter"],"title_tokens":["notes","enable","vim","orgmode","option","treesitter"],"anchors":[]},{"id":"1346","title":"Option: vim.notes.orgmode.treesitter.orgPackage","content":"The org-nvim treesitter package to use.","path":"options.html#option-vim-notes-orgmode-treesitter-orgPackage","tokens":["treesitter","org-nvim","package","the","use"],"title_tokens":["orgmode","notes","orgpackage","treesitter","vim","option"],"anchors":[]},{"id":"1347","title":"Option: vim.notes.todo-comments.enable","content":"Whether to enable todo-comments: highlight and search for todo comments like TODO, HACK, BUG in your code base.","path":"options.html#option-vim-notes-todo-comments-enable","tokens":["enable","todo-comments","comments","whether","and","your","code","todo","base","for","bug","search","hack","highlight","like"],"title_tokens":["enable","vim","notes","option","todo-comments"],"anchors":[]},{"id":"1348","title":"Option: vim.notes.todo-comments.mappings.quickFix","content":"Open Todo-s in a quickfix list","path":"options.html#option-vim-notes-todo-comments-mappings-quickFix","tokens":["list","open","todo-s","quickfix"],"title_tokens":["vim","option","notes","mappings","quickfix","todo-comments"],"anchors":[]},{"id":"1349","title":"Option: vim.notes.todo-comments.mappings.telescope","content":"Open Todo-s in telescope","path":"options.html#option-vim-notes-todo-comments-mappings-telescope","tokens":["open","telescope","todo-s"],"title_tokens":["option","vim","todo-comments","mappings","telescope","notes"],"anchors":[]},{"id":"1350","title":"Option: vim.notes.todo-comments.mappings.trouble","content":"Open Todo-s in Trouble","path":"options.html#option-vim-notes-todo-comments-mappings-trouble","tokens":["trouble","open","todo-s"],"title_tokens":["trouble","notes","vim","option","mappings","todo-comments"],"anchors":[]},{"id":"1351","title":"Option: vim.notes.todo-comments.setupOpts","content":"Option table to pass into the setup function of todo-comments.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-notes-todo-comments-setupOpts","tokens":["into","option","options","the","nvim","they","docs","function","even","setup","not","todo-comments","can","pass","listed","additional","table","you","any"],"title_tokens":["setupopts","vim","todo-comments","option","notes"],"anchors":[]},{"id":"1352","title":"Option: vim.notes.todo-comments.setupOpts.highlight.pattern","content":"vim regex pattern used for highlighting comments","path":"options.html#option-vim-notes-todo-comments-setupOpts-highlight-pattern","tokens":["highlighting","for","comments","used","vim","regex","pattern"],"title_tokens":["setupopts","highlight","pattern","option","vim","notes","todo-comments"],"anchors":[]},{"id":"1353","title":"Option: vim.notes.todo-comments.setupOpts.search.args","content":"arguments to pass to the search command","path":"options.html#option-vim-notes-todo-comments-setupOpts-search-args","tokens":["pass","arguments","the","command","search"],"title_tokens":["args","vim","search","notes","option","todo-comments","setupopts"],"anchors":[]},{"id":"1354","title":"Option: vim.notes.todo-comments.setupOpts.search.command","content":"search command","path":"options.html#option-vim-notes-todo-comments-setupOpts-search-command","tokens":["command","search"],"title_tokens":["vim","setupopts","notes","option","todo-comments","search","command"],"anchors":[]},{"id":"1355","title":"Option: vim.notes.todo-comments.setupOpts.search.pattern","content":"ripgrep regex pattern used for searching comments","path":"options.html#option-vim-notes-todo-comments-setupOpts-search-pattern","tokens":["for","searching","used","comments","regex","ripgrep","pattern"],"title_tokens":["todo-comments","vim","notes","setupopts","search","option","pattern"],"anchors":[]},{"id":"1356","title":"Option: vim.notify.nvim-notify.enable","content":"Whether to enable nvim-notify notifications.","path":"options.html#option-vim-notify-nvim-notify-enable","tokens":["nvim-notify","enable","whether","notifications"],"title_tokens":["vim","option","nvim-notify","notify","enable"],"anchors":[]},{"id":"1357","title":"Option: vim.notify.nvim-notify.setupOpts","content":"Option table to pass into the setup function of nvim-notify\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-notify-nvim-notify-setupOpts","tokens":["into","nvim-notify","table","option","the","function","you","docs","listed","not","any","even","they","setup","options","additional","pass","can"],"title_tokens":["notify","nvim-notify","vim","setupopts","option"],"anchors":[]},{"id":"1358","title":"Option: vim.notify.nvim-notify.setupOpts.background_colour","content":"The background colour of the notification","path":"options.html#option-vim-notify-nvim-notify-setupOpts-background_colour","tokens":["colour","the","background","notification"],"title_tokens":["background_colour","option","vim","notify","nvim-notify","setupopts"],"anchors":[]},{"id":"1359","title":"Option: vim.notify.nvim-notify.setupOpts.icons","content":"The icons of the notification","path":"options.html#option-vim-notify-nvim-notify-setupOpts-icons","tokens":["icons","the","notification"],"title_tokens":["setupopts","icons","option","nvim-notify","vim","notify"],"anchors":[]},{"id":"1360","title":"Option: vim.notify.nvim-notify.setupOpts.position","content":"The position of the notification","path":"options.html#option-vim-notify-nvim-notify-setupOpts-position","tokens":["notification","the","position"],"title_tokens":["vim","nvim-notify","option","setupopts","position","notify"],"anchors":[]},{"id":"1361","title":"Option: vim.notify.nvim-notify.setupOpts.render","content":"Custom rendering method to be used for displaying notifications","path":"options.html#option-vim-notify-nvim-notify-setupOpts-render","tokens":["custom","used","notifications","rendering","for","method","displaying"],"title_tokens":["option","vim","notify","setupopts","nvim-notify","render"],"anchors":[]},{"id":"1362","title":"Option: vim.notify.nvim-notify.setupOpts.stages","content":"The stages of the notification","path":"options.html#option-vim-notify-nvim-notify-setupOpts-stages","tokens":["notification","the","stages"],"title_tokens":["option","vim","notify","nvim-notify","setupopts","stages"],"anchors":[]},{"id":"1363","title":"Option: vim.notify.nvim-notify.setupOpts.timeout","content":"The timeout of the notification","path":"options.html#option-vim-notify-nvim-notify-setupOpts-timeout","tokens":["notification","the","timeout"],"title_tokens":["timeout","vim","notify","setupopts","option","nvim-notify"],"anchors":[]},{"id":"1364","title":"Option: vim.optPlugins","content":"List of plugins to optionally load on startup.\nThis option has the same type definition as {option}vim.startPlugins and plugins in this list are appended to {option}vim.startPlugins by the wrapper during the build process.\nTo avoid overriding packages and dependencies provided by startPlugins, you are recommended to use this option or {option}vim.extraPlugins option.","path":"options.html#option-vim-optPlugins","tokens":["during","use","appended","overriding","are","startup","type","option","you","has","load","optionally","same","build","recommended","provided","process","list","vim","and","plugins","extraplugins","the","this","startplugins","avoid","wrapper","definition","packages","dependencies"],"title_tokens":["option","vim","optplugins"],"anchors":[]},{"id":"1365","title":"Option: vim.options","content":"A freeform attribute set containing vim options to be set as early as possible. If populated, this option will set vim options in the built {option}luaConfigRC after basic and before pluginConfigs DAG entries.\n::: {.note} {foo = \"bar\";} will set vim.o.foo to \"bar\", where the type of bar in the resulting Lua value will be inferred from the type of the value in the {name = value;} pair passed to the option. :::","path":"options.html#option-vim-options","tokens":["lua","options","freeform","this","passed","basic","note","vim","value","entries","dag","built","option","name","possible","foo","type","set","pair","before","bar","will","the","pluginconfigs","luaconfigrc","where","resulting","after","early","containing","and","attribute","inferred","from","populated"],"title_tokens":["vim","options","option"],"anchors":[]},{"id":"1366","title":"Option: vim.options.autoindent","content":"Enable auto indent","path":"options.html#option-vim-options-autoindent","tokens":["enable","indent","auto"],"title_tokens":["autoindent","vim","option","options"],"anchors":[]},{"id":"1367","title":"Option: vim.options.cmdheight","content":"Height of the command pane","path":"options.html#option-vim-options-cmdheight","tokens":["pane","the","height","command"],"title_tokens":["vim","cmdheight","option","options"],"anchors":[]},{"id":"1368","title":"Option: vim.options.cursorlineopt","content":"Highlight the text line of the cursor with CursorLine hl-CursorLine","path":"options.html#option-vim-options-cursorlineopt","tokens":["cursorline","with","line","the","hl-cursorline","highlight","cursor","text"],"title_tokens":["options","vim","option","cursorlineopt"],"anchors":[]},{"id":"1369","title":"Option: vim.options.mouse","content":"Set modes for mouse support.\nn - normal\nv - visual\ni - insert\nc - command-line\nh - all modes when editing a help file\na - all modes\nr - for hit-enter and more-prompt prompt\n\nThis option takes a string to ensure proper conversion to the corresponding Lua type. As such, we do not check the value passed to this option. Please ensure that any value that is set here is a valid value as per neovim documentation.","path":"options.html#option-vim-options-mouse","tokens":["that","string","lua","check","support","set","visual","such","proper","not","passed","neovim","all","takes","the","any","file","documentation","normal","value","editing","per","more-prompt","modes","prompt","mouse","corresponding","when","insert","hit-enter","and","conversion","command-line","help","option","here","valid","ensure","please","type","for","this"],"title_tokens":["vim","option","mouse","options"],"anchors":[]},{"id":"1370","title":"Option: vim.options.shiftwidth","content":"Number of spaces to use for each step of (auto)indent. Used for {option}cindent, >>, <<, etc.\nWhen zero the {option}tabstop value will be used.","path":"options.html#option-vim-options-shiftwidth","tokens":["number","auto","for","zero","cindent","step","value","spaces","each","used","the","tabstop","etc","will","use","indent","when","option"],"title_tokens":["vim","shiftwidth","option","options"],"anchors":[]},{"id":"1371","title":"Option: vim.options.signcolumn","content":"Whether to show the sign column","path":"options.html#option-vim-options-signcolumn","tokens":["whether","sign","show","the","column"],"title_tokens":["signcolumn","option","vim","options"],"anchors":[]},{"id":"1372","title":"Option: vim.options.splitbelow","content":"New splits will open below instead of on top","path":"options.html#option-vim-options-splitbelow","tokens":["new","will","splits","instead","open","below","top"],"title_tokens":["option","options","splitbelow","vim"],"anchors":[]},{"id":"1373","title":"Option: vim.options.splitright","content":"New splits will open to the right","path":"options.html#option-vim-options-splitright","tokens":["will","new","splits","open","the","right"],"title_tokens":["option","options","splitright","vim"],"anchors":[]},{"id":"1374","title":"Option: vim.options.tabstop","content":"Number of spaces that a in the file counts for. Also see the {command}:retab command, and the {option}softtabstop option.","path":"options.html#option-vim-options-tabstop","tokens":["for","see","that","the","softtabstop","option","spaces","tab","number","file","counts","also","command","retab","and"],"title_tokens":["vim","tabstop","options","option"],"anchors":[]},{"id":"1375","title":"Option: vim.options.termguicolors","content":"Set terminal up for 256 colours","path":"options.html#option-vim-options-termguicolors","tokens":["colours","terminal","256","for","set"],"title_tokens":["vim","options","option","termguicolors"],"anchors":[]},{"id":"1376","title":"Option: vim.options.tm","content":"Timeout in ms that Neovim will wait for mapped action to complete","path":"options.html#option-vim-options-tm","tokens":["for","action","wait","neovim","will","mapped","that","complete","timeout"],"title_tokens":["option","vim","options"],"anchors":[]},{"id":"1377","title":"Option: vim.options.updatetime","content":"The number of milliseconds till Cursor Hold event is fired","path":"options.html#option-vim-options-updatetime","tokens":["till","cursor","fired","event","the","milliseconds","hold","number"],"title_tokens":["updatetime","option","vim","options"],"anchors":[]},{"id":"1378","title":"Option: vim.options.wrap","content":"Enable word wrapping.","path":"options.html#option-vim-options-wrap","tokens":["wrapping","enable","word"],"title_tokens":["options","option","wrap","vim"],"anchors":[]},{"id":"1379","title":"Option: vim.package","content":"The neovim package to use for the wrapper. This corresponds to the package that will be wrapped with your plugins and settings.\n::: {.warning} You will need to use an unwrapped package for this option to work as intended. Using an already wrapped package here may yield undesirable results. :::","path":"options.html#option-vim-package","tokens":["use","and","warning","the","using","plugins","yield","with","intended","neovim","package","results","need","option","undesirable","for","wrapped","unwrapped","this","corresponds","you","your","may","that","already","here","will","settings","wrapper","work"],"title_tokens":["vim","package","option"],"anchors":[]},{"id":"1380","title":"Option: vim.pluginOverrides","content":"Attribute set of plugins to override default values","path":"options.html#option-vim-pluginOverrides","tokens":["plugins","attribute","override","default","values","set"],"title_tokens":["vim","option","pluginoverrides"],"anchors":[]},{"id":"1381","title":"Option: vim.pluginRC","content":"The DAG used to configure plugins. If a string is passed, entryAnywhere is automatically applied.","path":"options.html#option-vim-pluginRC","tokens":["dag","plugins","string","applied","the","configure","used","entryanywhere","automatically","passed"],"title_tokens":["option","vim","pluginrc"],"anchors":[]},{"id":"1382","title":"Option: vim.presence.neocord.enable","content":"Whether to enable neocord plugin for discord rich presence.","path":"options.html#option-vim-presence-neocord-enable","tokens":["enable","presence","plugin","rich","for","whether","discord","neocord"],"title_tokens":["presence","enable","option","vim","neocord"],"anchors":[]},{"id":"1383","title":"Option: vim.presence.neocord.setupOpts","content":"Option table to pass into the setup function of neocord\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-presence-neocord-setupOpts","tokens":["not","docs","can","into","additional","function","you","the","neocord","setup","listed","table","even","they","pass","option","options","any"],"title_tokens":["presence","setupopts","option","neocord","vim"],"anchors":[]},{"id":"1384","title":"Option: vim.presence.neocord.setupOpts.auto_update","content":"Automatically update the presence","path":"options.html#option-vim-presence-neocord-setupOpts-auto_update","tokens":["automatically","the","presence","update"],"title_tokens":["neocord","option","presence","vim","setupopts","auto_update"],"anchors":[]},{"id":"1385","title":"Option: vim.presence.neocord.setupOpts.blacklist","content":"List of filetypes to ignore","path":"options.html#option-vim-presence-neocord-setupOpts-blacklist","tokens":["filetypes","list","ignore"],"title_tokens":["neocord","vim","presence","setupopts","blacklist","option"],"anchors":[]},{"id":"1386","title":"Option: vim.presence.neocord.setupOpts.client_id","content":"Client ID of the application","path":"options.html#option-vim-presence-neocord-setupOpts-client_id","tokens":["client","application","the"],"title_tokens":["vim","presence","neocord","setupopts","client_id","option"],"anchors":[]},{"id":"1387","title":"Option: vim.presence.neocord.setupOpts.debounce_timeout","content":"Number of seconds to debounce events","path":"options.html#option-vim-presence-neocord-setupOpts-debounce_timeout","tokens":["number","events","debounce","seconds"],"title_tokens":["debounce_timeout","presence","vim","neocord","setupopts","option"],"anchors":[]},{"id":"1388","title":"Option: vim.presence.neocord.setupOpts.editing_text","content":"Text displayed when editing a file","path":"options.html#option-vim-presence-neocord-setupOpts-editing_text","tokens":["displayed","when","text","editing","file"],"title_tokens":["editing_text","neocord","presence","option","setupopts","vim"],"anchors":[]},{"id":"1389","title":"Option: vim.presence.neocord.setupOpts.enable_line_number","content":"Show line number on the RPC item","path":"options.html#option-vim-presence-neocord-setupOpts-enable_line_number","tokens":["line","rpc","item","show","number","the"],"title_tokens":["enable_line_number","vim","option","presence","neocord","setupopts"],"anchors":[]},{"id":"1390","title":"Option: vim.presence.neocord.setupOpts.file_explorer_text","content":"Text displayed when browsing files","path":"options.html#option-vim-presence-neocord-setupOpts-file_explorer_text","tokens":["files","displayed","text","when","browsing"],"title_tokens":["neocord","setupopts","presence","file_explorer_text","option","vim"],"anchors":[]},{"id":"1391","title":"Option: vim.presence.neocord.setupOpts.git_commit_text","content":"Text displayed when committing changes","path":"options.html#option-vim-presence-neocord-setupOpts-git_commit_text","tokens":["committing","text","displayed","changes","when"],"title_tokens":["git_commit_text","option","vim","presence","neocord","setupopts"],"anchors":[]},{"id":"1392","title":"Option: vim.presence.neocord.setupOpts.line_number_text","content":"Text displayed when showing line number","path":"options.html#option-vim-presence-neocord-setupOpts-line_number_text","tokens":["displayed","text","showing","line","number","when"],"title_tokens":["setupopts","vim","presence","neocord","option","line_number_text"],"anchors":[]},{"id":"1393","title":"Option: vim.presence.neocord.setupOpts.log_level","content":"Log level to be used by the plugin","path":"options.html#option-vim-presence-neocord-setupOpts-log_level","tokens":["log","used","level","the","plugin"],"title_tokens":["vim","log_level","option","presence","neocord","setupopts"],"anchors":[]},{"id":"1394","title":"Option: vim.presence.neocord.setupOpts.logo","content":"Logo to be displayed on the RPC item\nThis must be either \"auto\" or an URL to your image of choice","path":"options.html#option-vim-presence-neocord-setupOpts-logo","tokens":["item","logo","rpc","must","url","image","auto","choice","the","your","displayed","either","this"],"title_tokens":["setupopts","neocord","vim","logo","option","presence"],"anchors":[]},{"id":"1395","title":"Option: vim.presence.neocord.setupOpts.logo_tooltip","content":"Text displayed when hovering over the Neovim image","path":"options.html#option-vim-presence-neocord-setupOpts-logo_tooltip","tokens":["displayed","text","over","the","when","hovering","neovim","image"],"title_tokens":["vim","neocord","presence","setupopts","option","logo_tooltip"],"anchors":[]},{"id":"1396","title":"Option: vim.presence.neocord.setupOpts.main_image","content":"Main image to be displayed","path":"options.html#option-vim-presence-neocord-setupOpts-main_image","tokens":["main","displayed","image"],"title_tokens":["vim","neocord","setupopts","main_image","option","presence"],"anchors":[]},{"id":"1397","title":"Option: vim.presence.neocord.setupOpts.plugin_manager_text","content":"Text displayed when managing plugins","path":"options.html#option-vim-presence-neocord-setupOpts-plugin_manager_text","tokens":["text","plugins","when","managing","displayed"],"title_tokens":["vim","plugin_manager_text","neocord","setupopts","presence","option"],"anchors":[]},{"id":"1398","title":"Option: vim.presence.neocord.setupOpts.reading_text","content":"Text displayed when reading a file","path":"options.html#option-vim-presence-neocord-setupOpts-reading_text","tokens":["file","when","reading","text","displayed"],"title_tokens":["neocord","setupopts","reading_text","vim","presence","option"],"anchors":[]},{"id":"1399","title":"Option: vim.presence.neocord.setupOpts.show_time","content":"Show time on the RPC item","path":"options.html#option-vim-presence-neocord-setupOpts-show_time","tokens":["show","time","item","the","rpc"],"title_tokens":["presence","neocord","vim","setupopts","show_time","option"],"anchors":[]},{"id":"1400","title":"Option: vim.presence.neocord.setupOpts.terminal_text","content":"Text displayed when working on the terminal","path":"options.html#option-vim-presence-neocord-setupOpts-terminal_text","tokens":["the","when","text","working","terminal","displayed"],"title_tokens":["vim","option","neocord","presence","terminal_text","setupopts"],"anchors":[]},{"id":"1401","title":"Option: vim.presence.neocord.setupOpts.workspace_text","content":"Text displayed when working on a project","path":"options.html#option-vim-presence-neocord-setupOpts-workspace_text","tokens":["text","displayed","project","working","when"],"title_tokens":["presence","neocord","workspace_text","setupopts","vim","option"],"anchors":[]},{"id":"1402","title":"Option: vim.preventJunkFiles","content":"Prevent swapfile and backupfile from being created.\nfalse is the default Neovim behaviour. If you wish to create backup and swapfiles, set this option to false.","path":"options.html#option-vim-preventJunkFiles","tokens":["neovim","default","behaviour","backupfile","created","this","the","being","swapfile","from","backup","option","wish","false","prevent","and","swapfiles","create","set","you"],"title_tokens":["preventjunkfiles","option","vim"],"anchors":[]},{"id":"1403","title":"Option: vim.projects.project-nvim.enable","content":"Whether to enable project-nvim for project management.","path":"options.html#option-vim-projects-project-nvim-enable","tokens":["enable","for","whether","management","project","project-nvim"],"title_tokens":["option","project-nvim","projects","vim","enable"],"anchors":[]},{"id":"1404","title":"Option: vim.projects.project-nvim.setupOpts","content":"Option table to pass into the setup function of Project.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-projects-project-nvim-setupOpts","tokens":["even","table","project","into","any","additional","they","options","you","setup","can","not","the","function","pass","option","listed","docs","nvim"],"title_tokens":["setupopts","projects","option","project-nvim","vim"],"anchors":[]},{"id":"1405","title":"Option: vim.projects.project-nvim.setupOpts.detection_methods","content":"Detection methods to use","path":"options.html#option-vim-projects-project-nvim-setupOpts-detection_methods","tokens":["methods","use","detection"],"title_tokens":["option","detection_methods","projects","vim","project-nvim","setupopts"],"anchors":[]},{"id":"1406","title":"Option: vim.projects.project-nvim.setupOpts.exclude_dirs","content":"Directories to exclude from project root search","path":"options.html#option-vim-projects-project-nvim-setupOpts-exclude_dirs","tokens":["project","search","exclude","directories","root","from"],"title_tokens":["setupopts","option","vim","projects","exclude_dirs","project-nvim"],"anchors":[]},{"id":"1407","title":"Option: vim.projects.project-nvim.setupOpts.lsp_ignored","content":"LSP servers no ignore by name","path":"options.html#option-vim-projects-project-nvim-setupOpts-lsp_ignored","tokens":["servers","name","lsp","ignore"],"title_tokens":["option","projects","lsp_ignored","project-nvim","vim","setupopts"],"anchors":[]},{"id":"1408","title":"Option: vim.projects.project-nvim.setupOpts.manual_mode","content":"don't automatically change the root directory so the user has the option to manually do so using :ProjectRoot command","path":"options.html#option-vim-projects-project-nvim-setupOpts-manual_mode","tokens":["change","automatically","has","don","option","manually","projectroot","using","command","user","the","root","directory"],"title_tokens":["option","vim","project-nvim","setupopts","projects","manual_mode"],"anchors":[]},{"id":"1409","title":"Option: vim.projects.project-nvim.setupOpts.patterns","content":"Patterns to use for pattern detection method","path":"options.html#option-vim-projects-project-nvim-setupOpts-patterns","tokens":["method","for","pattern","use","detection","patterns"],"title_tokens":["projects","setupopts","vim","project-nvim","patterns","option"],"anchors":[]},{"id":"1410","title":"Option: vim.projects.project-nvim.setupOpts.scope_chdir","content":"What scope to change the directory","path":"options.html#option-vim-projects-project-nvim-setupOpts-scope_chdir","tokens":["the","what","scope","change","directory"],"title_tokens":["vim","setupopts","option","projects","scope_chdir","project-nvim"],"anchors":[]},{"id":"1411","title":"Option: vim.projects.project-nvim.setupOpts.show_hidden","content":"Show hidden files in telescope picker","path":"options.html#option-vim-projects-project-nvim-setupOpts-show_hidden","tokens":["picker","hidden","telescope","files","show"],"title_tokens":["option","project-nvim","projects","setupopts","show_hidden","vim"],"anchors":[]},{"id":"1412","title":"Option: vim.projects.project-nvim.setupOpts.silent_chdir","content":"Silently change directory when changing project","path":"options.html#option-vim-projects-project-nvim-setupOpts-silent_chdir","tokens":["project","changing","silently","when","change","directory"],"title_tokens":["vim","silent_chdir","project-nvim","option","setupopts","projects"],"anchors":[]},{"id":"1413","title":"Option: vim.python3Packages","content":"List of python packages to install","path":"options.html#option-vim-python3Packages","tokens":["list","packages","install","python"],"title_tokens":["vim","option","python3packages"],"anchors":[]},{"id":"1414","title":"Option: vim.repl.conjure.enable","content":"Whether to enable Conjure.","path":"options.html#option-vim-repl-conjure-enable","tokens":["conjure","enable","whether"],"title_tokens":["enable","vim","repl","conjure","option"],"anchors":[]},{"id":"1415","title":"Option: vim.runner.run-nvim.enable","content":"Whether to enable run.nvim.","path":"options.html#option-vim-runner-run-nvim-enable","tokens":["enable","whether","run","nvim"],"title_tokens":["option","enable","runner","vim","run-nvim"],"anchors":[]},{"id":"1416","title":"Option: vim.runner.run-nvim.mappings.run","content":"Run cached","path":"options.html#option-vim-runner-run-nvim-mappings-run","tokens":["cached","run"],"title_tokens":["option","run","run-nvim","vim","runner","mappings"],"anchors":[]},{"id":"1417","title":"Option: vim.runner.run-nvim.mappings.runCommand","content":"Run prompt","path":"options.html#option-vim-runner-run-nvim-mappings-runCommand","tokens":["prompt","run"],"title_tokens":["vim","mappings","runcommand","option","runner","run-nvim"],"anchors":[]},{"id":"1418","title":"Option: vim.runner.run-nvim.mappings.runOverride","content":"Run and override","path":"options.html#option-vim-runner-run-nvim-mappings-runOverride","tokens":["and","override","run"],"title_tokens":["mappings","runoverride","option","runner","run-nvim","vim"],"anchors":[]},{"id":"1419","title":"Option: vim.runner.run-nvim.setupOpts","content":"Option table to pass into the setup function of run.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-runner-run-nvim-setupOpts","tokens":["they","listed","nvim","any","docs","setup","the","can","you","additional","not","options","run","into","table","option","even","function","pass"],"title_tokens":["runner","option","setupopts","vim","run-nvim"],"anchors":[]},{"id":"1420","title":"Option: vim.searchCase","content":"Set the case sensitivity of search","path":"options.html#option-vim-searchCase","tokens":["search","set","the","case","sensitivity"],"title_tokens":["searchcase","option","vim"],"anchors":[]},{"id":"1421","title":"Option: vim.session.nvim-session-manager.enable","content":"Whether to enable nvim-session-manager: manage sessions like folders in VSCode.","path":"options.html#option-vim-session-nvim-session-manager-enable","tokens":["sessions","like","vscode","whether","manage","folders","nvim-session-manager","enable"],"title_tokens":["option","nvim-session-manager","vim","enable","session"],"anchors":[]},{"id":"1422","title":"Option: vim.session.nvim-session-manager.mappings.deleteSession","content":"Delete session","path":"options.html#option-vim-session-nvim-session-manager-mappings-deleteSession","tokens":["delete","session"],"title_tokens":["nvim-session-manager","vim","mappings","option","session","deletesession"],"anchors":[]},{"id":"1423","title":"Option: vim.session.nvim-session-manager.mappings.loadLastSession","content":"Load last session","path":"options.html#option-vim-session-nvim-session-manager-mappings-loadLastSession","tokens":["last","session","load"],"title_tokens":["nvim-session-manager","option","session","vim","mappings","loadlastsession"],"anchors":[]},{"id":"1424","title":"Option: vim.session.nvim-session-manager.mappings.loadSession","content":"Load session","path":"options.html#option-vim-session-nvim-session-manager-mappings-loadSession","tokens":["session","load"],"title_tokens":["vim","nvim-session-manager","session","loadsession","option","mappings"],"anchors":[]},{"id":"1425","title":"Option: vim.session.nvim-session-manager.mappings.saveCurrentSession","content":"Save current session","path":"options.html#option-vim-session-nvim-session-manager-mappings-saveCurrentSession","tokens":["current","session","save"],"title_tokens":["mappings","vim","option","savecurrentsession","session","nvim-session-manager"],"anchors":[]},{"id":"1426","title":"Option: vim.session.nvim-session-manager.setupOpts","content":"Option table to pass into the setup function of which-key\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-session-nvim-session-manager-setupOpts","tokens":["docs","they","setup","not","additional","can","pass","option","which-key","function","you","into","the","even","table","listed","any","options"],"title_tokens":["session","setupopts","vim","nvim-session-manager","option"],"anchors":[]},{"id":"1427","title":"Option: vim.session.nvim-session-manager.setupOpts.autoload_mode","content":"Define what to do when Neovim is started without arguments.\nTakes either one of \"Disabled\", \"CurrentDir\", \"LastSession\", \"GitSession\" in which case the value will be inserted into sm.AutoloadMode., or an inline Lua value.","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autoload_mode","tokens":["one","which","value","without","takes","lua","either","into","gitsession","what","define","case","when","arguments","will","inline","autoloadmode","neovim","the","lastsession","disabled","started","currentdir","inserted"],"title_tokens":["vim","session","autoload_mode","nvim-session-manager","option","setupopts"],"anchors":[]},{"id":"1428","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_ignore_buftypes","content":"All buffers of these buffer types will be closed before the session is saved","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_ignore_buftypes","tokens":["buffers","buffer","types","the","all","before","closed","these","session","will","saved"],"title_tokens":["option","setupopts","autosave_ignore_buftypes","nvim-session-manager","vim","session"],"anchors":[]},{"id":"1429","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_ignore_dirs","content":"A list of directories where the session will not be autosaved","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_ignore_dirs","tokens":["session","autosaved","will","not","directories","list","the","where"],"title_tokens":["autosave_ignore_dirs","nvim-session-manager","option","vim","setupopts","session"],"anchors":[]},{"id":"1430","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_ignore_filetypes","content":"All buffers of these file types will be closed before the session is saved","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_ignore_filetypes","tokens":["the","session","saved","buffers","will","all","closed","these","types","file","before"],"title_tokens":["session","autosave_ignore_filetypes","nvim-session-manager","option","vim","setupopts"],"anchors":[]},{"id":"1431","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_ignore_not_normal","content":"Plugin will not save a session when no buffers are opened, or all of them are not writable or listed","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_ignore_not_normal","tokens":["are","all","when","writable","listed","them","buffers","plugin","session","will","not","opened","save"],"title_tokens":["vim","session","nvim-session-manager","autosave_ignore_not_normal","option","setupopts"],"anchors":[]},{"id":"1432","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_last_session","content":"Automatically save last session on exit and on session switch","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_last_session","tokens":["exit","switch","automatically","session","and","save","last"],"title_tokens":["autosave_last_session","option","session","vim","nvim-session-manager","setupopts"],"anchors":[]},{"id":"1433","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_only_in_session","content":"Always autosaves session. If true, only autosaves after a session is active","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_only_in_session","tokens":["always","after","active","autosaves","true","session","only"],"title_tokens":["autosave_only_in_session","session","option","nvim-session-manager","vim","setupopts"],"anchors":[]},{"id":"1434","title":"Option: vim.session.nvim-session-manager.setupOpts.colon_replacer","content":"The character to which the colon symbol will be replaced for session files","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-colon_replacer","tokens":["will","symbol","which","files","colon","replaced","session","character","the","for"],"title_tokens":["option","setupopts","colon_replacer","vim","session","nvim-session-manager"],"anchors":[]},{"id":"1435","title":"Option: vim.session.nvim-session-manager.setupOpts.max_path_length","content":"Shorten the display path if length exceeds this threshold.\nUse 0 if don't want to shorten the path at all","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-max_path_length","tokens":["path","the","exceeds","shorten","want","all","display","don","use","this","length","threshold"],"title_tokens":["max_path_length","setupopts","vim","nvim-session-manager","option","session"],"anchors":[]},{"id":"1436","title":"Option: vim.session.nvim-session-manager.setupOpts.path_replacer","content":"The character to which the path separator will be replaced for session files","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-path_replacer","tokens":["character","which","the","session","files","for","path","replaced","separator","will"],"title_tokens":["session","nvim-session-manager","vim","setupopts","path_replacer","option"],"anchors":[]},{"id":"1437","title":"Option: vim.session.nvim-session-manager.usePicker","content":"Whether we should use dressing.nvim to build a session picker UI","path":"options.html#option-vim-session-nvim-session-manager-usePicker","tokens":["nvim","use","should","picker","whether","dressing","build","session"],"title_tokens":["vim","session","option","nvim-session-manager","usepicker"],"anchors":[]},{"id":"1438","title":"Option: vim.snippets.luasnip.customSnippets.snipmate","content":"A list containing custom snippets in the SnipMate format to be loaded by LuaSnip.","path":"options.html#option-vim-snippets-luasnip-customSnippets-snipmate","tokens":["containing","format","the","custom","list","snipmate","loaded","snippets","luasnip"],"title_tokens":["snipmate","snippets","luasnip","option","vim","customsnippets"],"anchors":[]},{"id":"1439","title":"Option: vim.snippets.luasnip.customSnippets.snipmate.<name>.*.body","content":"The body of the snippet in SnipMate format (see LuaSnip Documentation).","path":"options.html#option-vim-snippets-luasnip-customSnippets-snipmate--*-body","tokens":["format","body","the","snipmate","luasnip","see","documentation","snippet"],"title_tokens":["snippets","option","luasnip","vim","body","snipmate","customsnippets","name"],"anchors":[]},{"id":"1440","title":"Option: vim.snippets.luasnip.customSnippets.snipmate.<name>.*.description","content":"The description shown for this snippet.","path":"options.html#option-vim-snippets-luasnip-customSnippets-snipmate--*-description","tokens":["the","description","for","this","snippet","shown"],"title_tokens":["luasnip","snipmate","customsnippets","description","name","option","snippets","vim"],"anchors":[]},{"id":"1441","title":"Option: vim.snippets.luasnip.customSnippets.snipmate.<name>.*.trigger","content":"The trigger used to activate this snippet.","path":"options.html#option-vim-snippets-luasnip-customSnippets-snipmate--*-trigger","tokens":["snippet","trigger","activate","this","the","used"],"title_tokens":["luasnip","snippets","snipmate","name","vim","trigger","customsnippets","option"],"anchors":[]},{"id":"1442","title":"Option: vim.snippets.luasnip.enable","content":"Whether to enable luasnip.","path":"options.html#option-vim-snippets-luasnip-enable","tokens":["luasnip","whether","enable"],"title_tokens":["luasnip","vim","enable","snippets","option"],"anchors":[]},{"id":"1443","title":"Option: vim.snippets.luasnip.loaders","content":"Lua code used to load snippet providers.","path":"options.html#option-vim-snippets-luasnip-loaders","tokens":["code","used","load","snippet","providers","lua"],"title_tokens":["vim","option","loaders","snippets","luasnip"],"anchors":[]},{"id":"1444","title":"Option: vim.snippets.luasnip.providers","content":"The snippet provider packages.\n::: {.note} These are simply appended to {option} vim.startPlugins. :::","path":"options.html#option-vim-snippets-luasnip-providers","tokens":["startplugins","note","are","snippet","packages","option","provider","appended","simply","vim","these","the"],"title_tokens":["snippets","option","providers","luasnip","vim"],"anchors":[]},{"id":"1445","title":"Option: vim.snippets.luasnip.setupOpts","content":"Option table to pass into the setup function of LuaSnip\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-snippets-luasnip-setupOpts","tokens":["additional","table","you","options","even","setup","can","any","luasnip","the","option","listed","docs","into","not","pass","function","they"],"title_tokens":["vim","luasnip","setupopts","option","snippets"],"anchors":[]},{"id":"1446","title":"Option: vim.snippets.luasnip.setupOpts.enable_autosnippets","content":"Whether to enable autosnippets.","path":"options.html#option-vim-snippets-luasnip-setupOpts-enable_autosnippets","tokens":["autosnippets","whether","enable"],"title_tokens":["enable_autosnippets","snippets","luasnip","vim","option","setupopts"],"anchors":[]},{"id":"1447","title":"Option: vim.spellcheck.enable","content":"Whether to enable Neovim's built-in spellchecking.","path":"options.html#option-vim-spellcheck-enable","tokens":["spellchecking","whether","neovim","enable","built-in"],"title_tokens":["option","vim","spellcheck","enable"],"anchors":[]},{"id":"1448","title":"Option: vim.spellcheck.extraSpellWords","content":"Additional words to be used for spellchecking. The names of each key will be used as the language code for the spell file. For example\nwill result in en.utf-8.add.spl being added to Neovim's runtime in the {file}spell directory.\n::: {.warning} The attribute keys must be in \".\" format for Neovim to compile your spellfiles without mangling the resulting file names. Please make sure that you enter the correct value, as nvf does not do any kind of internal checking. Please see {command}:help mkspell for more details.\nExample:\n:::\nNote that while adding a new language, you will still need to add the name of the language (e.g. \"en\") to the {option}vim.spellcheck.languages list by name in order to enable spellchecking for the language. By default only \"en\" is in the list.","path":"options.html#option-vim-spellcheck-extraSpellWords","tokens":["only","value","vim","key","spellcheck","please","will","runtime","adding","format","words","option","correct","languages","file","example","still","list","result","add","code","nvf","attribute","kind","additional","enter","checking","sure","utf-8","name","directory","must","without","enable","neovim","compile","being","note","you","mkspell","while","more","mangling","spellfiles","details","need","names","spl","see","any","each","the","new","that","warning","your","encoding","not","help","make","spellchecking","used","added","does","order","resulting","internal","default","command","keys","spell","language","for"],"title_tokens":["extraspellwords","spellcheck","vim","option"],"anchors":[]},{"id":"1449","title":"Option: vim.spellcheck.ignoredFiletypes","content":"A list of filetypes for which spellchecking will be disabled.\n::: {.tip} You may use {command}:echo &filetype in Neovim to find out the filetype for a specific buffer. :::","path":"options.html#option-vim-spellcheck-ignoredFiletypes","tokens":["spellchecking","which","disabled","buffer","will","filetype","may","echo","for","tip","use","filetypes","neovim","find","out","specific","the","command","list","you"],"title_tokens":["option","vim","spellcheck","ignoredfiletypes"],"anchors":[]},{"id":"1450","title":"Option: vim.spellcheck.languages","content":"A list of languages that should be used for spellchecking.\nTo add your own language files, you may place your spell directory in either {file}$XDG_CONFIG_HOME/nvf or in a path that is included in the additionalRuntimePaths list provided by nvf.","path":"options.html#option-vim-spellcheck-languages","tokens":["list","add","file","may","for","xdg_config_home","your","used","spell","you","files","that","languages","spellchecking","place","directory","either","path","included","should","nvf","the","own","language","additionalruntimepaths","provided"],"title_tokens":["option","spellcheck","vim","languages"],"anchors":[]},{"id":"1451","title":"Option: vim.spellcheck.programmingWordlist.enable","content":"Whether to enable vim-dirtytalk, a wordlist for programmers containing common programming terms.\n::: {.note} Enabling this option will unconditionally set {option}vim.spellcheck.enable to true as vim-dirtytalk depends on spellchecking having been set up.\nRun {command}:DirtytalkUpdate on first use to download the spellfile. ::: .","path":"options.html#option-vim-spellcheck-programmingWordlist-enable","tokens":["spellchecking","set","use","spellfile","vim","been","common","programmers","enabling","wordlist","command","will","having","this","depends","download","unconditionally","enable","for","option","the","whether","note","terms","spellcheck","run","vim-dirtytalk","programming","first","dirtytalkupdate","true","containing"],"title_tokens":["option","spellcheck","enable","programmingwordlist","vim"],"anchors":[]},{"id":"1452","title":"Option: vim.spellcheck.vim-dirtytalk.enable","content":"Alias of {option}vim.spellcheck.programmingWordlist.enable.","path":"options.html#option-vim-spellcheck-vim-dirtytalk-enable","tokens":["option","vim","alias","programmingwordlist","enable","spellcheck"],"title_tokens":["vim-dirtytalk","vim","spellcheck","enable","option"],"anchors":[]},{"id":"1453","title":"Option: vim.startPlugins","content":"List of plugins to load on startup. This is used internally to add plugins to Neovim's runtime.\nTo add additional plugins to your configuration, consider using the {option}vim.extraPlugins option.","path":"options.html#option-vim-startPlugins","tokens":["used","add","runtime","load","additional","the","option","list","your","startup","using","internally","extraplugins","this","plugins","configuration","consider","neovim","vim"],"title_tokens":["startplugins","option","vim"],"anchors":[]},{"id":"1454","title":"Option: vim.statusline.lualine.activeSection.a","content":"active config for: | (A) | B | C X | Y | Z |","path":"options.html#option-vim-statusline-lualine-activeSection-a","tokens":["for","config","active"],"title_tokens":["option","vim","lualine","statusline","activesection"],"anchors":[]},{"id":"1455","title":"Option: vim.statusline.lualine.activeSection.b","content":"active config for: | A | (B) | C X | Y | Z |","path":"options.html#option-vim-statusline-lualine-activeSection-b","tokens":["config","active","for"],"title_tokens":["statusline","vim","option","lualine","activesection"],"anchors":[]},{"id":"1456","title":"Option: vim.statusline.lualine.activeSection.c","content":"active config for: | A | B | (C) X | Y | Z |","path":"options.html#option-vim-statusline-lualine-activeSection-c","tokens":["for","config","active"],"title_tokens":["option","vim","lualine","statusline","activesection"],"anchors":[]},{"id":"1457","title":"Option: vim.statusline.lualine.activeSection.x","content":"active config for: | A | B | C (X) | Y | Z |","path":"options.html#option-vim-statusline-lualine-activeSection-x","tokens":["config","for","active"],"title_tokens":["lualine","activesection","option","vim","statusline"],"anchors":[]},{"id":"1458","title":"Option: vim.statusline.lualine.activeSection.y","content":"active config for: | A | B | C X | (Y) | Z |","path":"options.html#option-vim-statusline-lualine-activeSection-y","tokens":["active","config","for"],"title_tokens":["lualine","activesection","statusline","option","vim"],"anchors":[]},{"id":"1459","title":"Option: vim.statusline.lualine.activeSection.z","content":"active config for: | A | B | C X | Y | (Z) |","path":"options.html#option-vim-statusline-lualine-activeSection-z","tokens":["config","active","for"],"title_tokens":["vim","statusline","lualine","activesection","option"],"anchors":[]},{"id":"1460","title":"Option: vim.statusline.lualine.alwaysDivideMiddle","content":"Always divide middle section","path":"options.html#option-vim-statusline-lualine-alwaysDivideMiddle","tokens":["divide","middle","always","section"],"title_tokens":["option","lualine","alwaysdividemiddle","vim","statusline"],"anchors":[]},{"id":"1461","title":"Option: vim.statusline.lualine.componentSeparator.left","content":"Component separator for left side","path":"options.html#option-vim-statusline-lualine-componentSeparator-left","tokens":["side","component","left","separator","for"],"title_tokens":["vim","lualine","option","statusline","componentseparator","left"],"anchors":[]},{"id":"1462","title":"Option: vim.statusline.lualine.componentSeparator.right","content":"Component separator for right side","path":"options.html#option-vim-statusline-lualine-componentSeparator-right","tokens":["separator","for","component","side","right"],"title_tokens":["lualine","option","vim","statusline","componentseparator","right"],"anchors":[]},{"id":"1463","title":"Option: vim.statusline.lualine.disabledFiletypes","content":"Filetypes to disable lualine on","path":"options.html#option-vim-statusline-lualine-disabledFiletypes","tokens":["filetypes","disable","lualine"],"title_tokens":["vim","option","disabledfiletypes","statusline","lualine"],"anchors":[]},{"id":"1464","title":"Option: vim.statusline.lualine.enable","content":"Whether to enable lualine statusline plugin.","path":"options.html#option-vim-statusline-lualine-enable","tokens":["enable","lualine","plugin","statusline","whether"],"title_tokens":["option","lualine","vim","enable","statusline"],"anchors":[]},{"id":"1465","title":"Option: vim.statusline.lualine.extraActiveSection.a","content":"Extra entries for activeSection.a","path":"options.html#option-vim-statusline-lualine-extraActiveSection-a","tokens":["extra","activesection","for","entries"],"title_tokens":["vim","option","lualine","extraactivesection","statusline"],"anchors":[]},{"id":"1466","title":"Option: vim.statusline.lualine.extraActiveSection.b","content":"Extra entries for activeSection.b","path":"options.html#option-vim-statusline-lualine-extraActiveSection-b","tokens":["extra","for","activesection","entries"],"title_tokens":["option","statusline","vim","lualine","extraactivesection"],"anchors":[]},{"id":"1467","title":"Option: vim.statusline.lualine.extraActiveSection.c","content":"Extra entries for activeSection.c","path":"options.html#option-vim-statusline-lualine-extraActiveSection-c","tokens":["for","extra","entries","activesection"],"title_tokens":["vim","lualine","statusline","extraactivesection","option"],"anchors":[]},{"id":"1468","title":"Option: vim.statusline.lualine.extraActiveSection.x","content":"Extra entries for activeSection.x","path":"options.html#option-vim-statusline-lualine-extraActiveSection-x","tokens":["activesection","for","entries","extra"],"title_tokens":["lualine","extraactivesection","statusline","vim","option"],"anchors":[]},{"id":"1469","title":"Option: vim.statusline.lualine.extraActiveSection.y","content":"Extra entries for activeSection.y","path":"options.html#option-vim-statusline-lualine-extraActiveSection-y","tokens":["entries","extra","activesection","for"],"title_tokens":["option","vim","lualine","extraactivesection","statusline"],"anchors":[]},{"id":"1470","title":"Option: vim.statusline.lualine.extraActiveSection.z","content":"Extra entries for activeSection.z","path":"options.html#option-vim-statusline-lualine-extraActiveSection-z","tokens":["for","entries","extra","activesection"],"title_tokens":["vim","lualine","statusline","option","extraactivesection"],"anchors":[]},{"id":"1471","title":"Option: vim.statusline.lualine.extraInactiveSection.a","content":"Extra entries for inactiveSection.a","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-a","tokens":["entries","for","inactivesection","extra"],"title_tokens":["option","statusline","extrainactivesection","lualine","vim"],"anchors":[]},{"id":"1472","title":"Option: vim.statusline.lualine.extraInactiveSection.b","content":"Extra entries for inactiveSection.b","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-b","tokens":["inactivesection","extra","for","entries"],"title_tokens":["option","vim","statusline","lualine","extrainactivesection"],"anchors":[]},{"id":"1473","title":"Option: vim.statusline.lualine.extraInactiveSection.c","content":"Extra entries for inactiveSection.c","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-c","tokens":["inactivesection","extra","for","entries"],"title_tokens":["extrainactivesection","option","vim","statusline","lualine"],"anchors":[]},{"id":"1474","title":"Option: vim.statusline.lualine.extraInactiveSection.x","content":"Extra entries for inactiveSection.x","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-x","tokens":["entries","extra","inactivesection","for"],"title_tokens":["option","statusline","vim","lualine","extrainactivesection"],"anchors":[]},{"id":"1475","title":"Option: vim.statusline.lualine.extraInactiveSection.y","content":"Extra entries for inactiveSection.y","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-y","tokens":["for","inactivesection","extra","entries"],"title_tokens":["option","vim","extrainactivesection","statusline","lualine"],"anchors":[]},{"id":"1476","title":"Option: vim.statusline.lualine.extraInactiveSection.z","content":"Extra entries for inactiveSection.z","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-z","tokens":["entries","inactivesection","for","extra"],"title_tokens":["vim","option","statusline","extrainactivesection","lualine"],"anchors":[]},{"id":"1477","title":"Option: vim.statusline.lualine.globalStatus","content":"Enable global status for lualine","path":"options.html#option-vim-statusline-lualine-globalStatus","tokens":["status","enable","global","for","lualine"],"title_tokens":["globalstatus","lualine","option","vim","statusline"],"anchors":[]},{"id":"1478","title":"Option: vim.statusline.lualine.icons.enable","content":"Whether to enable icons for lualine.","path":"options.html#option-vim-statusline-lualine-icons-enable","tokens":["for","enable","icons","lualine","whether"],"title_tokens":["option","enable","lualine","icons","vim","statusline"],"anchors":[]},{"id":"1479","title":"Option: vim.statusline.lualine.ignoreFocus","content":"If current filetype is in this list it'll always be drawn as inactive statusline and the last window will be drawn as active statusline.","path":"options.html#option-vim-statusline-lualine-ignoreFocus","tokens":["statusline","will","always","the","list","last","current","this","drawn","active","window","and","inactive","filetype"],"title_tokens":["vim","lualine","statusline","ignorefocus","option"],"anchors":[]},{"id":"1480","title":"Option: vim.statusline.lualine.inactiveSection.a","content":"inactive config for: | (A) | B | C X | Y | Z |","path":"options.html#option-vim-statusline-lualine-inactiveSection-a","tokens":["for","inactive","config"],"title_tokens":["inactivesection","lualine","statusline","option","vim"],"anchors":[]},{"id":"1481","title":"Option: vim.statusline.lualine.inactiveSection.b","content":"inactive config for: | A | (B) | C X | Y | Z |","path":"options.html#option-vim-statusline-lualine-inactiveSection-b","tokens":["for","inactive","config"],"title_tokens":["lualine","statusline","option","inactivesection","vim"],"anchors":[]},{"id":"1482","title":"Option: vim.statusline.lualine.inactiveSection.c","content":"inactive config for: | A | B | (C) X | Y | Z |","path":"options.html#option-vim-statusline-lualine-inactiveSection-c","tokens":["for","config","inactive"],"title_tokens":["vim","statusline","lualine","option","inactivesection"],"anchors":[]},{"id":"1483","title":"Option: vim.statusline.lualine.inactiveSection.x","content":"inactive config for: | A | B | C (X) | Y | Z |","path":"options.html#option-vim-statusline-lualine-inactiveSection-x","tokens":["config","inactive","for"],"title_tokens":["inactivesection","statusline","lualine","option","vim"],"anchors":[]},{"id":"1484","title":"Option: vim.statusline.lualine.inactiveSection.y","content":"inactive config for: | A | B | C X | (Y) | Z |","path":"options.html#option-vim-statusline-lualine-inactiveSection-y","tokens":["for","config","inactive"],"title_tokens":["vim","statusline","option","lualine","inactivesection"],"anchors":[]},{"id":"1485","title":"Option: vim.statusline.lualine.inactiveSection.z","content":"inactive config for: | A | B | C X | Y | (Z) |","path":"options.html#option-vim-statusline-lualine-inactiveSection-z","tokens":["for","config","inactive"],"title_tokens":["inactivesection","option","lualine","vim","statusline"],"anchors":[]},{"id":"1486","title":"Option: vim.statusline.lualine.refresh.statusline","content":"Refresh rate for lualine","path":"options.html#option-vim-statusline-lualine-refresh-statusline","tokens":["refresh","lualine","for","rate"],"title_tokens":["refresh","vim","option","statusline","lualine"],"anchors":[]},{"id":"1487","title":"Option: vim.statusline.lualine.refresh.tabline","content":"Refresh rate for tabline","path":"options.html#option-vim-statusline-lualine-refresh-tabline","tokens":["rate","for","refresh","tabline"],"title_tokens":["tabline","statusline","refresh","option","vim","lualine"],"anchors":[]},{"id":"1488","title":"Option: vim.statusline.lualine.refresh.winbar","content":"Refresh rate for winbar","path":"options.html#option-vim-statusline-lualine-refresh-winbar","tokens":["rate","refresh","for","winbar"],"title_tokens":["vim","lualine","refresh","option","winbar","statusline"],"anchors":[]},{"id":"1489","title":"Option: vim.statusline.lualine.sectionSeparator.left","content":"Section separator for left side","path":"options.html#option-vim-statusline-lualine-sectionSeparator-left","tokens":["side","section","separator","for","left"],"title_tokens":["left","lualine","statusline","sectionseparator","vim","option"],"anchors":[]},{"id":"1490","title":"Option: vim.statusline.lualine.sectionSeparator.right","content":"Section separator for right side","path":"options.html#option-vim-statusline-lualine-sectionSeparator-right","tokens":["side","section","separator","for","right"],"title_tokens":["vim","right","lualine","option","statusline","sectionseparator"],"anchors":[]},{"id":"1491","title":"Option: vim.statusline.lualine.setupOpts","content":"Option table to pass into the setup function of Lualine\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-statusline-lualine-setupOpts","tokens":["options","any","table","into","not","listed","you","even","function","additional","docs","setup","pass","the","they","option","lualine","can"],"title_tokens":["option","vim","lualine","statusline","setupopts"],"anchors":[]},{"id":"1492","title":"Option: vim.statusline.lualine.theme","content":"Theme for lualine","path":"options.html#option-vim-statusline-lualine-theme","tokens":["lualine","for","theme"],"title_tokens":["vim","statusline","theme","lualine","option"],"anchors":[]},{"id":"1493","title":"Option: vim.syntaxHighlighting","content":"Enable syntax highlighting","path":"options.html#option-vim-syntaxHighlighting","tokens":["enable","highlighting","syntax"],"title_tokens":["option","vim","syntaxhighlighting"],"anchors":[]},{"id":"1494","title":"Option: vim.tabline.nvimBufferline.enable","content":"Whether to enable neovim bufferline.","path":"options.html#option-vim-tabline-nvimBufferline-enable","tokens":["bufferline","neovim","whether","enable"],"title_tokens":["vim","tabline","nvimbufferline","enable","option"],"anchors":[]},{"id":"1495","title":"Option: vim.tabline.nvimBufferline.mappings.closeCurrent","content":"Close buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-closeCurrent","tokens":["buffer","close"],"title_tokens":["mappings","vim","closecurrent","option","tabline","nvimbufferline"],"anchors":[]},{"id":"1496","title":"Option: vim.tabline.nvimBufferline.mappings.cycleNext","content":"Next buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-cycleNext","tokens":["next","buffer"],"title_tokens":["cyclenext","tabline","option","vim","nvimbufferline","mappings"],"anchors":[]},{"id":"1497","title":"Option: vim.tabline.nvimBufferline.mappings.cyclePrevious","content":"Previous buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-cyclePrevious","tokens":["buffer","previous"],"title_tokens":["vim","cycleprevious","option","nvimbufferline","mappings","tabline"],"anchors":[]},{"id":"1498","title":"Option: vim.tabline.nvimBufferline.mappings.moveNext","content":"Move next buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-moveNext","tokens":["next","buffer","move"],"title_tokens":["option","nvimbufferline","tabline","movenext","mappings","vim"],"anchors":[]},{"id":"1499","title":"Option: vim.tabline.nvimBufferline.mappings.movePrevious","content":"Move previous buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-movePrevious","tokens":["previous","buffer","move"],"title_tokens":["option","mappings","moveprevious","vim","tabline","nvimbufferline"],"anchors":[]},{"id":"1500","title":"Option: vim.tabline.nvimBufferline.mappings.pick","content":"Pick buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-pick","tokens":["pick","buffer"],"title_tokens":["nvimbufferline","mappings","pick","option","tabline","vim"],"anchors":[]},{"id":"1501","title":"Option: vim.tabline.nvimBufferline.mappings.sortByDirectory","content":"Sort buffers by directory","path":"options.html#option-vim-tabline-nvimBufferline-mappings-sortByDirectory","tokens":["buffers","directory","sort"],"title_tokens":["sortbydirectory","mappings","vim","option","tabline","nvimbufferline"],"anchors":[]},{"id":"1502","title":"Option: vim.tabline.nvimBufferline.mappings.sortByExtension","content":"Sort buffers by extension","path":"options.html#option-vim-tabline-nvimBufferline-mappings-sortByExtension","tokens":["sort","extension","buffers"],"title_tokens":["tabline","mappings","sortbyextension","option","vim","nvimbufferline"],"anchors":[]},{"id":"1503","title":"Option: vim.tabline.nvimBufferline.mappings.sortById","content":"Sort buffers by ID","path":"options.html#option-vim-tabline-nvimBufferline-mappings-sortById","tokens":["sort","buffers"],"title_tokens":["vim","option","nvimbufferline","mappings","sortbyid","tabline"],"anchors":[]},{"id":"1504","title":"Option: vim.tabline.nvimBufferline.setupOpts","content":"Option table to pass into the setup function of bufferline-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts","tokens":["the","additional","you","they","listed","options","can","even","setup","bufferline-nvim","pass","docs","not","into","function","table","option","any"],"title_tokens":["vim","tabline","option","nvimbufferline","setupopts"],"anchors":[]},{"id":"1505","title":"Option: vim.tabline.nvimBufferline.setupOpts.highlights","content":"Overrides the highlight groups of bufferline.\nSee :help bufferline-highlights.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-highlights","tokens":["bufferline","groups","help","overrides","highlight","the","bufferline-highlights","see"],"title_tokens":["nvimbufferline","highlights","vim","setupopts","tabline","option"],"anchors":[]},{"id":"1506","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.always_show_bufferline","content":"Whether to always show bufferline","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-always_show_bufferline","tokens":["show","whether","bufferline","always"],"title_tokens":["nvimbufferline","setupopts","options","always_show_bufferline","option","vim","tabline"],"anchors":[]},{"id":"1507","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.auto_toggle_bufferline","content":"Whether to auto toggle bufferline","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-auto_toggle_bufferline","tokens":["whether","bufferline","toggle","auto"],"title_tokens":["option","nvimbufferline","options","auto_toggle_bufferline","tabline","setupopts","vim"],"anchors":[]},{"id":"1508","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.buffer_close_icon","content":"Icon for close button","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-buffer_close_icon","tokens":["for","close","button","icon"],"title_tokens":["option","setupopts","options","buffer_close_icon","tabline","vim","nvimbufferline"],"anchors":[]},{"id":"1509","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.close_command","content":"Command to run when closing a buffer","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-close_command","tokens":["when","command","buffer","run","closing"],"title_tokens":["tabline","setupopts","options","close_command","nvimbufferline","option","vim"],"anchors":[]},{"id":"1510","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.close_icon","content":"Icon for close button","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-close_icon","tokens":["button","icon","for","close"],"title_tokens":["setupopts","tabline","close_icon","options","option","vim","nvimbufferline"],"anchors":[]},{"id":"1511","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.color_icons","content":"Whether or not to add filetype icon highlights","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-color_icons","tokens":["whether","icon","add","filetype","not","highlights"],"title_tokens":["nvimbufferline","option","vim","tabline","setupopts","options","color_icons"],"anchors":[]},{"id":"1512","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.custom_filter","content":"Custom filter function for filtering out buffers.\n::: {.note} This will be called a lot, so you are encouraged to keep it as short and lightweight as possible unless you are fully aware of the performance implications. :::","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-custom_filter","tokens":["unless","performance","fully","filter","lot","for","out","encouraged","keep","lightweight","and","custom","function","possible","buffers","will","are","this","filtering","called","aware","short","the","implications","note","you"],"title_tokens":["options","vim","setupopts","custom_filter","option","tabline","nvimbufferline"],"anchors":[]},{"id":"1513","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.diagnostics","content":"Diagnostics provider to be used in buffer LSP indicators","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-diagnostics","tokens":["diagnostics","lsp","indicators","used","provider","buffer"],"title_tokens":["vim","option","options","diagnostics","nvimbufferline","setupopts","tabline"],"anchors":[]},{"id":"1514","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.diagnostics_indicator","content":"Function to get the diagnostics indicator. The function should return a string to be used as the indicator.\nCan be set to nil to keep the buffer name highlight, but delete the highlighting.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-diagnostics_indicator","tokens":["get","set","diagnostics","indicator","can","nil","should","highlight","but","return","delete","used","string","name","buffer","keep","function","highlighting","the"],"title_tokens":["vim","nvimbufferline","option","options","tabline","setupopts","diagnostics_indicator"],"anchors":[]},{"id":"1515","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.diagnostics_update_in_insert","content":"Whether to update diagnostics while in insert mode.\nSetting this to true has performance implications, but they may be negligible depending on your setup. Set it to true if you know what you are doing.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-diagnostics_update_in_insert","tokens":["setup","but","your","what","this","insert","performance","implications","are","whether","you","doing","may","negligible","know","set","has","update","mode","true","they","diagnostics","while","setting","depending"],"title_tokens":["option","vim","nvimbufferline","setupopts","diagnostics_update_in_insert","tabline","options"],"anchors":[]},{"id":"1516","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.duplicates_across_groups","content":"Whether to consider duplicate paths in different groups as duplicates","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-duplicates_across_groups","tokens":["consider","different","groups","duplicate","duplicates","paths","whether"],"title_tokens":["tabline","nvimbufferline","option","options","setupopts","duplicates_across_groups","vim"],"anchors":[]},{"id":"1517","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.enforce_regular_tabs","content":"Whether to enforce regular tabs","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-enforce_regular_tabs","tokens":["whether","regular","tabs","enforce"],"title_tokens":["option","nvimbufferline","enforce_regular_tabs","tabline","vim","setupopts","options"],"anchors":[]},{"id":"1518","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.get_element_icon","content":"The function bufferline uses to get the icon. Recommended to leave as default.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-get_element_icon","tokens":["default","the","uses","get","icon","leave","function","bufferline","recommended"],"title_tokens":["option","get_element_icon","tabline","options","setupopts","nvimbufferline","vim"],"anchors":[]},{"id":"1519","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.hover.delay","content":"Delay for hover, in ms","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-hover-delay","tokens":["delay","hover","for"],"title_tokens":["option","nvimbufferline","tabline","delay","options","hover","vim","setupopts"],"anchors":[]},{"id":"1520","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.hover.enabled","content":"Whether to enable hover.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-hover-enabled","tokens":["whether","enable","hover"],"title_tokens":["option","nvimbufferline","vim","setupopts","enabled","options","hover","tabline"],"anchors":[]},{"id":"1521","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.hover.reveal","content":"Reveal hover window","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-hover-reveal","tokens":["hover","window","reveal"],"title_tokens":["option","tabline","reveal","vim","setupopts","options","nvimbufferline","hover"],"anchors":[]},{"id":"1522","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.indicator.icon","content":"The indicator icon to use for the current buffer.\n::: {.warning} This must be omitted while style is not icon :::","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-indicator-icon","tokens":["this","indicator","while","current","icon","style","buffer","use","the","for","omitted","must","warning","not"],"title_tokens":["tabline","indicator","option","icon","nvimbufferline","setupopts","vim","options"],"anchors":[]},{"id":"1523","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.indicator.style","content":"Style for indicator","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-indicator-style","tokens":["indicator","for","style"],"title_tokens":["nvimbufferline","options","setupopts","indicator","tabline","option","style","vim"],"anchors":[]},{"id":"1524","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.left_mouse_command","content":"Command to run when left clicking a buffer","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-left_mouse_command","tokens":["command","left","when","clicking","buffer","run"],"title_tokens":["option","left_mouse_command","vim","nvimbufferline","setupopts","options","tabline"],"anchors":[]},{"id":"1525","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.left_trunc_marker","content":"Icon for left truncation","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-left_trunc_marker","tokens":["icon","left","truncation","for"],"title_tokens":["vim","options","left_trunc_marker","setupopts","nvimbufferline","tabline","option"],"anchors":[]},{"id":"1526","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.max_name_length","content":"Max name length","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-max_name_length","tokens":["name","max","length"],"title_tokens":["vim","setupopts","options","option","max_name_length","tabline","nvimbufferline"],"anchors":[]},{"id":"1527","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.max_prefix_length","content":"Length of the prefix used when a buffer is de-duplicated","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-max_prefix_length","tokens":["buffer","the","de-duplicated","used","length","prefix","when"],"title_tokens":["tabline","setupopts","nvimbufferline","max_prefix_length","option","options","vim"],"anchors":[]},{"id":"1528","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.middle_mouse_command","content":"Command to run when middle clicking a buffer","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-middle_mouse_command","tokens":["buffer","when","clicking","middle","run","command"],"title_tokens":["nvimbufferline","options","middle_mouse_command","tabline","vim","option","setupopts"],"anchors":[]},{"id":"1529","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.mode","content":"Mode to use for bufferline","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-mode","tokens":["use","mode","bufferline","for"],"title_tokens":["options","mode","option","nvimbufferline","setupopts","vim","tabline"],"anchors":[]},{"id":"1530","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.modified_icon","content":"Icon for modified buffer","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-modified_icon","tokens":["modified","for","buffer","icon"],"title_tokens":["option","nvimbufferline","setupopts","options","modified_icon","vim","tabline"],"anchors":[]},{"id":"1531","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.move_wraps_at_ends","content":"Whether or not the move command \"wraps\" at the first or last position","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-move_wraps_at_ends","tokens":["position","wraps","first","command","the","whether","last","not","move"],"title_tokens":["options","move_wraps_at_ends","tabline","nvimbufferline","setupopts","option","vim"],"anchors":[]},{"id":"1532","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.name_formatter","content":"name_formatter can be used to change the buffer's label in the bufferline.\n::: {.note} Some names can/will break the bufferline so use this at your discretion knowing that it has some limitations that will NOT be fixed. :::","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-name_formatter","tokens":["break","limitations","name_formatter","your","used","can","bufferline","names","the","this","that","use","some","has","fixed","change","will","note","buffer","knowing","not","label","discretion"],"title_tokens":["nvimbufferline","setupopts","options","name_formatter","option","vim","tabline"],"anchors":[]},{"id":"1533","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.numbers","content":"Whether or not to show buffer numbers","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-numbers","tokens":["not","whether","buffer","numbers","show"],"title_tokens":["option","nvimbufferline","setupopts","vim","options","numbers","tabline"],"anchors":[]},{"id":"1534","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.offsets","content":"The windows to offset bufferline above, see :help bufferline-offset","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-offsets","tokens":["bufferline","windows","the","help","bufferline-offset","see","above","offset"],"title_tokens":["options","option","offsets","tabline","nvimbufferline","vim","setupopts"],"anchors":[]},{"id":"1535","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.persist_buffer_sort","content":"Whether or not custom sorted buffers should persist","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-persist_buffer_sort","tokens":["persist","buffers","whether","custom","sorted","should","not"],"title_tokens":["options","vim","setupopts","nvimbufferline","option","persist_buffer_sort","tabline"],"anchors":[]},{"id":"1536","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.right_mouse_command","content":"Command to run when right clicking a buffer","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-right_mouse_command","tokens":["clicking","command","run","buffer","right","when"],"title_tokens":["vim","right_mouse_command","option","tabline","nvimbufferline","setupopts","options"],"anchors":[]},{"id":"1537","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.right_trunc_marker","content":"Icon for right truncation","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-right_trunc_marker","tokens":["truncation","right","for","icon"],"title_tokens":["options","setupopts","tabline","option","vim","right_trunc_marker","nvimbufferline"],"anchors":[]},{"id":"1538","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.separator_style","content":"The type of separator used to separate buffers and tabs.\nEither one of the listed types, or a list of 2 characters for either side.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-separator_style","tokens":["buffers","separate","listed","used","characters","for","side","type","the","separator","types","tabs","either","and","one","list"],"title_tokens":["vim","nvimbufferline","separator_style","options","setupopts","tabline","option"],"anchors":[]},{"id":"1539","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.show_buffer_close_icons","content":"Whether or not to show buffer close icons","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-show_buffer_close_icons","tokens":["buffer","icons","close","not","whether","show"],"title_tokens":["setupopts","show_buffer_close_icons","nvimbufferline","option","tabline","options","vim"],"anchors":[]},{"id":"1540","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.show_buffer_icons","content":"Whether or not to show buffer icons","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-show_buffer_icons","tokens":["not","icons","buffer","whether","show"],"title_tokens":["tabline","setupopts","options","option","show_buffer_icons","vim","nvimbufferline"],"anchors":[]},{"id":"1541","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.show_close_icon","content":"Whether or not to show the close icon","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-show_close_icon","tokens":["close","not","show","icon","whether","the"],"title_tokens":["setupopts","tabline","option","options","vim","show_close_icon","nvimbufferline"],"anchors":[]},{"id":"1542","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.show_duplicate_prefix","content":"Whether or not to show duplicate buffer prefixes","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-show_duplicate_prefix","tokens":["duplicate","not","whether","buffer","prefixes","show"],"title_tokens":["vim","tabline","show_duplicate_prefix","nvimbufferline","setupopts","options","option"],"anchors":[]},{"id":"1543","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.show_tab_indicators","content":"Whether or not to show tab indicators","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-show_tab_indicators","tokens":["whether","indicators","show","not","tab"],"title_tokens":["vim","options","show_tab_indicators","tabline","option","nvimbufferline","setupopts"],"anchors":[]},{"id":"1544","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.sort_by","content":"Method to sort buffers by. Must be one of the supported values, or an inline Lua value.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-sort_by","tokens":["value","sort","method","values","must","buffers","the","inline","supported","one","lua"],"title_tokens":["vim","tabline","setupopts","options","sort_by","option","nvimbufferline"],"anchors":[]},{"id":"1545","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.style_preset","content":"The base style of bufferline","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-style_preset","tokens":["base","bufferline","style","the"],"title_tokens":["options","style_preset","tabline","nvimbufferline","option","vim","setupopts"],"anchors":[]},{"id":"1546","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.tab_size","content":"The size of the tabs in bufferline","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-tab_size","tokens":["tabs","size","the","bufferline"],"title_tokens":["option","tabline","vim","nvimbufferline","setupopts","options","tab_size"],"anchors":[]},{"id":"1547","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.themable","content":"Whether or not to allow highlight groups to be overridden.\nWhile false, bufferline.nvim sets highlights as default.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-themable","tokens":["whether","allow","false","highlight","bufferline","nvim","sets","default","not","while","highlights","overridden","groups"],"title_tokens":["vim","options","option","nvimbufferline","tabline","setupopts","themable"],"anchors":[]},{"id":"1548","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.truncate_names","content":"Truncate names","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-truncate_names","tokens":["names","truncate"],"title_tokens":["nvimbufferline","option","vim","tabline","setupopts","options","truncate_names"],"anchors":[]},{"id":"1549","title":"Option: vim.telescope.enable","content":"Whether to enable telescope.nvim: multi-purpose search and picker utility.","path":"options.html#option-vim-telescope-enable","tokens":["multi-purpose","utility","enable","search","and","whether","telescope","nvim","picker"],"title_tokens":["option","telescope","enable","vim"],"anchors":[]},{"id":"1550","title":"Option: vim.telescope.extensions","content":"Individual extension configurations containing name, packages and setup fields to resolve dependencies, handle load_extension calls and add the setup table into the extensions portion of Telescope's setup table.","path":"options.html#option-vim-telescope-extensions","tokens":["resolve","telescope","the","extension","setup","dependencies","add","table","name","extensions","containing","packages","individual","handle","into","configurations","fields","portion","load_extension","calls","and"],"title_tokens":["vim","option","telescope","extensions"],"anchors":[]},{"id":"1551","title":"Option: vim.telescope.extensions.*.name","content":"Name of the extension, will be used to load it with a require","path":"options.html#option-vim-telescope-extensions-*-name","tokens":["will","load","with","name","the","extension","used","require"],"title_tokens":["option","vim","name","extensions","telescope"],"anchors":[]},{"id":"1552","title":"Option: vim.telescope.extensions.*.packages","content":"Package or packages providing the Telescope extension to be loaded.","path":"options.html#option-vim-telescope-extensions-*-packages","tokens":["the","providing","extension","packages","telescope","loaded","package"],"title_tokens":["option","packages","telescope","vim","extensions"],"anchors":[]},{"id":"1553","title":"Option: vim.telescope.extensions.*.setup","content":"Named attribute set to be inserted into Telescope's extensions table.","path":"options.html#option-vim-telescope-extensions-*-setup","tokens":["attribute","telescope","extensions","into","table","set","named","inserted"],"title_tokens":["extensions","option","telescope","setup","vim"],"anchors":[]},{"id":"1554","title":"Option: vim.telescope.mappings.buffers","content":"Buffers [Telescope]","path":"options.html#option-vim-telescope-mappings-buffers","tokens":["buffers","telescope"],"title_tokens":["option","telescope","buffers","mappings","vim"],"anchors":[]},{"id":"1555","title":"Option: vim.telescope.mappings.diagnostics","content":"Diagnostics [Telescope]","path":"options.html#option-vim-telescope-mappings-diagnostics","tokens":["diagnostics","telescope"],"title_tokens":["diagnostics","mappings","telescope","option","vim"],"anchors":[]},{"id":"1556","title":"Option: vim.telescope.mappings.findFiles","content":"Find files [Telescope]","path":"options.html#option-vim-telescope-mappings-findFiles","tokens":["files","telescope","find"],"title_tokens":["option","telescope","findfiles","vim","mappings"],"anchors":[]},{"id":"1557","title":"Option: vim.telescope.mappings.findProjects","content":"Find projects [Telescope]","path":"options.html#option-vim-telescope-mappings-findProjects","tokens":["telescope","find","projects"],"title_tokens":["telescope","option","mappings","findprojects","vim"],"anchors":[]},{"id":"1558","title":"Option: vim.telescope.mappings.gitBranches","content":"Git branches [Telescope]","path":"options.html#option-vim-telescope-mappings-gitBranches","tokens":["telescope","git","branches"],"title_tokens":["gitbranches","mappings","vim","option","telescope"],"anchors":[]},{"id":"1559","title":"Option: vim.telescope.mappings.gitBufferCommits","content":"Git buffer commits [Telescope]","path":"options.html#option-vim-telescope-mappings-gitBufferCommits","tokens":["commits","buffer","git","telescope"],"title_tokens":["mappings","vim","option","gitbuffercommits","telescope"],"anchors":[]},{"id":"1560","title":"Option: vim.telescope.mappings.gitCommits","content":"Git commits [Telescope]","path":"options.html#option-vim-telescope-mappings-gitCommits","tokens":["telescope","git","commits"],"title_tokens":["telescope","option","vim","mappings","gitcommits"],"anchors":[]},{"id":"1561","title":"Option: vim.telescope.mappings.gitFiles","content":"Git files [Telescope]","path":"options.html#option-vim-telescope-mappings-gitFiles","tokens":["git","files","telescope"],"title_tokens":["vim","telescope","option","mappings","gitfiles"],"anchors":[]},{"id":"1562","title":"Option: vim.telescope.mappings.gitStash","content":"Git stash [Telescope]","path":"options.html#option-vim-telescope-mappings-gitStash","tokens":["stash","git","telescope"],"title_tokens":["gitstash","option","mappings","vim","telescope"],"anchors":[]},{"id":"1563","title":"Option: vim.telescope.mappings.gitStatus","content":"Git status [Telescope]","path":"options.html#option-vim-telescope-mappings-gitStatus","tokens":["git","status","telescope"],"title_tokens":["gitstatus","option","vim","mappings","telescope"],"anchors":[]},{"id":"1564","title":"Option: vim.telescope.mappings.helpTags","content":"Help tags [Telescope]","path":"options.html#option-vim-telescope-mappings-helpTags","tokens":["help","telescope","tags"],"title_tokens":["option","mappings","helptags","telescope","vim"],"anchors":[]},{"id":"1565","title":"Option: vim.telescope.mappings.liveGrep","content":"Live grep [Telescope]","path":"options.html#option-vim-telescope-mappings-liveGrep","tokens":["grep","telescope","live"],"title_tokens":["option","telescope","mappings","livegrep","vim"],"anchors":[]},{"id":"1566","title":"Option: vim.telescope.mappings.lspDefinitions","content":"LSP Definitions [Telescope]","path":"options.html#option-vim-telescope-mappings-lspDefinitions","tokens":["lsp","definitions","telescope"],"title_tokens":["mappings","lspdefinitions","option","vim","telescope"],"anchors":[]},{"id":"1567","title":"Option: vim.telescope.mappings.lspDocumentSymbols","content":"LSP Document Symbols [Telescope]","path":"options.html#option-vim-telescope-mappings-lspDocumentSymbols","tokens":["symbols","lsp","document","telescope"],"title_tokens":["lspdocumentsymbols","telescope","vim","mappings","option"],"anchors":[]},{"id":"1568","title":"Option: vim.telescope.mappings.lspImplementations","content":"LSP Implementations [Telescope]","path":"options.html#option-vim-telescope-mappings-lspImplementations","tokens":["lsp","implementations","telescope"],"title_tokens":["lspimplementations","option","telescope","mappings","vim"],"anchors":[]},{"id":"1569","title":"Option: vim.telescope.mappings.lspReferences","content":"LSP References [Telescope]","path":"options.html#option-vim-telescope-mappings-lspReferences","tokens":["references","telescope","lsp"],"title_tokens":["vim","mappings","lspreferences","option","telescope"],"anchors":[]},{"id":"1570","title":"Option: vim.telescope.mappings.lspTypeDefinitions","content":"LSP Type Definitions [Telescope]","path":"options.html#option-vim-telescope-mappings-lspTypeDefinitions","tokens":["definitions","lsp","type","telescope"],"title_tokens":["telescope","mappings","lsptypedefinitions","option","vim"],"anchors":[]},{"id":"1571","title":"Option: vim.telescope.mappings.lspWorkspaceSymbols","content":"LSP Workspace Symbols [Telescope]","path":"options.html#option-vim-telescope-mappings-lspWorkspaceSymbols","tokens":["telescope","workspace","symbols","lsp"],"title_tokens":["lspworkspacesymbols","option","vim","telescope","mappings"],"anchors":[]},{"id":"1572","title":"Option: vim.telescope.mappings.open","content":"Open [Telescope]","path":"options.html#option-vim-telescope-mappings-open","tokens":["telescope","open"],"title_tokens":["option","telescope","mappings","vim","open"],"anchors":[]},{"id":"1573","title":"Option: vim.telescope.mappings.resume","content":"Resume (previous search) [Telescope]","path":"options.html#option-vim-telescope-mappings-resume","tokens":["previous","search","telescope","resume"],"title_tokens":["mappings","resume","telescope","option","vim"],"anchors":[]},{"id":"1574","title":"Option: vim.telescope.mappings.treesitter","content":"Treesitter [Telescope]","path":"options.html#option-vim-telescope-mappings-treesitter","tokens":["telescope","treesitter"],"title_tokens":["mappings","treesitter","vim","option","telescope"],"anchors":[]},{"id":"1575","title":"Option: vim.telescope.setupOpts","content":"Option table to pass into the setup function of Telescope\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-telescope-setupOpts","tokens":["you","into","any","pass","telescope","additional","table","function","listed","not","setup","the","option","docs","can","they","even","options"],"title_tokens":["option","vim","telescope","setupopts"],"anchors":[]},{"id":"1576","title":"Option: vim.telescope.setupOpts.defaults.color_devicons","content":"Whether to enable colored devicons.","path":"options.html#option-vim-telescope-setupOpts-defaults-color_devicons","tokens":["enable","whether","devicons","colored"],"title_tokens":["option","vim","setupopts","color_devicons","telescope","defaults"],"anchors":[]},{"id":"1577","title":"Option: vim.telescope.setupOpts.defaults.entry_prefix","content":"Prefix in front of each result entry. Current selection not included.","path":"options.html#option-vim-telescope-setupOpts-defaults-entry_prefix","tokens":["entry","current","selection","result","front","each","not","included","prefix"],"title_tokens":["telescope","entry_prefix","option","setupopts","vim","defaults"],"anchors":[]},{"id":"1578","title":"Option: vim.telescope.setupOpts.defaults.extensions","content":"Attribute set containing per-extension settings for Telescope","path":"options.html#option-vim-telescope-setupOpts-defaults-extensions","tokens":["attribute","settings","telescope","for","containing","set","per-extension"],"title_tokens":["setupopts","vim","option","telescope","defaults","extensions"],"anchors":[]},{"id":"1579","title":"Option: vim.telescope.setupOpts.defaults.file_ignore_patterns","content":"File patterns to omit from Telescope results","path":"options.html#option-vim-telescope-setupOpts-defaults-file_ignore_patterns","tokens":["file","omit","telescope","results","from","patterns"],"title_tokens":["option","defaults","vim","telescope","setupopts","file_ignore_patterns"],"anchors":[]},{"id":"1580","title":"Option: vim.telescope.setupOpts.defaults.initial_mode","content":"Determines in which mode telescope starts.","path":"options.html#option-vim-telescope-setupOpts-defaults-initial_mode","tokens":["determines","telescope","starts","mode","which"],"title_tokens":["vim","defaults","telescope","initial_mode","option","setupopts"],"anchors":[]},{"id":"1581","title":"Option: vim.telescope.setupOpts.defaults.layout_config","content":"Determines the default configuration values for layout strategies. See telescope.layout for details of the configurations options for each strategy.","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config","tokens":["layout","the","for","options","determines","default","strategies","configurations","each","values","telescope","details","see","configuration","strategy"],"title_tokens":["telescope","setupopts","vim","option","defaults","layout_config"],"anchors":[]},{"id":"1582","title":"Option: vim.telescope.setupOpts.defaults.layout_config.height","content":"How tall to make Telescope's entire layout","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-height","tokens":["tall","layout","make","how","entire","telescope"],"title_tokens":["defaults","telescope","setupopts","vim","layout_config","height","option"],"anchors":[]},{"id":"1583","title":"Option: vim.telescope.setupOpts.defaults.layout_config.horizontal.preview_width","content":"Change the width of Telescope's preview window","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-horizontal-preview_width","tokens":["width","window","telescope","change","the","preview"],"title_tokens":["vim","telescope","setupopts","option","preview_width","layout_config","horizontal","defaults"],"anchors":[]},{"id":"1584","title":"Option: vim.telescope.setupOpts.defaults.layout_config.horizontal.prompt_position","content":"Where to place prompt window","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-horizontal-prompt_position","tokens":["window","place","prompt","where"],"title_tokens":["horizontal","layout_config","vim","telescope","setupopts","defaults","option","prompt_position"],"anchors":[]},{"id":"1585","title":"Option: vim.telescope.setupOpts.defaults.layout_config.preview_cutoff","content":"When lines are less than this value, the preview will be disabled","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-preview_cutoff","tokens":["when","preview","are","than","value","lines","less","will","disabled","the","this"],"title_tokens":["preview_cutoff","defaults","layout_config","setupopts","telescope","option","vim"],"anchors":[]},{"id":"1586","title":"Option: vim.telescope.setupOpts.defaults.layout_config.vertical.mirror","content":"Flip the location of the results/prompt and preview windows","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-vertical-mirror","tokens":["the","results","location","preview","flip","prompt","windows","and"],"title_tokens":["mirror","layout_config","option","vim","telescope","defaults","vertical","setupopts"],"anchors":[]},{"id":"1587","title":"Option: vim.telescope.setupOpts.defaults.layout_config.width","content":"How wide to make Telescope's entire layout","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-width","tokens":["telescope","how","entire","layout","make","wide"],"title_tokens":["telescope","defaults","setupopts","vim","option","layout_config","width"],"anchors":[]},{"id":"1588","title":"Option: vim.telescope.setupOpts.defaults.layout_strategy","content":"Determines the default layout of Telescope pickers. See :help telescope.layout.","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_strategy","tokens":["see","layout","determines","help","default","telescope","the","pickers"],"title_tokens":["option","setupopts","defaults","layout_strategy","telescope","vim"],"anchors":[]},{"id":"1589","title":"Option: vim.telescope.setupOpts.defaults.path_display","content":"Determines how file paths are displayed.","path":"options.html#option-vim-telescope-setupOpts-defaults-path_display","tokens":["are","file","how","paths","displayed","determines"],"title_tokens":["defaults","telescope","option","setupopts","path_display","vim"],"anchors":[]},{"id":"1590","title":"Option: vim.telescope.setupOpts.defaults.pickers.find_command","content":"Command to use for finding files. If using an executable from {env}PATH then you must make sure that the package is available in {option}vim.extraPackages.","path":"options.html#option-vim-telescope-setupOpts-defaults-pickers-find_command","tokens":["for","package","option","env","the","command","use","you","finding","available","that","sure","then","vim","using","from","files","executable","path","extrapackages","make","must"],"title_tokens":["option","setupopts","find_command","pickers","vim","defaults","telescope"],"anchors":[]},{"id":"1591","title":"Option: vim.telescope.setupOpts.defaults.prompt_prefix","content":"Shown in front of Telescope's prompt","path":"options.html#option-vim-telescope-setupOpts-defaults-prompt_prefix","tokens":["front","telescope","shown","prompt"],"title_tokens":["vim","defaults","telescope","setupopts","prompt_prefix","option"],"anchors":[]},{"id":"1592","title":"Option: vim.telescope.setupOpts.defaults.selection_caret","content":"Character(s) to show in front of the current selection","path":"options.html#option-vim-telescope-setupOpts-defaults-selection_caret","tokens":["front","the","selection","show","character","current"],"title_tokens":["defaults","setupopts","option","telescope","selection_caret","vim"],"anchors":[]},{"id":"1593","title":"Option: vim.telescope.setupOpts.defaults.selection_strategy","content":"Determines how the cursor acts after each sort iteration.","path":"options.html#option-vim-telescope-setupOpts-defaults-selection_strategy","tokens":["iteration","each","the","how","cursor","after","acts","sort","determines"],"title_tokens":["vim","setupopts","selection_strategy","defaults","option","telescope"],"anchors":[]},{"id":"1594","title":"Option: vim.telescope.setupOpts.defaults.set_env","content":"Set an environment for term_previewer","path":"options.html#option-vim-telescope-setupOpts-defaults-set_env","tokens":["term_previewer","set","environment","for"],"title_tokens":["telescope","defaults","vim","setupopts","set_env","option"],"anchors":[]},{"id":"1595","title":"Option: vim.telescope.setupOpts.defaults.sorting_strategy","content":"Determines the direction \"better\" results are sorted towards.","path":"options.html#option-vim-telescope-setupOpts-defaults-sorting_strategy","tokens":["direction","sorted","are","towards","the","determines","better","results"],"title_tokens":["option","setupopts","defaults","vim","telescope","sorting_strategy"],"anchors":[]},{"id":"1596","title":"Option: vim.telescope.setupOpts.defaults.vimgrep_arguments","content":"Defines the command that will be used for live_grep and grep_string pickers. Make sure that color is set to never because telescope does not yet interpret color codes.","path":"options.html#option-vim-telescope-setupOpts-defaults-vimgrep_arguments","tokens":["the","because","telescope","not","codes","command","and","live_grep","defines","will","yet","never","set","grep_string","that","does","for","interpret","color","pickers","sure","used","make"],"title_tokens":["vimgrep_arguments","vim","option","telescope","setupopts","defaults"],"anchors":[]},{"id":"1597","title":"Option: vim.telescope.setupOpts.defaults.winblend","content":"Pseudo-transparency of keymap hints floating window","path":"options.html#option-vim-telescope-setupOpts-defaults-winblend","tokens":["floating","pseudo-transparency","window","hints","keymap"],"title_tokens":["vim","winblend","defaults","option","telescope","setupopts"],"anchors":[]},{"id":"1598","title":"Option: vim.telescope.setupOpts.pickers.find_files.find_command","content":"cmd to use for finding files","path":"options.html#option-vim-telescope-setupOpts-pickers-find_files-find_command","tokens":["use","finding","files","cmd","for"],"title_tokens":["setupopts","pickers","find_command","telescope","option","find_files","vim"],"anchors":[]},{"id":"1599","title":"Option: vim.terminal.toggleterm.enable","content":"Whether to enable toggleterm as a replacement to built-in terminal command.","path":"options.html#option-vim-terminal-toggleterm-enable","tokens":["command","enable","built-in","replacement","terminal","toggleterm","whether"],"title_tokens":["toggleterm","enable","vim","option","terminal"],"anchors":[]},{"id":"1600","title":"Option: vim.terminal.toggleterm.lazygit.direction","content":"Direction of the lazygit window","path":"options.html#option-vim-terminal-toggleterm-lazygit-direction","tokens":["window","the","lazygit","direction"],"title_tokens":["toggleterm","vim","terminal","option","lazygit","direction"],"anchors":[]},{"id":"1601","title":"Option: vim.terminal.toggleterm.lazygit.enable","content":"Whether to enable LazyGit integration.","path":"options.html#option-vim-terminal-toggleterm-lazygit-enable","tokens":["whether","integration","enable","lazygit"],"title_tokens":["vim","terminal","lazygit","toggleterm","enable","option"],"anchors":[]},{"id":"1602","title":"Option: vim.terminal.toggleterm.lazygit.mappings.open","content":"Open lazygit [toggleterm]","path":"options.html#option-vim-terminal-toggleterm-lazygit-mappings-open","tokens":["toggleterm","lazygit","open"],"title_tokens":["mappings","lazygit","open","vim","option","terminal","toggleterm"],"anchors":[]},{"id":"1603","title":"Option: vim.terminal.toggleterm.lazygit.package","content":"The package that should be used for lazygit. Setting it to null will attempt to use lazygit from your PATH","path":"options.html#option-vim-terminal-toggleterm-lazygit-package","tokens":["lazygit","use","will","your","should","from","that","setting","package","attempt","the","for","path","null","used"],"title_tokens":["vim","lazygit","package","terminal","option","toggleterm"],"anchors":[]},{"id":"1604","title":"Option: vim.terminal.toggleterm.mappings.open","content":"The keymapping to open toggleterm","path":"options.html#option-vim-terminal-toggleterm-mappings-open","tokens":["the","toggleterm","keymapping","open"],"title_tokens":["option","toggleterm","open","vim","terminal","mappings"],"anchors":[]},{"id":"1605","title":"Option: vim.terminal.toggleterm.setupOpts","content":"Option table to pass into the setup function of ToggleTerm\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-terminal-toggleterm-setupOpts","tokens":["pass","docs","table","any","can","additional","toggleterm","options","listed","option","into","setup","function","you","even","not","the","they"],"title_tokens":["toggleterm","setupopts","vim","option","terminal"],"anchors":[]},{"id":"1606","title":"Option: vim.terminal.toggleterm.setupOpts.direction","content":"Direction of the terminal","path":"options.html#option-vim-terminal-toggleterm-setupOpts-direction","tokens":["the","terminal","direction"],"title_tokens":["setupopts","option","toggleterm","direction","vim","terminal"],"anchors":[]},{"id":"1607","title":"Option: vim.terminal.toggleterm.setupOpts.enable_winbar","content":"Enable winbar","path":"options.html#option-vim-terminal-toggleterm-setupOpts-enable_winbar","tokens":["enable","winbar"],"title_tokens":["option","setupopts","vim","terminal","enable_winbar","toggleterm"],"anchors":[]},{"id":"1608","title":"Option: vim.terminal.toggleterm.setupOpts.size","content":"Number or lua function which is passed to the current terminal","path":"options.html#option-vim-terminal-toggleterm-setupOpts-size","tokens":["current","number","lua","the","which","function","passed","terminal"],"title_tokens":["vim","toggleterm","setupopts","size","terminal","option"],"anchors":[]},{"id":"1609","title":"Option: vim.terminal.toggleterm.setupOpts.winbar.enabled","content":"Whether to enable winbar in terminal.","path":"options.html#option-vim-terminal-toggleterm-setupOpts-winbar-enabled","tokens":["whether","enable","terminal","winbar"],"title_tokens":["toggleterm","setupopts","winbar","enabled","terminal","vim","option"],"anchors":[]},{"id":"1610","title":"Option: vim.terminal.toggleterm.setupOpts.winbar.name_formatter","content":"Winbar formatter function.","path":"options.html#option-vim-terminal-toggleterm-setupOpts-winbar-name_formatter","tokens":["winbar","function","formatter"],"title_tokens":["vim","toggleterm","setupopts","winbar","name_formatter","option","terminal"],"anchors":[]},{"id":"1611","title":"Option: vim.theme.base16-colors.base00","content":"The base00 color to use","path":"options.html#option-vim-theme-base16-colors-base00","tokens":["color","base00","the","use"],"title_tokens":["base16-colors","base00","vim","option","theme"],"anchors":[]},{"id":"1612","title":"Option: vim.theme.base16-colors.base01","content":"The base01 color to use","path":"options.html#option-vim-theme-base16-colors-base01","tokens":["base01","the","use","color"],"title_tokens":["vim","base16-colors","base01","theme","option"],"anchors":[]},{"id":"1613","title":"Option: vim.theme.base16-colors.base02","content":"The base02 color to use","path":"options.html#option-vim-theme-base16-colors-base02","tokens":["base02","the","color","use"],"title_tokens":["base16-colors","option","vim","theme","base02"],"anchors":[]},{"id":"1614","title":"Option: vim.theme.base16-colors.base03","content":"The base03 color to use","path":"options.html#option-vim-theme-base16-colors-base03","tokens":["base03","color","use","the"],"title_tokens":["base03","vim","base16-colors","theme","option"],"anchors":[]},{"id":"1615","title":"Option: vim.theme.base16-colors.base04","content":"The base04 color to use","path":"options.html#option-vim-theme-base16-colors-base04","tokens":["base04","color","the","use"],"title_tokens":["base16-colors","vim","theme","option","base04"],"anchors":[]},{"id":"1616","title":"Option: vim.theme.base16-colors.base05","content":"The base05 color to use","path":"options.html#option-vim-theme-base16-colors-base05","tokens":["use","base05","the","color"],"title_tokens":["option","theme","base16-colors","vim","base05"],"anchors":[]},{"id":"1617","title":"Option: vim.theme.base16-colors.base06","content":"The base06 color to use","path":"options.html#option-vim-theme-base16-colors-base06","tokens":["use","color","the","base06"],"title_tokens":["vim","option","theme","base06","base16-colors"],"anchors":[]},{"id":"1618","title":"Option: vim.theme.base16-colors.base07","content":"The base07 color to use","path":"options.html#option-vim-theme-base16-colors-base07","tokens":["the","color","base07","use"],"title_tokens":["vim","option","base07","base16-colors","theme"],"anchors":[]},{"id":"1619","title":"Option: vim.theme.base16-colors.base08","content":"The base08 color to use","path":"options.html#option-vim-theme-base16-colors-base08","tokens":["base08","the","use","color"],"title_tokens":["theme","base16-colors","option","vim","base08"],"anchors":[]},{"id":"1620","title":"Option: vim.theme.base16-colors.base09","content":"The base09 color to use","path":"options.html#option-vim-theme-base16-colors-base09","tokens":["base09","color","use","the"],"title_tokens":["theme","option","vim","base09","base16-colors"],"anchors":[]},{"id":"1621","title":"Option: vim.theme.base16-colors.base0A","content":"The base0A color to use","path":"options.html#option-vim-theme-base16-colors-base0A","tokens":["color","use","base0a","the"],"title_tokens":["vim","base16-colors","theme","base0a","option"],"anchors":[]},{"id":"1622","title":"Option: vim.theme.base16-colors.base0B","content":"The base0B color to use","path":"options.html#option-vim-theme-base16-colors-base0B","tokens":["the","base0b","use","color"],"title_tokens":["option","theme","vim","base16-colors","base0b"],"anchors":[]},{"id":"1623","title":"Option: vim.theme.base16-colors.base0C","content":"The base0C color to use","path":"options.html#option-vim-theme-base16-colors-base0C","tokens":["use","color","base0c","the"],"title_tokens":["base0c","vim","option","theme","base16-colors"],"anchors":[]},{"id":"1624","title":"Option: vim.theme.base16-colors.base0D","content":"The base0D color to use","path":"options.html#option-vim-theme-base16-colors-base0D","tokens":["base0d","color","the","use"],"title_tokens":["base16-colors","base0d","vim","option","theme"],"anchors":[]},{"id":"1625","title":"Option: vim.theme.base16-colors.base0E","content":"The base0E color to use","path":"options.html#option-vim-theme-base16-colors-base0E","tokens":["base0e","color","the","use"],"title_tokens":["option","vim","base0e","base16-colors","theme"],"anchors":[]},{"id":"1626","title":"Option: vim.theme.base16-colors.base0F","content":"The base0F color to use","path":"options.html#option-vim-theme-base16-colors-base0F","tokens":["color","use","base0f","the"],"title_tokens":["base16-colors","option","vim","base0f","theme"],"anchors":[]},{"id":"1627","title":"Option: vim.theme.enable","content":"Enable theming","path":"options.html#option-vim-theme-enable","tokens":["enable","theming"],"title_tokens":["theme","vim","enable","option"],"anchors":[]},{"id":"1628","title":"Option: vim.theme.extraConfig","content":"Additional lua configuration to add before setup","path":"options.html#option-vim-theme-extraConfig","tokens":["add","configuration","additional","before","setup","lua"],"title_tokens":["option","theme","vim","extraconfig"],"anchors":[]},{"id":"1629","title":"Option: vim.theme.name","content":"Supported themes can be found in {file}supportedThemes.nix. Setting the theme to \"base16\" enables base16 theming and requires all of the colors in {option}vim.theme.base16-colors to be set.","path":"options.html#option-vim-theme-name","tokens":["theme","base16-colors","themes","file","and","requires","vim","setting","the","option","supported","supportedthemes","all","can","found","theming","colors","enables","set","nix","base16"],"title_tokens":["option","theme","name","vim"],"anchors":[]},{"id":"1630","title":"Option: vim.theme.style","content":"Specific style for theme if it supports it","path":"options.html#option-vim-theme-style","tokens":["supports","for","theme","specific","style"],"title_tokens":["option","style","vim","theme"],"anchors":[]},{"id":"1631","title":"Option: vim.theme.transparent","content":"Whether or not transparency should be enabled. Has no effect for themes that do not support transparency","path":"options.html#option-vim-theme-transparent","tokens":["effect","themes","enabled","that","whether","transparency","has","not","for","support","should"],"title_tokens":["option","vim","transparent","theme"],"anchors":[]},{"id":"1632","title":"Option: vim.treesitter.addDefaultGrammars","content":"Whether to add the default grammars to the list of grammars to install.\nThis option is only relevant if treesitter has been enabled.","path":"options.html#option-vim-treesitter-addDefaultGrammars","tokens":["this","been","only","relevant","has","list","enabled","install","option","treesitter","add","whether","default","the","grammars"],"title_tokens":["adddefaultgrammars","vim","treesitter","option"],"anchors":[]},{"id":"1633","title":"Option: vim.treesitter.autotagHtml","content":"Whether to enable autoclose and rename html tag.","path":"options.html#option-vim-treesitter-autotagHtml","tokens":["autoclose","and","whether","html","tag","enable","rename"],"title_tokens":["autotaghtml","option","vim","treesitter"],"anchors":[]},{"id":"1634","title":"Option: vim.treesitter.context.enable","content":"Whether to enable context of current buffer contents [nvim-treesitter-context] .","path":"options.html#option-vim-treesitter-context-enable","tokens":["enable","context","contents","buffer","nvim-treesitter-context","current","whether"],"title_tokens":["enable","treesitter","vim","context","option"],"anchors":[]},{"id":"1635","title":"Option: vim.treesitter.context.setupOpts","content":"Option table to pass into the setup function of treesitter-context\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-treesitter-context-setupOpts","tokens":["function","setup","even","pass","into","any","additional","you","they","can","docs","the","option","listed","options","treesitter-context","not","table"],"title_tokens":["vim","treesitter","setupopts","context","option"],"anchors":[]},{"id":"1636","title":"Option: vim.treesitter.context.setupOpts.line_numbers","content":"Whether to display line numbers in current context","path":"options.html#option-vim-treesitter-context-setupOpts-line_numbers","tokens":["line","context","numbers","whether","current","display"],"title_tokens":["line_numbers","vim","setupopts","option","treesitter","context"],"anchors":[]},{"id":"1637","title":"Option: vim.treesitter.context.setupOpts.max_lines","content":"How many lines the window should span.\nValues >= 0 mean there will be no limit.","path":"options.html#option-vim-treesitter-context-setupOpts-max_lines","tokens":["limit","will","the","many","how","lines","window","span","should","values","mean","there"],"title_tokens":["context","max_lines","option","setupopts","treesitter","vim"],"anchors":[]},{"id":"1638","title":"Option: vim.treesitter.context.setupOpts.min_window_height","content":"Minimum editor window height to enable context.\nValues >= 0 mean there will be no limit.","path":"options.html#option-vim-treesitter-context-setupOpts-min_window_height","tokens":["editor","mean","window","there","will","height","values","limit","minimum","context","enable"],"title_tokens":["option","vim","setupopts","context","min_window_height","treesitter"],"anchors":[]},{"id":"1639","title":"Option: vim.treesitter.context.setupOpts.mode","content":"Line used to calculate context.","path":"options.html#option-vim-treesitter-context-setupOpts-mode","tokens":["context","line","calculate","used"],"title_tokens":["setupopts","context","option","vim","mode","treesitter"],"anchors":[]},{"id":"1640","title":"Option: vim.treesitter.context.setupOpts.multiline_threshold","content":"Maximum number of lines to collapse for a single context line.","path":"options.html#option-vim-treesitter-context-setupOpts-multiline_threshold","tokens":["collapse","context","for","line","lines","maximum","single","number"],"title_tokens":["option","setupopts","vim","treesitter","multiline_threshold","context"],"anchors":[]},{"id":"1641","title":"Option: vim.treesitter.context.setupOpts.separator","content":"Separator between context and content. This option should be a single character string, like '-'.\nWhen separator is set, the context will only show up when there are at least 2 lines above cursorline.","path":"options.html#option-vim-treesitter-context-setupOpts-separator","tokens":["between","like","lines","above","string","will","should","least","cursorline","option","separator","and","are","single","context","this","set","only","content","when","the","character","show","there"],"title_tokens":["context","option","separator","vim","setupopts","treesitter"],"anchors":[]},{"id":"1642","title":"Option: vim.treesitter.context.setupOpts.trim_scope","content":"Which context lines to discard if {option}vim.treesitter.context.setupOpts.max_lines is exceeded.","path":"options.html#option-vim-treesitter-context-setupOpts-trim_scope","tokens":["which","lines","discard","context","option","vim","setupopts","max_lines","treesitter","exceeded"],"title_tokens":["setupopts","vim","trim_scope","option","context","treesitter"],"anchors":[]},{"id":"1643","title":"Option: vim.treesitter.context.setupOpts.zindex","content":"The Z-index of the context window.","path":"options.html#option-vim-treesitter-context-setupOpts-zindex","tokens":["window","the","context","z-index"],"title_tokens":["treesitter","context","vim","zindex","option","setupopts"],"anchors":[]},{"id":"1644","title":"Option: vim.treesitter.enable","content":"Whether to enable treesitter, also enabled automatically through language options.","path":"options.html#option-vim-treesitter-enable","tokens":["through","also","whether","treesitter","language","enable","options","automatically","enabled"],"title_tokens":["option","vim","treesitter","enable"],"anchors":[]},{"id":"1645","title":"Option: vim.treesitter.fold","content":"Whether to enable fold with treesitter.","path":"options.html#option-vim-treesitter-fold","tokens":["with","treesitter","enable","whether","fold"],"title_tokens":["option","fold","vim","treesitter"],"anchors":[]},{"id":"1646","title":"Option: vim.treesitter.grammars","content":"List of treesitter grammars to install. For grammars to be installed properly, you must use grammars from pkgs.vimPlugins.nvim-treesitter.parsers or pkgs.vimPlugins.nvim-treesitter.grammarPlugins. You can use pkgs.vimPlugins.nvim-treesitter.allGrammars to install all grammars.\nFor languages already supported by nvf, you may use {option}vim.language..treesitter options, which will automatically add the required grammars to this.","path":"options.html#option-vim-treesitter-grammars","tokens":["may","lang","which","parsers","option","the","all","supported","already","required","must","treesitter","pkgs","options","will","installed","properly","nvim-treesitter","grammarplugins","this","add","vimplugins","you","languages","use","grammars","list","for","nvf","automatically","install","from","allgrammars","vim","can","language"],"title_tokens":["grammars","treesitter","option","vim"],"anchors":[]},{"id":"1647","title":"Option: vim.treesitter.highlight.enable","content":"Whether to enable highlighting with treesitter.","path":"options.html#option-vim-treesitter-highlight-enable","tokens":["with","treesitter","highlighting","whether","enable"],"title_tokens":["highlight","option","treesitter","enable","vim"],"anchors":[]},{"id":"1648","title":"Option: vim.treesitter.indent.enable","content":"Whether to enable indentation with treesitter.","path":"options.html#option-vim-treesitter-indent-enable","tokens":["whether","enable","with","treesitter","indentation"],"title_tokens":["enable","option","vim","indent","treesitter"],"anchors":[]},{"id":"1649","title":"Option: vim.treesitter.textobjects.enable","content":"Whether to enable Treesitter textobjects.","path":"options.html#option-vim-treesitter-textobjects-enable","tokens":["treesitter","enable","whether","textobjects"],"title_tokens":["enable","vim","option","textobjects","treesitter"],"anchors":[]},{"id":"1650","title":"Option: vim.treesitter.textobjects.setupOpts","content":"Option table to pass into the setup function of treesitter-textobjects\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-treesitter-textobjects-setupOpts","tokens":["table","they","you","can","function","docs","option","options","pass","any","listed","setup","even","not","additional","into","treesitter-textobjects","the"],"title_tokens":["treesitter","setupopts","option","vim","textobjects"],"anchors":[]},{"id":"1651","title":"Option: vim.ui.borders.enable","content":"Whether to enable visible borders for most windows.","path":"options.html#option-vim-ui-borders-enable","tokens":["enable","whether","for","visible","most","windows","borders"],"title_tokens":["option","vim","enable","borders"],"anchors":[]},{"id":"1652","title":"Option: vim.ui.borders.globalStyle","content":"The global border style to use.\nIf a list is given, it should have a length of eight or any divisor of eight. The array will specify the eight chars building up the border in a clockwise fashion starting with the top-left corner. You can specify a different highlight group for each character by passing a [char, \"YourHighlightGroup\"] instead","path":"options.html#option-vim-ui-borders-globalStyle","tokens":["different","specify","border","can","use","chars","length","starting","should","global","array","corner","highlight","will","clockwise","have","building","fashion","group","each","yourhighlightgroup","any","for","given","character","with","style","eight","list","instead","the","divisor","top-left","passing","char","you"],"title_tokens":["option","globalstyle","vim","borders"],"anchors":[]},{"id":"1653","title":"Option: vim.ui.borders.plugins.fastaction.enable","content":"Whether to enable borders for the fastaction plugin.","path":"options.html#option-vim-ui-borders-plugins-fastaction-enable","tokens":["the","plugin","enable","borders","whether","for","fastaction"],"title_tokens":["vim","plugins","fastaction","enable","borders","option"],"anchors":[]},{"id":"1654","title":"Option: vim.ui.borders.plugins.fastaction.style","content":"The border style to use for the fastaction plugin","path":"options.html#option-vim-ui-borders-plugins-fastaction-style","tokens":["the","for","fastaction","border","style","plugin","use"],"title_tokens":["style","option","vim","borders","plugins","fastaction"],"anchors":[]},{"id":"1655","title":"Option: vim.ui.borders.plugins.lsp-signature.enable","content":"Whether to enable borders for the lsp-signature plugin.","path":"options.html#option-vim-ui-borders-plugins-lsp-signature-enable","tokens":["whether","enable","the","plugin","for","lsp-signature","borders"],"title_tokens":["lsp-signature","option","enable","plugins","borders","vim"],"anchors":[]},{"id":"1656","title":"Option: vim.ui.borders.plugins.lsp-signature.style","content":"The border style to use for the lsp-signature plugin","path":"options.html#option-vim-ui-borders-plugins-lsp-signature-style","tokens":["the","border","use","lsp-signature","plugin","for","style"],"title_tokens":["vim","plugins","style","borders","option","lsp-signature"],"anchors":[]},{"id":"1657","title":"Option: vim.ui.borders.plugins.lspsaga.enable","content":"Whether to enable borders for the lspsaga plugin.","path":"options.html#option-vim-ui-borders-plugins-lspsaga-enable","tokens":["enable","for","whether","the","plugin","borders","lspsaga"],"title_tokens":["vim","plugins","enable","option","lspsaga","borders"],"anchors":[]},{"id":"1658","title":"Option: vim.ui.borders.plugins.lspsaga.style","content":"The border style to use for the lspsaga plugin","path":"options.html#option-vim-ui-borders-plugins-lspsaga-style","tokens":["style","for","the","use","lspsaga","border","plugin"],"title_tokens":["vim","borders","plugins","style","lspsaga","option"],"anchors":[]},{"id":"1659","title":"Option: vim.ui.borders.plugins.nvim-cmp.enable","content":"Whether to enable borders for the nvim-cmp plugin.","path":"options.html#option-vim-ui-borders-plugins-nvim-cmp-enable","tokens":["the","borders","nvim-cmp","plugin","whether","enable","for"],"title_tokens":["borders","option","nvim-cmp","enable","plugins","vim"],"anchors":[]},{"id":"1660","title":"Option: vim.ui.borders.plugins.nvim-cmp.style","content":"The border style to use for the nvim-cmp plugin","path":"options.html#option-vim-ui-borders-plugins-nvim-cmp-style","tokens":["for","the","border","style","use","nvim-cmp","plugin"],"title_tokens":["style","plugins","borders","option","nvim-cmp","vim"],"anchors":[]},{"id":"1661","title":"Option: vim.ui.borders.plugins.which-key.enable","content":"Whether to enable borders for the which-key plugin.","path":"options.html#option-vim-ui-borders-plugins-which-key-enable","tokens":["which-key","plugin","whether","for","borders","enable","the"],"title_tokens":["which-key","option","borders","vim","plugins","enable"],"anchors":[]},{"id":"1662","title":"Option: vim.ui.borders.plugins.which-key.style","content":"The border style to use for the which-key plugin","path":"options.html#option-vim-ui-borders-plugins-which-key-style","tokens":["use","the","style","border","which-key","plugin","for"],"title_tokens":["option","borders","plugins","which-key","style","vim"],"anchors":[]},{"id":"1663","title":"Option: vim.ui.breadcrumbs.enable","content":"Whether to enable breadcrumbs.","path":"options.html#option-vim-ui-breadcrumbs-enable","tokens":["breadcrumbs","whether","enable"],"title_tokens":["option","vim","breadcrumbs","enable"],"anchors":[]},{"id":"1664","title":"Option: vim.ui.breadcrumbs.lualine.winbar.alwaysRender","content":"Whether to always display the breadcrumbs component on winbar.\n::: {.note} This will pass draw_empty to the nvim_navic winbar component, which causes the component to be drawn even if it's empty. :::","path":"options.html#option-vim-ui-breadcrumbs-lualine-winbar-alwaysRender","tokens":["nvim_navic","component","drawn","always","display","winbar","will","pass","even","breadcrumbs","whether","causes","note","draw_empty","empty","which","the","this"],"title_tokens":["vim","breadcrumbs","option","lualine","winbar","alwaysrender"],"anchors":[]},{"id":"1665","title":"Option: vim.ui.breadcrumbs.lualine.winbar.enable","content":"Whether to automatically configure a winbar component for Lualine on the Winbar section.\n::: {.note} This is set to true by default, which means nvim-navic will occupy winbar.lualine_c for the breadcrumbs feature unless this option is set to false. :::","path":"options.html#option-vim-ui-breadcrumbs-lualine-winbar-enable","tokens":["configure","will","option","note","lualine","true","nvim-navic","means","false","section","winbar","automatically","component","the","this","set","which","breadcrumbs","whether","for","feature","default","occupy","lualine_c","unless"],"title_tokens":["option","vim","lualine","winbar","enable","breadcrumbs"],"anchors":[]},{"id":"1666","title":"Option: vim.ui.breadcrumbs.navbuddy.enable","content":"Whether to enable navbuddy LSP helper UI. Enabling this option automatically loads and enables nvim-navic.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-enable","tokens":["enabling","this","enable","enables","navbuddy","lsp","automatically","whether","option","loads","and","nvim-navic","helper"],"title_tokens":["breadcrumbs","option","navbuddy","enable","vim"],"anchors":[]},{"id":"1667","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.appendName","content":"Insert at the end of name.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-appendName","tokens":["the","name","insert","end"],"title_tokens":["navbuddy","appendname","vim","mappings","option","breadcrumbs"],"anchors":[]},{"id":"1668","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.appendScope","content":"Insert at the end of scope.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-appendScope","tokens":["insert","scope","the","end"],"title_tokens":["vim","navbuddy","mappings","option","appendscope","breadcrumbs"],"anchors":[]},{"id":"1669","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.children","content":"Navigate to the child node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-children","tokens":["the","child","node","navigate"],"title_tokens":["children","option","navbuddy","mappings","vim","breadcrumbs"],"anchors":[]},{"id":"1670","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.close","content":"Close and return the cursor to its original location.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-close","tokens":["close","return","and","the","its","cursor","location","original"],"title_tokens":["mappings","close","breadcrumbs","vim","option","navbuddy"],"anchors":[]},{"id":"1671","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.comment","content":"Comment the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-comment","tokens":["the","comment","node"],"title_tokens":["breadcrumbs","mappings","comment","option","vim","navbuddy"],"anchors":[]},{"id":"1672","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.delete","content":"Delete the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-delete","tokens":["node","delete","the"],"title_tokens":["option","navbuddy","mappings","delete","vim","breadcrumbs"],"anchors":[]},{"id":"1673","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.foldCreate","content":"Create a new fold of the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-foldCreate","tokens":["fold","the","new","create","node"],"title_tokens":["option","mappings","foldcreate","breadcrumbs","navbuddy","vim"],"anchors":[]},{"id":"1674","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.foldDelete","content":"Delete the current fold of the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-foldDelete","tokens":["the","delete","current","fold","node"],"title_tokens":["option","breadcrumbs","navbuddy","folddelete","mappings","vim"],"anchors":[]},{"id":"1675","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.help","content":"Open the mappings help window.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-help","tokens":["window","open","mappings","the","help"],"title_tokens":["navbuddy","help","vim","option","mappings","breadcrumbs"],"anchors":[]},{"id":"1676","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.hsplit","content":"Open the node in a horizontal split.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-hsplit","tokens":["open","the","node","split","horizontal"],"title_tokens":["breadcrumbs","vim","navbuddy","option","mappings","hsplit"],"anchors":[]},{"id":"1677","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.insertName","content":"Insert at the start of name.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-insertName","tokens":["start","the","insert","name"],"title_tokens":["breadcrumbs","navbuddy","option","mappings","insertname","vim"],"anchors":[]},{"id":"1678","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.insertScope","content":"Insert at the start of scope.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-insertScope","tokens":["scope","insert","the","start"],"title_tokens":["insertscope","navbuddy","vim","breadcrumbs","option","mappings"],"anchors":[]},{"id":"1679","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.moveDown","content":"Move the node down.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-moveDown","tokens":["the","down","move","node"],"title_tokens":["option","vim","mappings","breadcrumbs","navbuddy","movedown"],"anchors":[]},{"id":"1680","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.moveUp","content":"Move the node up.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-moveUp","tokens":["move","the","node"],"title_tokens":["mappings","option","navbuddy","breadcrumbs","vim","moveup"],"anchors":[]},{"id":"1681","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.nextSibling","content":"Navigate to the next sibling node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-nextSibling","tokens":["sibling","the","next","navigate","node"],"title_tokens":["vim","nextsibling","option","breadcrumbs","navbuddy","mappings"],"anchors":[]},{"id":"1682","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.parent","content":"Navigate to the parent node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-parent","tokens":["node","navigate","parent","the"],"title_tokens":["parent","mappings","option","vim","breadcrumbs","navbuddy"],"anchors":[]},{"id":"1683","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.previousSibling","content":"Navigate to the previous sibling node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-previousSibling","tokens":["the","navigate","previous","sibling","node"],"title_tokens":["vim","previoussibling","breadcrumbs","mappings","navbuddy","option"],"anchors":[]},{"id":"1684","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.rename","content":"Rename the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-rename","tokens":["the","rename","node"],"title_tokens":["breadcrumbs","vim","navbuddy","rename","option","mappings"],"anchors":[]},{"id":"1685","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.root","content":"Navigate to the root node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-root","tokens":["root","the","navigate","node"],"title_tokens":["breadcrumbs","vim","option","navbuddy","mappings","root"],"anchors":[]},{"id":"1686","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.select","content":"Goto the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-select","tokens":["goto","the","node"],"title_tokens":["select","breadcrumbs","navbuddy","vim","mappings","option"],"anchors":[]},{"id":"1687","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.telescope","content":"Start fuzzy finder at the current level.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-telescope","tokens":["start","fuzzy","the","level","finder","current"],"title_tokens":["vim","breadcrumbs","navbuddy","telescope","option","mappings"],"anchors":[]},{"id":"1688","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.togglePreview","content":"Toggle the preview.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-togglePreview","tokens":["preview","toggle","the"],"title_tokens":["vim","navbuddy","mappings","option","breadcrumbs","togglepreview"],"anchors":[]},{"id":"1689","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.visualName","content":"Select the name visually.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-visualName","tokens":["visually","name","select","the"],"title_tokens":["navbuddy","breadcrumbs","mappings","visualname","option","vim"],"anchors":[]},{"id":"1690","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.visualScope","content":"Select the scope visually.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-visualScope","tokens":["visually","the","scope","select"],"title_tokens":["mappings","visualscope","navbuddy","vim","breadcrumbs","option"],"anchors":[]},{"id":"1691","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.vsplit","content":"Open the node in a vertical split.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-vsplit","tokens":["node","open","split","vertical","the"],"title_tokens":["breadcrumbs","vim","vsplit","mappings","option","navbuddy"],"anchors":[]},{"id":"1692","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.yankName","content":"Yank the name to system clipboard.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-yankName","tokens":["clipboard","the","system","name","yank"],"title_tokens":["vim","breadcrumbs","option","mappings","yankname","navbuddy"],"anchors":[]},{"id":"1693","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.yankScope","content":"Yank the scope to system clipboard.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-yankScope","tokens":["clipboard","yank","the","scope","system"],"title_tokens":["navbuddy","mappings","yankscope","breadcrumbs","option","vim"],"anchors":[]},{"id":"1694","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts","content":"Option table to pass into the setup function of navbuddy\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts","tokens":["you","pass","navbuddy","any","options","not","table","into","the","option","additional","setup","docs","they","can","even","function","listed"],"title_tokens":["breadcrumbs","option","vim","navbuddy","setupopts"],"anchors":[]},{"id":"1695","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Array","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Array","tokens":[],"title_tokens":["breadcrumbs","navbuddy","setupopts","array","option","vim","icons"],"anchors":[]},{"id":"1696","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Boolean","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Boolean","tokens":[],"title_tokens":["navbuddy","vim","icons","breadcrumbs","boolean","option","setupopts"],"anchors":[]},{"id":"1697","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Class","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Class","tokens":[],"title_tokens":["setupopts","navbuddy","icons","class","vim","breadcrumbs","option"],"anchors":[]},{"id":"1698","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Constant","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Constant","tokens":[],"title_tokens":["navbuddy","vim","constant","setupopts","option","breadcrumbs","icons"],"anchors":[]},{"id":"1699","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Constructor","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Constructor","tokens":[],"title_tokens":["icons","breadcrumbs","setupopts","constructor","vim","option","navbuddy"],"anchors":[]},{"id":"1700","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Enum","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Enum","tokens":[],"title_tokens":["breadcrumbs","setupopts","icons","option","enum","navbuddy","vim"],"anchors":[]},{"id":"1701","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.EnumMember","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-EnumMember","tokens":[],"title_tokens":["enummember","icons","setupopts","option","vim","breadcrumbs","navbuddy"],"anchors":[]},{"id":"1702","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Event","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Event","tokens":[],"title_tokens":["breadcrumbs","setupopts","event","icons","option","vim","navbuddy"],"anchors":[]},{"id":"1703","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Field","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Field","tokens":[],"title_tokens":["icons","setupopts","option","navbuddy","vim","breadcrumbs","field"],"anchors":[]},{"id":"1704","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.File","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-File","tokens":[],"title_tokens":["setupopts","vim","icons","option","breadcrumbs","navbuddy","file"],"anchors":[]},{"id":"1705","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Function","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Function","tokens":[],"title_tokens":["icons","option","navbuddy","setupopts","vim","function","breadcrumbs"],"anchors":[]},{"id":"1706","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Interface","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Interface","tokens":[],"title_tokens":["breadcrumbs","setupopts","option","vim","navbuddy","icons","interface"],"anchors":[]},{"id":"1707","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Key","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Key","tokens":[],"title_tokens":["icons","vim","key","setupopts","navbuddy","option","breadcrumbs"],"anchors":[]},{"id":"1708","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Method","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Method","tokens":[],"title_tokens":["setupopts","icons","navbuddy","breadcrumbs","option","method","vim"],"anchors":[]},{"id":"1709","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Module","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Module","tokens":[],"title_tokens":["option","navbuddy","breadcrumbs","module","vim","setupopts","icons"],"anchors":[]},{"id":"1710","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Namespace","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Namespace","tokens":[],"title_tokens":["setupopts","namespace","breadcrumbs","vim","icons","option","navbuddy"],"anchors":[]},{"id":"1711","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Null","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Null","tokens":[],"title_tokens":["icons","null","breadcrumbs","vim","option","navbuddy","setupopts"],"anchors":[]},{"id":"1712","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Number","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Number","tokens":[],"title_tokens":["option","navbuddy","number","icons","vim","setupopts","breadcrumbs"],"anchors":[]},{"id":"1713","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Object","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Object","tokens":[],"title_tokens":["setupopts","object","vim","navbuddy","icons","breadcrumbs","option"],"anchors":[]},{"id":"1714","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Operator","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Operator","tokens":[],"title_tokens":["option","breadcrumbs","vim","navbuddy","setupopts","icons","operator"],"anchors":[]},{"id":"1715","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Package","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Package","tokens":[],"title_tokens":["package","option","breadcrumbs","navbuddy","setupopts","vim","icons"],"anchors":[]},{"id":"1716","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Property","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Property","tokens":[],"title_tokens":["setupopts","breadcrumbs","navbuddy","icons","property","vim","option"],"anchors":[]},{"id":"1717","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.String","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-String","tokens":[],"title_tokens":["setupopts","navbuddy","icons","vim","string","option","breadcrumbs"],"anchors":[]},{"id":"1718","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Struct","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Struct","tokens":[],"title_tokens":["option","breadcrumbs","navbuddy","icons","setupopts","vim","struct"],"anchors":[]},{"id":"1719","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.TypeParameter","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-TypeParameter","tokens":[],"title_tokens":["option","setupopts","icons","vim","typeparameter","breadcrumbs","navbuddy"],"anchors":[]},{"id":"1720","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Variable","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Variable","tokens":[],"title_tokens":["setupopts","icons","option","variable","breadcrumbs","vim","navbuddy"],"anchors":[]},{"id":"1721","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.lsp.auto_attach","content":"Whether to attach to LSP server manually.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-lsp-auto_attach","tokens":["whether","manually","lsp","attach","server"],"title_tokens":["setupopts","vim","navbuddy","option","lsp","auto_attach","breadcrumbs"],"anchors":[]},{"id":"1722","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.lsp.preference","content":"The preference list ranking LSP servers.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-lsp-preference","tokens":["preference","the","ranking","lsp","servers","list"],"title_tokens":["lsp","navbuddy","vim","option","breadcrumbs","setupopts","preference"],"anchors":[]},{"id":"1723","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.node_markers.enable","content":"Whether to enable node markers.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-node_markers-enable","tokens":["whether","node","markers","enable"],"title_tokens":["enable","navbuddy","breadcrumbs","option","vim","setupopts","node_markers"],"anchors":[]},{"id":"1724","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.node_markers.icons.branch","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-node_markers-icons-branch","tokens":[],"title_tokens":["setupopts","branch","breadcrumbs","vim","icons","node_markers","option","navbuddy"],"anchors":[]},{"id":"1725","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.node_markers.icons.leaf","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-node_markers-icons-leaf","tokens":[],"title_tokens":["setupopts","icons","leaf","breadcrumbs","navbuddy","node_markers","option","vim"],"anchors":[]},{"id":"1726","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.node_markers.icons.leaf_selected","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-node_markers-icons-leaf_selected","tokens":[],"title_tokens":["node_markers","icons","leaf_selected","setupopts","breadcrumbs","navbuddy","option","vim"],"anchors":[]},{"id":"1727","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.source_buffer.followNode","content":"Whether to keep the current node in focus in the source buffer.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-source_buffer-followNode","tokens":["focus","current","keep","whether","node","buffer","source","the"],"title_tokens":["setupopts","source_buffer","option","breadcrumbs","follownode","vim","navbuddy"],"anchors":[]},{"id":"1728","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.source_buffer.highlight","content":"Whether to highlight the currently focused node in the source buffer.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-source_buffer-highlight","tokens":["node","currently","focused","source","the","buffer","highlight","whether"],"title_tokens":["source_buffer","highlight","navbuddy","vim","option","breadcrumbs","setupopts"],"anchors":[]},{"id":"1729","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.source_buffer.reorient","content":"The mode for reorienting the source buffer after moving nodes.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-source_buffer-reorient","tokens":["moving","mode","after","reorienting","for","buffer","nodes","source","the"],"title_tokens":["source_buffer","reorient","navbuddy","option","setupopts","breadcrumbs","vim"],"anchors":[]},{"id":"1730","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.source_buffer.scrolloff","content":"The scrolloff value in the source buffer when Navbuddy is open.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-source_buffer-scrolloff","tokens":["scrolloff","buffer","when","the","value","navbuddy","source","open"],"title_tokens":["breadcrumbs","option","vim","navbuddy","setupopts","source_buffer","scrolloff"],"anchors":[]},{"id":"1731","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.useDefaultMappings","content":"Add the default Navbuddy keybindings in addition to the keybinding added by this module.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-useDefaultMappings","tokens":["keybindings","added","add","keybinding","default","the","this","module","addition","navbuddy"],"title_tokens":["breadcrumbs","usedefaultmappings","navbuddy","option","vim","setupopts"],"anchors":[]},{"id":"1732","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.border","content":"The border style to use.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-border","tokens":["style","use","border","the"],"title_tokens":["option","vim","navbuddy","setupopts","window","border","breadcrumbs"],"anchors":[]},{"id":"1733","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.scrolloff","content":"The scrolloff value within a navbuddy window.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-scrolloff","tokens":["window","the","value","scrolloff","within","navbuddy"],"title_tokens":["breadcrumbs","setupopts","option","vim","navbuddy","window","scrolloff"],"anchors":[]},{"id":"1734","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.sections.left.border","content":"The border style to use for the left section of the Navbuddy UI.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-sections-left-border","tokens":["use","the","for","style","border","left","section","navbuddy"],"title_tokens":["breadcrumbs","setupopts","navbuddy","sections","window","left","vim","option","border"],"anchors":[]},{"id":"1735","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.sections.mid.border","content":"The border style to use for the middle section of the Navbuddy UI.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-sections-mid-border","tokens":["the","style","section","middle","for","navbuddy","border","use"],"title_tokens":["navbuddy","breadcrumbs","option","mid","sections","window","vim","border","setupopts"],"anchors":[]},{"id":"1736","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.sections.right.border","content":"The border style to use for the right section of the Navbuddy UI.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-sections-right-border","tokens":["style","navbuddy","the","border","right","section","use","for"],"title_tokens":["breadcrumbs","sections","setupopts","navbuddy","vim","right","window","border","option"],"anchors":[]},{"id":"1737","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.sections.right.preview","content":"The display mode of the preview on the right section.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-sections-right-preview","tokens":["right","section","mode","display","the","preview"],"title_tokens":["window","vim","sections","option","setupopts","breadcrumbs","navbuddy","right","preview"],"anchors":[]},{"id":"1738","title":"Option: vim.ui.breadcrumbs.source","content":"The source to be used for breadcrumbs component. Null means no breadcrumbs.","path":"options.html#option-vim-ui-breadcrumbs-source","tokens":["for","means","null","source","breadcrumbs","the","component","used"],"title_tokens":["source","option","breadcrumbs","vim"],"anchors":[]},{"id":"1739","title":"Option: vim.ui.colorful-menu-nvim.enable","content":"Whether to enable treesitter highlighted completion menus [colorful-menu.nvim].","path":"options.html#option-vim-ui-colorful-menu-nvim-enable","tokens":["enable","completion","whether","colorful-menu","nvim","highlighted","menus","treesitter"],"title_tokens":["vim","enable","option","colorful-menu-nvim"],"anchors":[]},{"id":"1740","title":"Option: vim.ui.colorful-menu-nvim.setupOpts","content":"Option table to pass into the setup function of colorful-menu-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-colorful-menu-nvim-setupOpts","tokens":["they","pass","options","colorful-menu-nvim","docs","option","the","function","any","even","not","can","listed","table","into","setup","additional","you"],"title_tokens":["option","vim","setupopts","colorful-menu-nvim"],"anchors":[]},{"id":"1741","title":"Option: vim.ui.colorizer.enable","content":"Whether to enable color highlighting [nvim-colorizer.lua].","path":"options.html#option-vim-ui-colorizer-enable","tokens":["highlighting","lua","enable","nvim-colorizer","whether","color"],"title_tokens":["option","colorizer","vim","enable"],"anchors":[]},{"id":"1742","title":"Option: vim.ui.colorizer.setupOpts","content":"Option table to pass into the setup function of colorizer\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-colorizer-setupOpts","tokens":["not","listed","docs","you","option","any","even","into","setup","table","they","function","pass","colorizer","can","the","options","additional"],"title_tokens":["setupopts","colorizer","vim","option"],"anchors":[]},{"id":"1743","title":"Option: vim.ui.colorizer.setupOpts.filetypes","content":"Filetypes to enable on and their option overrides.\n\"*\" means enable on all filetypes. Filetypes prefixed with \"!\" are disabled.","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes","tokens":["their","option","disabled","enable","prefixed","all","with","overrides","means","are","and","filetypes"],"title_tokens":["colorizer","setupopts","option","filetypes","vim"],"anchors":[]},{"id":"1744","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.AARRGGBB","content":"Colorize 0xAARRGGBB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--AARRGGBB","tokens":["hex","codes","colorize","0xaarrggbb"],"title_tokens":["vim","name","colorizer","filetypes","aarrggbb","option","setupopts"],"anchors":[]},{"id":"1745","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.RGB","content":"Colorize #RGB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--RGB","tokens":["colorize","rgb","codes","hex"],"title_tokens":["name","rgb","vim","colorizer","filetypes","option","setupopts"],"anchors":[]},{"id":"1746","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.RRGGBB","content":"Colorize #RRGGBB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--RRGGBB","tokens":["rrggbb","hex","colorize","codes"],"title_tokens":["rrggbb","colorizer","name","setupopts","vim","filetypes","option"],"anchors":[]},{"id":"1747","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.RRGGBBAA","content":"Colorize #RRGGBBAA hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--RRGGBBAA","tokens":["codes","colorize","hex","rrggbbaa"],"title_tokens":["option","rrggbbaa","filetypes","setupopts","name","vim","colorizer"],"anchors":[]},{"id":"1748","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.always_update","content":"Update color values even if buffer is not focused. Example use: cmp_menu, cmp_docs","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--always_update","tokens":["update","use","cmp_menu","values","even","not","cmp_docs","color","focused","buffer","example"],"title_tokens":["always_update","name","vim","option","setupopts","filetypes","colorizer"],"anchors":[]},{"id":"1749","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.css","content":"Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--css","tokens":["names","css","all","features","hsl_fn","rgb_fn","enable","rgb","rrggbb"],"title_tokens":["setupopts","filetypes","name","css","option","vim","colorizer"],"anchors":[]},{"id":"1750","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.css_fn","content":"Enable all CSS functions: rgb_fn, hsl_fn","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--css_fn","tokens":["functions","rgb_fn","hsl_fn","all","enable","css"],"title_tokens":["filetypes","vim","setupopts","name","css_fn","option","colorizer"],"anchors":[]},{"id":"1751","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.hsl_fn","content":"Colorize CSS hsl() and hsla() functions","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--hsl_fn","tokens":["and","hsl","colorize","css","hsla","functions"],"title_tokens":["vim","setupopts","filetypes","hsl_fn","name","option","colorizer"],"anchors":[]},{"id":"1752","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.mode","content":"Set the display mode","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--mode","tokens":["the","mode","set","display"],"title_tokens":["name","filetypes","mode","setupopts","option","vim","colorizer"],"anchors":[]},{"id":"1753","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.names","content":"Colorize \"Name\" codes like Blue","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--names","tokens":["colorize","name","codes","like","blue"],"title_tokens":["colorizer","names","filetypes","setupopts","option","vim","name"],"anchors":[]},{"id":"1754","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.rgb_fn","content":"Colorize CSS rgb() and rgba() functions","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--rgb_fn","tokens":["functions","colorize","rgb","and","css","rgba"],"title_tokens":["filetypes","rgb_fn","vim","option","setupopts","colorizer","name"],"anchors":[]},{"id":"1755","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.sass","content":"Enable sass colors","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--sass","tokens":["colors","enable","sass"],"title_tokens":["colorizer","name","setupopts","filetypes","vim","option","sass"],"anchors":[]},{"id":"1756","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.tailwind","content":"Enable tailwind colors","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--tailwind","tokens":["enable","tailwind","colors"],"title_tokens":["setupopts","tailwind","colorizer","option","vim","filetypes","name"],"anchors":[]},{"id":"1757","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.virtualtext","content":"String to display as virtualtext","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--virtualtext","tokens":["virtualtext","display","string"],"title_tokens":["filetypes","option","vim","setupopts","virtualtext","colorizer","name"],"anchors":[]},{"id":"1758","title":"Option: vim.ui.colorizer.setupOpts.user_default_options","content":"user_default_options is the second parameter to nvim-colorizer's setup function.\nAnything set here is the inverse of the previous setup configuration.","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options","tokens":["configuration","anything","here","second","function","nvim-colorizer","setup","user_default_options","the","set","parameter","inverse","previous"],"title_tokens":["user_default_options","option","setupopts","vim","colorizer"],"anchors":[]},{"id":"1759","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.AARRGGBB","content":"Colorize 0xAARRGGBB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-AARRGGBB","tokens":["codes","0xaarrggbb","hex","colorize"],"title_tokens":["vim","option","user_default_options","setupopts","aarrggbb","colorizer"],"anchors":[]},{"id":"1760","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.RGB","content":"Colorize #RGB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-RGB","tokens":["rgb","codes","hex","colorize"],"title_tokens":["vim","setupopts","option","colorizer","rgb","user_default_options"],"anchors":[]},{"id":"1761","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.RRGGBB","content":"Colorize #RRGGBB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-RRGGBB","tokens":["rrggbb","colorize","codes","hex"],"title_tokens":["option","vim","colorizer","user_default_options","setupopts","rrggbb"],"anchors":[]},{"id":"1762","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.RRGGBBAA","content":"Colorize #RRGGBBAA hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-RRGGBBAA","tokens":["hex","colorize","codes","rrggbbaa"],"title_tokens":["colorizer","option","vim","user_default_options","rrggbbaa","setupopts"],"anchors":[]},{"id":"1763","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.always_update","content":"Update color values even if buffer is not focused. Example use: cmp_menu, cmp_docs","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-always_update","tokens":["example","use","even","values","not","update","buffer","focused","cmp_docs","color","cmp_menu"],"title_tokens":["user_default_options","always_update","vim","colorizer","setupopts","option"],"anchors":[]},{"id":"1764","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.css","content":"Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-css","tokens":["features","all","names","rgb","hsl_fn","rrggbb","rgb_fn","enable","css"],"title_tokens":["user_default_options","css","option","vim","setupopts","colorizer"],"anchors":[]},{"id":"1765","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.css_fn","content":"Enable all CSS functions: rgb_fn, hsl_fn","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-css_fn","tokens":["functions","enable","css","rgb_fn","hsl_fn","all"],"title_tokens":["setupopts","user_default_options","colorizer","option","vim","css_fn"],"anchors":[]},{"id":"1766","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.hsl_fn","content":"Colorize CSS hsl() and hsla() functions","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-hsl_fn","tokens":["hsla","functions","and","css","colorize","hsl"],"title_tokens":["setupopts","hsl_fn","colorizer","vim","user_default_options","option"],"anchors":[]},{"id":"1767","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.mode","content":"Set the display mode","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-mode","tokens":["set","mode","display","the"],"title_tokens":["mode","vim","setupopts","option","user_default_options","colorizer"],"anchors":[]},{"id":"1768","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.names","content":"Colorize \"Name\" codes like Blue","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-names","tokens":["like","colorize","name","blue","codes"],"title_tokens":["names","user_default_options","vim","setupopts","colorizer","option"],"anchors":[]},{"id":"1769","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.rgb_fn","content":"Colorize CSS rgb() and rgba() functions","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-rgb_fn","tokens":["functions","css","rgb","and","colorize","rgba"],"title_tokens":["user_default_options","colorizer","rgb_fn","vim","option","setupopts"],"anchors":[]},{"id":"1770","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.sass","content":"Enable sass colors","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-sass","tokens":["enable","colors","sass"],"title_tokens":["vim","setupopts","option","user_default_options","sass","colorizer"],"anchors":[]},{"id":"1771","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.tailwind","content":"Enable tailwind colors","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-tailwind","tokens":["colors","enable","tailwind"],"title_tokens":["vim","user_default_options","tailwind","setupopts","colorizer","option"],"anchors":[]},{"id":"1772","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.virtualtext","content":"String to display as virtualtext","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-virtualtext","tokens":["virtualtext","display","string"],"title_tokens":["colorizer","user_default_options","option","virtualtext","setupopts","vim"],"anchors":[]},{"id":"1773","title":"Option: vim.ui.fastaction.enable","content":"Whether to enable overriding vim.ui.select with fastaction.nvim.","path":"options.html#option-vim-ui-fastaction-enable","tokens":["whether","with","nvim","enable","vim","overriding","fastaction","select"],"title_tokens":["vim","enable","fastaction","option"],"anchors":[]},{"id":"1774","title":"Option: vim.ui.fastaction.setupOpts","content":"Option table to pass into the setup function of fastaction\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-fastaction-setupOpts","tokens":["they","additional","function","docs","option","even","any","can","listed","table","into","the","options","pass","not","fastaction","you","setup"],"title_tokens":["setupopts","vim","fastaction","option"],"anchors":[]},{"id":"1775","title":"Option: vim.ui.illuminate.enable","content":"Whether to enable automatically highlight other uses of the word under the cursor [vim-illuminate] .","path":"options.html#option-vim-ui-illuminate-enable","tokens":["highlight","word","uses","cursor","under","whether","other","the","vim-illuminate","automatically","enable"],"title_tokens":["illuminate","enable","option","vim"],"anchors":[]},{"id":"1776","title":"Option: vim.ui.illuminate.setupOpts","content":"Option table to pass into the setup function of vim-illuminate\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-illuminate-setupOpts","tokens":["setup","you","option","additional","options","table","docs","any","not","pass","can","listed","even","into","the","function","they","vim-illuminate"],"title_tokens":["setupopts","illuminate","vim","option"],"anchors":[]},{"id":"1777","title":"Option: vim.ui.illuminate.setupOpts.filetypes_denylist","content":"Filetypes to not illuminate, this overrides filetypes_allowlist","path":"options.html#option-vim-ui-illuminate-setupOpts-filetypes_denylist","tokens":["illuminate","filetypes","this","not","filetypes_allowlist","overrides"],"title_tokens":["illuminate","vim","setupopts","filetypes_denylist","option"],"anchors":[]},{"id":"1778","title":"Option: vim.ui.modes-nvim.enable","content":"Whether to enable modes.nvim's prismatic line decorations.","path":"options.html#option-vim-ui-modes-nvim-enable","tokens":["decorations","prismatic","whether","modes","line","nvim","enable"],"title_tokens":["enable","option","modes-nvim","vim"],"anchors":[]},{"id":"1779","title":"Option: vim.ui.modes-nvim.setupOpts.colors","content":"Option table to pass into the setup function of modes.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-modes-nvim-setupOpts-colors","tokens":["the","modes","can","any","even","nvim","docs","table","setup","options","into","listed","you","additional","option","function","pass","they","not"],"title_tokens":["modes-nvim","vim","colors","option","setupopts"],"anchors":[]},{"id":"1780","title":"Option: vim.ui.modes-nvim.setupOpts.colors.copy","content":"The #RRGGBB color code for the visual mode highlights","path":"options.html#option-vim-ui-modes-nvim-setupOpts-colors-copy","tokens":["for","mode","color","the","visual","rrggbb","code","highlights"],"title_tokens":["copy","option","colors","modes-nvim","vim","setupopts"],"anchors":[]},{"id":"1781","title":"Option: vim.ui.modes-nvim.setupOpts.colors.delete","content":"The #RRGGBB color code for the visual mode highlights","path":"options.html#option-vim-ui-modes-nvim-setupOpts-colors-delete","tokens":["visual","highlights","rrggbb","code","color","for","the","mode"],"title_tokens":["vim","colors","modes-nvim","option","setupopts","delete"],"anchors":[]},{"id":"1782","title":"Option: vim.ui.modes-nvim.setupOpts.colors.insert","content":"The #RRGGBB color code for the visual mode highlights","path":"options.html#option-vim-ui-modes-nvim-setupOpts-colors-insert","tokens":["for","highlights","code","visual","color","the","rrggbb","mode"],"title_tokens":["insert","colors","vim","modes-nvim","option","setupopts"],"anchors":[]},{"id":"1783","title":"Option: vim.ui.modes-nvim.setupOpts.colors.visual","content":"The #RRGGBB color code for the visual mode highlights","path":"options.html#option-vim-ui-modes-nvim-setupOpts-colors-visual","tokens":["for","visual","the","mode","rrggbb","highlights","color","code"],"title_tokens":["vim","visual","option","setupopts","modes-nvim","colors"],"anchors":[]},{"id":"1784","title":"Option: vim.ui.modes-nvim.setupOpts.line_opacity.visual","content":"Set opacity for cursorline and number background","path":"options.html#option-vim-ui-modes-nvim-setupOpts-line_opacity-visual","tokens":["number","set","opacity","cursorline","background","for","and"],"title_tokens":["visual","option","modes-nvim","line_opacity","vim","setupopts"],"anchors":[]},{"id":"1785","title":"Option: vim.ui.modes-nvim.setupOpts.setCursorline","content":"Set a colored cursorline on current line","path":"options.html#option-vim-ui-modes-nvim-setupOpts-setCursorline","tokens":["line","colored","current","set","cursorline"],"title_tokens":["modes-nvim","setupopts","option","vim","setcursorline"],"anchors":[]},{"id":"1786","title":"Option: vim.ui.noice.enable","content":"Whether to enable noice.nvim UI modification library.","path":"options.html#option-vim-ui-noice-enable","tokens":["library","enable","modification","whether","noice","nvim"],"title_tokens":["noice","enable","option","vim"],"anchors":[]},{"id":"1787","title":"Option: vim.ui.noice.setupOpts","content":"Option table to pass into the setup function of noice.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-noice-setupOpts","tokens":["options","docs","any","you","even","they","additional","nvim","listed","function","not","the","into","pass","noice","table","setup","option","can"],"title_tokens":["setupopts","noice","option","vim"],"anchors":[]},{"id":"1788","title":"Option: vim.ui.noice.setupOpts.format.cmdline","content":"formatting options for the cmdline","path":"options.html#option-vim-ui-noice-setupOpts-format-cmdline","tokens":["options","the","formatting","for","cmdline"],"title_tokens":["vim","noice","format","option","setupopts","cmdline"],"anchors":[]},{"id":"1789","title":"Option: vim.ui.noice.setupOpts.format.filter","content":"formatting options for filter","path":"options.html#option-vim-ui-noice-setupOpts-format-filter","tokens":["formatting","options","for","filter"],"title_tokens":["vim","noice","setupopts","format","filter","option"],"anchors":[]},{"id":"1790","title":"Option: vim.ui.noice.setupOpts.format.help","content":"formatting options for help","path":"options.html#option-vim-ui-noice-setupOpts-format-help","tokens":["for","formatting","options","help"],"title_tokens":["option","noice","setupopts","help","format","vim"],"anchors":[]},{"id":"1791","title":"Option: vim.ui.noice.setupOpts.format.lua","content":"formatting options for lua","path":"options.html#option-vim-ui-noice-setupOpts-format-lua","tokens":["lua","options","formatting","for"],"title_tokens":["noice","format","vim","setupopts","option","lua"],"anchors":[]},{"id":"1792","title":"Option: vim.ui.noice.setupOpts.format.search_down","content":"formatting options for search_down","path":"options.html#option-vim-ui-noice-setupOpts-format-search_down","tokens":["options","for","formatting","search_down"],"title_tokens":["format","noice","option","search_down","setupopts","vim"],"anchors":[]},{"id":"1793","title":"Option: vim.ui.noice.setupOpts.format.search_up","content":"formatting options for search_up","path":"options.html#option-vim-ui-noice-setupOpts-format-search_up","tokens":["for","formatting","search_up","options"],"title_tokens":["vim","noice","setupopts","search_up","option","format"],"anchors":[]},{"id":"1794","title":"Option: vim.ui.noice.setupOpts.lsp.override.\"cmp.entry.get_documentation\"","content":"override cmp documentation with Noice","path":"options.html#option-vim-ui-noice-setupOpts-lsp-override-\"cmp-entry-get_documentation\"","tokens":["cmp","documentation","noice","override","with"],"title_tokens":["get_documentation","entry","cmp","override","option","noice","lsp","setupopts","vim"],"anchors":[]},{"id":"1795","title":"Option: vim.ui.noice.setupOpts.lsp.override.\"vim.lsp.util.convert_input_to_markdown_lines\"","content":"override the default lsp markdown formatter with Noice","path":"options.html#option-vim-ui-noice-setupOpts-lsp-override-\"vim-lsp-util-convert_input_to_markdown_lines\"","tokens":["markdown","lsp","the","default","formatter","with","noice","override"],"title_tokens":["lsp","vim","noice","override","convert_input_to_markdown_lines","setupopts","option","util"],"anchors":[]},{"id":"1796","title":"Option: vim.ui.noice.setupOpts.lsp.override.\"vim.lsp.util.stylize_markdown\"","content":"override the lsp markdown formatter with Noice","path":"options.html#option-vim-ui-noice-setupOpts-lsp-override-\"vim-lsp-util-stylize_markdown\"","tokens":["the","formatter","markdown","with","override","noice","lsp"],"title_tokens":["stylize_markdown","lsp","setupopts","override","vim","noice","option","util"],"anchors":[]},{"id":"1797","title":"Option: vim.ui.noice.setupOpts.lsp.signature.enabled","content":"Whether to enable signature help.","path":"options.html#option-vim-ui-noice-setupOpts-lsp-signature-enabled","tokens":["help","enable","signature","whether"],"title_tokens":["setupopts","lsp","signature","enabled","vim","option","noice"],"anchors":[]},{"id":"1798","title":"Option: vim.ui.noice.setupOpts.presets.bottom_search","content":"use a classic bottom cmdline for search","path":"options.html#option-vim-ui-noice-setupOpts-presets-bottom_search","tokens":["use","classic","bottom","for","search","cmdline"],"title_tokens":["setupopts","bottom_search","vim","presets","noice","option"],"anchors":[]},{"id":"1799","title":"Option: vim.ui.noice.setupOpts.presets.command_palette","content":"position the cmdline and popupmenu together","path":"options.html#option-vim-ui-noice-setupOpts-presets-command_palette","tokens":["popupmenu","together","position","cmdline","and","the"],"title_tokens":["presets","noice","command_palette","setupopts","vim","option"],"anchors":[]},{"id":"1800","title":"Option: vim.ui.noice.setupOpts.presets.inc_rename","content":"enables an input dialog for inc-rename.nvim","path":"options.html#option-vim-ui-noice-setupOpts-presets-inc_rename","tokens":["dialog","enables","inc-rename","nvim","for","input"],"title_tokens":["presets","inc_rename","setupopts","option","noice","vim"],"anchors":[]},{"id":"1801","title":"Option: vim.ui.noice.setupOpts.presets.long_message_to_split","content":"long messages will be sent to a split","path":"options.html#option-vim-ui-noice-setupOpts-presets-long_message_to_split","tokens":["sent","long","will","messages","split"],"title_tokens":["presets","option","noice","vim","setupopts","long_message_to_split"],"anchors":[]},{"id":"1802","title":"Option: vim.ui.noice.setupOpts.presets.lsp_doc_border","content":"add a border to hover docs and signature help","path":"options.html#option-vim-ui-noice-setupOpts-presets-lsp_doc_border","tokens":["signature","docs","and","border","hover","add","help"],"title_tokens":["presets","vim","lsp_doc_border","noice","setupopts","option"],"anchors":[]},{"id":"1803","title":"Option: vim.ui.noice.setupOpts.routes","content":"How to route messages","path":"options.html#option-vim-ui-noice-setupOpts-routes","tokens":["messages","how","route"],"title_tokens":["routes","setupopts","noice","option","vim"],"anchors":[]},{"id":"1804","title":"Option: vim.ui.noice.setupOpts.routes.*.filter","content":"a filter for messages matching this route","path":"options.html#option-vim-ui-noice-setupOpts-routes-*-filter","tokens":["for","matching","route","this","filter","messages"],"title_tokens":["vim","noice","option","routes","filter","setupopts"],"anchors":[]},{"id":"1805","title":"Option: vim.ui.noice.setupOpts.routes.*.opts","content":"options for the view and the route","path":"options.html#option-vim-ui-noice-setupOpts-routes-*-opts","tokens":["the","for","and","route","options","view"],"title_tokens":["option","noice","vim","setupopts","routes","opts"],"anchors":[]},{"id":"1806","title":"Option: vim.ui.noice.setupOpts.routes.*.view","content":"how this route is viewed","path":"options.html#option-vim-ui-noice-setupOpts-routes-*-view","tokens":["this","how","route","viewed"],"title_tokens":["option","routes","noice","vim","setupopts","view"],"anchors":[]},{"id":"1807","title":"Option: vim.ui.nvim-highlight-colors.enable","content":"Whether to enable color highlighting [nvim-highlight-colors.lua].","path":"options.html#option-vim-ui-nvim-highlight-colors-enable","tokens":["nvim-highlight-colors","whether","enable","lua","highlighting","color"],"title_tokens":["option","vim","enable","nvim-highlight-colors"],"anchors":[]},{"id":"1808","title":"Option: vim.ui.nvim-highlight-colors.setupOpts","content":"Option table to pass into the setup function of nvim-highlight-colors\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-nvim-highlight-colors-setupOpts","tokens":["table","option","the","setup","into","additional","they","any","not","listed","even","nvim-highlight-colors","you","docs","options","function","pass","can"],"title_tokens":["option","setupopts","nvim-highlight-colors","vim"],"anchors":[]},{"id":"1809","title":"Option: vim.ui.nvim-highlight-colors.setupOpts.render","content":"Style to render color highlighting with.\n::: {.note} Each render style works as follows:\n'background' sets the background highlight of the matched color string to the RGB color it describes.\n'foreground' sets the foreground highlight of the matched color string to the RGB color it describes.\n'virtual' displays the matched color with virtual text alongside the color string in the buffer. Virtual text can be configured to display the color in various ways, i.e custom virtual symbol (via virtual_symbol) positioning relative to string, suffix/prefix, etc. :::","path":"options.html#option-vim-ui-nvim-highlight-colors-setupOpts-render","tokens":["sets","text","with","works","can","foreground","buffer","display","custom","virtual_symbol","render","relative","describes","suffix","virtual","color","follows","style","highlighting","displays","configured","note","string","positioning","various","etc","ways","prefix","alongside","highlight","matched","rgb","background","symbol","each","the","via"],"title_tokens":["nvim-highlight-colors","option","vim","setupopts","render"],"anchors":[]},{"id":"1810","title":"Option: vim.ui.nvim-highlight-colors.setupOpts.virtual_symbol_position","content":"Where to render the virtual symbol in relation to the color string.\n::: {.note} Each render style works as follows:\n'inline' render virtual text inline, similar to the style of VSCode color hinting.\n'eol' render virtual text at the end of the line which the color string occurs (last column). Recommended to set virtual_symbol_suffix to an empty string when used.\n'eow' render virtual text at the end of the word where the color string occurs. Recommended to set virtual_symbol_prefix to a single space for padding and the suffix to an empty string for no padding. :::","path":"options.html#option-vim-ui-nvim-highlight-colors-setupOpts-virtual_symbol_position","tokens":["when","each","eow","empty","style","virtual_symbol_prefix","padding","eol","color","last","word","space","note","and","single","symbol","used","vscode","where","similar","column","suffix","for","the","set","follows","render","inline","text","hinting","virtual_symbol_suffix","virtual","recommended","works","end","occurs","which","relation","string","line"],"title_tokens":["option","setupopts","virtual_symbol_position","nvim-highlight-colors","vim"],"anchors":[]},{"id":"1811","title":"Option: vim.ui.nvim-ufo.enable","content":"Whether to enable nvim-ufo.","path":"options.html#option-vim-ui-nvim-ufo-enable","tokens":["nvim-ufo","enable","whether"],"title_tokens":["vim","nvim-ufo","option","enable"],"anchors":[]},{"id":"1812","title":"Option: vim.ui.nvim-ufo.setupOpts","content":"Option table to pass into the setup function of nvim-ufo\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-nvim-ufo-setupOpts","tokens":["docs","into","option","table","can","not","nvim-ufo","any","options","even","they","additional","setup","pass","function","listed","the","you"],"title_tokens":["option","nvim-ufo","setupopts","vim"],"anchors":[]},{"id":"1813","title":"Option: vim.ui.smartcolumn.enable","content":"Whether to enable line length indicator.","path":"options.html#option-vim-ui-smartcolumn-enable","tokens":["enable","line","whether","length","indicator"],"title_tokens":["vim","enable","smartcolumn","option"],"anchors":[]},{"id":"1814","title":"Option: vim.ui.smartcolumn.setupOpts","content":"Option table to pass into the setup function of smartcolumn.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-smartcolumn-setupOpts","tokens":["option","setup","you","additional","into","listed","they","not","nvim","the","function","even","options","table","pass","can","any","docs","smartcolumn"],"title_tokens":["smartcolumn","setupopts","vim","option"],"anchors":[]},{"id":"1815","title":"Option: vim.ui.smartcolumn.setupOpts.colorcolumn","content":"The position at which the column will be displayed. Set to null to disable","path":"options.html#option-vim-ui-smartcolumn-setupOpts-colorcolumn","tokens":["will","disable","column","position","set","null","which","the","displayed"],"title_tokens":["colorcolumn","option","vim","smartcolumn","setupopts"],"anchors":[]},{"id":"1816","title":"Option: vim.ui.smartcolumn.setupOpts.custom_colorcolumn","content":"The position at which smart column should be displayed for each individual buffer type","path":"options.html#option-vim-ui-smartcolumn-setupOpts-custom_colorcolumn","tokens":["position","smart","the","column","should","for","which","individual","type","each","buffer","displayed"],"title_tokens":["vim","smartcolumn","option","setupopts","custom_colorcolumn"],"anchors":[]},{"id":"1817","title":"Option: vim.ui.smartcolumn.setupOpts.disabled_filetypes","content":"The filetypes smartcolumn will be disabled for.","path":"options.html#option-vim-ui-smartcolumn-setupOpts-disabled_filetypes","tokens":["disabled","for","filetypes","smartcolumn","will","the"],"title_tokens":["option","smartcolumn","vim","setupopts","disabled_filetypes"],"anchors":[]},{"id":"1818","title":"Option: vim.undoFile.enable","content":"Whether to enable undofile for persistent undo behaviour.","path":"options.html#option-vim-undoFile-enable","tokens":["whether","undofile","enable","undo","behaviour","for","persistent"],"title_tokens":["undofile","vim","option","enable"],"anchors":[]},{"id":"1819","title":"Option: vim.undoFile.path","content":"Path to the directory in which undo history will be stored","path":"options.html#option-vim-undoFile-path","tokens":["undo","path","will","stored","the","directory","history","which"],"title_tokens":["vim","option","undofile","path"],"anchors":[]},{"id":"1820","title":"Option: vim.utility.ccc.enable","content":"Whether to enable ccc color picker for neovim.","path":"options.html#option-vim-utility-ccc-enable","tokens":["enable","ccc","color","for","neovim","picker","whether"],"title_tokens":["vim","ccc","utility","enable","option"],"anchors":[]},{"id":"1821","title":"Option: vim.utility.ccc.mappings.decrease10","content":"Decrease the value times delta of the slider","path":"options.html#option-vim-utility-ccc-mappings-decrease10","tokens":["value","decrease","times","the","delta","slider"],"title_tokens":["option","decrease10","mappings","ccc","vim","utility"],"anchors":[]},{"id":"1822","title":"Option: vim.utility.ccc.mappings.increase10","content":"Increase the value times delta of the slider","path":"options.html#option-vim-utility-ccc-mappings-increase10","tokens":["delta","the","slider","times","increase","value"],"title_tokens":["mappings","vim","increase10","option","utility","ccc"],"anchors":[]},{"id":"1823","title":"Option: vim.utility.ccc.mappings.quit","content":"Cancel and close the UI without replace or insert","path":"options.html#option-vim-utility-ccc-mappings-quit","tokens":["cancel","close","replace","and","the","without","insert"],"title_tokens":["utility","mappings","option","vim","ccc","quit"],"anchors":[]},{"id":"1824","title":"Option: vim.utility.ccc.setupOpts","content":"Option table to pass into the setup function of ccc.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-ccc-setupOpts","tokens":["setup","option","ccc","additional","options","table","pass","can","function","into","nvim","the","even","not","they","listed","you","docs","any"],"title_tokens":["utility","vim","ccc","option","setupopts"],"anchors":[]},{"id":"1825","title":"Option: vim.utility.ccc.setupOpts.alpha_show","content":"This option determines whether the alpha slider is displayed when the UI is opened. \"show\" and \"hide\" mean as they are. \"auto\" makes the slider appear only when the alpha value can be picked up.","path":"options.html#option-vim-utility-ccc-setupOpts-alpha_show","tokens":["this","alpha","when","mean","can","determines","they","slider","makes","displayed","only","value","option","whether","the","auto","picked","opened","are","appear","show","and","hide"],"title_tokens":["option","vim","setupopts","utility","alpha_show","ccc"],"anchors":[]},{"id":"1826","title":"Option: vim.utility.ccc.setupOpts.convert","content":"Specify the correspondence between picker and output. Must be a list of two-element lists defining picker/output pairs as inline Lua references, for example:\nSee {command}:help ccc for options.","path":"options.html#option-vim-utility-ccc-setupOpts-convert","tokens":["defining","two-element","help","specify","between","see","output","and","list","picker","inline","command","for","must","ccc","example","pairs","references","correspondence","the","lists","lua","options"],"title_tokens":["utility","option","ccc","setupopts","convert","vim"],"anchors":[]},{"id":"1827","title":"Option: vim.utility.ccc.setupOpts.highlighter","content":"Settings for the highlighter. See {command}:help ccc for options.","path":"options.html#option-vim-utility-ccc-setupOpts-highlighter","tokens":["settings","command","options","see","for","help","highlighter","ccc","the"],"title_tokens":["setupopts","option","vim","ccc","utility","highlighter"],"anchors":[]},{"id":"1828","title":"Option: vim.utility.ccc.setupOpts.inputs","content":"List of color systems to be activated. Must be inline lua references to ccc.input, for example mkLuaInline \"ccc.input.rgb\". See {command}:help ccc for options.\nThe toggle input mode action toggles in this order. The first one is the default used at the first startup. Once activated, it will keep the previous input mode.","path":"options.html#option-vim-utility-ccc-setupOpts-inputs","tokens":["this","mkluainline","lua","once","systems","toggles","action","references","list","ccc","color","previous","inline","mode","toggle","first","activated","input","used","startup","command","the","will","for","rgb","order","help","options","example","one","must","see","default","keep"],"title_tokens":["utility","inputs","setupopts","vim","option","ccc"],"anchors":[]},{"id":"1829","title":"Option: vim.utility.ccc.setupOpts.mappings","content":"The mappings are set in the UI of ccc. The table where lhs is key and rhs is value. To disable all default mappings, use {option}vim.utility.ccc.setupOpts.disable_default_mappings. To disable only some of the default mappings, set ccc.mapping.none.","path":"options.html#option-vim-utility-ccc-setupOpts-mappings","tokens":["only","some","value","disable","default","mappings","lhs","option","setupopts","mapping","none","the","set","ccc","where","table","are","key","all","rhs","and","vim","utility","use","disable_default_mappings"],"title_tokens":["utility","ccc","setupopts","mappings","option","vim"],"anchors":[]},{"id":"1830","title":"Option: vim.utility.ccc.setupOpts.outputs","content":"List of output formats to be activated. Must be inline Lua references to ccc.output, for example mkLuaInline \"ccc.output.rgb\". See {command}:help ccc for options.\nThe toggle output mode action toggles in this order. The first one is the default used at the first startup. Once activated, it will keep the previous output mode.","path":"options.html#option-vim-utility-ccc-setupOpts-outputs","tokens":["action","toggles","ccc","command","once","order","formats","help","see","this","for","used","activated","previous","the","options","lua","toggle","one","first","default","startup","references","example","list","output","inline","must","mode","rgb","will","mkluainline","keep"],"title_tokens":["vim","outputs","option","ccc","utility","setupopts"],"anchors":[]},{"id":"1831","title":"Option: vim.utility.ccc.setupOpts.pickers","content":"List of formats that can be detected by {command}:CccPick to be activated.\nMust be inline lua references to ccc.picker, for example mkLuaInline \"ccc.picker.hex\". See {command}:help ccc for options.","path":"options.html#option-vim-utility-ccc-setupOpts-pickers","tokens":["activated","for","can","lua","references","list","inline","ccc","see","help","formats","detected","example","hex","options","mkluainline","picker","must","command","cccpick","that"],"title_tokens":["option","vim","setupopts","utility","ccc","pickers"],"anchors":[]},{"id":"1832","title":"Option: vim.utility.ccc.setupOpts.recognize","content":"Settings for recognizing the color format. See {command}:help ccc for options.","path":"options.html#option-vim-utility-ccc-setupOpts-recognize","tokens":["color","ccc","options","help","the","for","command","recognizing","format","see","settings"],"title_tokens":["vim","option","setupopts","recognize","utility","ccc"],"anchors":[]},{"id":"1833","title":"Option: vim.utility.diffview-nvim.enable","content":"Whether to enable diffview-nvim: cycle through diffs for all modified files for any git rev.","path":"options.html#option-vim-utility-diffview-nvim-enable","tokens":["enable","all","through","files","diffs","any","git","modified","rev","whether","diffview-nvim","for","cycle"],"title_tokens":["utility","vim","option","diffview-nvim","enable"],"anchors":[]},{"id":"1834","title":"Option: vim.utility.diffview-nvim.setupOpts","content":"Option table to pass into the setup function of Fidget\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-diffview-nvim-setupOpts","tokens":["option","additional","table","options","not","even","you","the","any","fidget","they","docs","into","can","function","listed","setup","pass"],"title_tokens":["vim","setupopts","utility","option","diffview-nvim"],"anchors":[]},{"id":"1835","title":"Option: vim.utility.direnv.enable","content":"Whether to enable syncing nvim shell environment with direnv's using direnv.vim.","path":"options.html#option-vim-utility-direnv-enable","tokens":["enable","shell","whether","with","using","syncing","direnv","environment","nvim","vim"],"title_tokens":["vim","enable","utility","option","direnv"],"anchors":[]},{"id":"1836","title":"Option: vim.utility.icon-picker.enable","content":"Whether to enable nerdfonts icon picker for nvim.","path":"options.html#option-vim-utility-icon-picker-enable","tokens":["picker","whether","nerdfonts","icon","enable","for","nvim"],"title_tokens":["icon-picker","utility","vim","enable","option"],"anchors":[]},{"id":"1837","title":"Option: vim.utility.images.image-nvim.enable","content":"Whether to enable image support in Neovim [image.nvim].","path":"options.html#option-vim-utility-images-image-nvim-enable","tokens":["neovim","nvim","enable","image","whether","support"],"title_tokens":["vim","option","utility","image-nvim","images","enable"],"anchors":[]},{"id":"1838","title":"Option: vim.utility.images.image-nvim.setupOpts","content":"Option table to pass into the setup function of image.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-images-image-nvim-setupOpts","tokens":["nvim","into","options","image","listed","the","they","additional","any","option","function","can","setup","you","pass","table","not","docs","even"],"title_tokens":["image-nvim","setupopts","vim","option","utility","images"],"anchors":[]},{"id":"1839","title":"Option: vim.utility.images.image-nvim.setupOpts.backend","content":"The backend to use for rendering images.\nkitty - best in class, works great and is very snappy. Recommended by upstream.\nueberzug - backed by ueberzugpp, supports any terminal, but has lower performance\nsixel - uses the Sixel graphics protocol, widely supported by many terminals","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-backend","tokens":["and","use","recommended","has","best","any","for","graphics","backed","images","kitty","terminal","uses","backend","many","ueberzug","lower","class","upstream","works","performance","snappy","sixel","widely","the","ueberzugpp","supports","protocol","supported","but","terminals","very","great","rendering"],"title_tokens":["vim","backend","image-nvim","images","setupopts","option","utility"],"anchors":[]},{"id":"1840","title":"Option: vim.utility.images.image-nvim.setupOpts.editorOnlyRenderWhenFocused","content":"Whether to enable only rendering images when the editor is focused.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-editorOnlyRenderWhenFocused","tokens":["enable","rendering","the","images","editor","when","only","focused","whether"],"title_tokens":["vim","images","editoronlyrenderwhenfocused","utility","image-nvim","setupopts","option"],"anchors":[]},{"id":"1841","title":"Option: vim.utility.images.image-nvim.setupOpts.hijackFilePatterns","content":"File patterns to hijack for image.nvim. This is useful for filetypes that don't have a dedicated integration.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-hijackFilePatterns","tokens":["don","for","filetypes","that","patterns","image","this","hijack","useful","have","nvim","dedicated","integration","file"],"title_tokens":["utility","setupopts","images","vim","image-nvim","hijackfilepatterns","option"],"anchors":[]},{"id":"1842","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.markdown.clearInInsertMode","content":"Whether to enable clearing of images when entering insert mode.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-markdown-clearInInsertMode","tokens":["when","enable","images","clearing","entering","insert","mode","whether"],"title_tokens":["markdown","clearininsertmode","integrations","image-nvim","images","vim","option","utility","setupopts"],"anchors":[]},{"id":"1843","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.markdown.downloadRemoteImages","content":"Whether to enable downloading remote images.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-markdown-downloadRemoteImages","tokens":["whether","enable","images","downloading","remote"],"title_tokens":["images","vim","setupopts","markdown","integrations","option","utility","downloadremoteimages","image-nvim"],"anchors":[]},{"id":"1844","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.markdown.enable","content":"Whether to enable image.nvim in markdown files.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-markdown-enable","tokens":["whether","image","markdown","files","enable","nvim"],"title_tokens":["markdown","enable","integrations","vim","option","image-nvim","setupopts","utility","images"],"anchors":[]},{"id":"1845","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.markdown.filetypes","content":"Filetypes to enable image.nvim in. Markdown extensions (i.e. quarto) can go here","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-markdown-filetypes","tokens":["image","enable","here","nvim","markdown","quarto","can","filetypes","extensions"],"title_tokens":["image-nvim","vim","utility","markdown","setupopts","option","integrations","filetypes","images"],"anchors":[]},{"id":"1846","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.markdown.onlyRenderAtCursor","content":"Whether to enable only rendering images at cursor.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-markdown-onlyRenderAtCursor","tokens":["rendering","enable","cursor","images","whether","only"],"title_tokens":["markdown","onlyrenderatcursor","setupopts","images","integrations","image-nvim","utility","option","vim"],"anchors":[]},{"id":"1847","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.maxWidth","content":"The maximum width of images to render. Images larger than this will be scaled down to fit within this width.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-maxWidth","tokens":["fit","the","maximum","larger","within","images","this","than","down","scaled","render","width","will"],"title_tokens":["integrations","vim","image-nvim","utility","images","setupopts","option","maxwidth"],"anchors":[]},{"id":"1848","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.neorg.clearInInsertMode","content":"Whether to enable clearing of images when entering insert mode.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-neorg-clearInInsertMode","tokens":["entering","clearing","images","whether","enable","when","insert","mode"],"title_tokens":["utility","image-nvim","integrations","clearininsertmode","images","vim","option","neorg","setupopts"],"anchors":[]},{"id":"1849","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.neorg.downloadRemoteImages","content":"Whether to enable downloading remote images.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-neorg-downloadRemoteImages","tokens":["enable","images","downloading","whether","remote"],"title_tokens":["vim","images","integrations","utility","downloadremoteimages","neorg","setupopts","image-nvim","option"],"anchors":[]},{"id":"1850","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.neorg.enable","content":"Whether to enable image.nvim in Neorg files.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-neorg-enable","tokens":["enable","image","nvim","whether","neorg","files"],"title_tokens":["setupopts","vim","image-nvim","utility","neorg","images","enable","integrations","option"],"anchors":[]},{"id":"1851","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.neorg.filetypes","content":"Filetypes to enable image.nvim in.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-neorg-filetypes","tokens":["enable","nvim","filetypes","image"],"title_tokens":["filetypes","images","utility","neorg","option","integrations","vim","setupopts","image-nvim"],"anchors":[]},{"id":"1852","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.neorg.onlyRenderAtCursor","content":"Whether to enable only rendering images at cursor.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-neorg-onlyRenderAtCursor","tokens":["enable","rendering","only","whether","cursor","images"],"title_tokens":["images","integrations","setupopts","option","neorg","utility","vim","image-nvim","onlyrenderatcursor"],"anchors":[]},{"id":"1853","title":"Option: vim.utility.images.image-nvim.setupOpts.maxHeight","content":"The maximum height of images to render. Images larger than this will be scaled down to fit within this height.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-maxHeight","tokens":["will","within","scaled","maximum","fit","this","down","render","than","height","the","images","larger"],"title_tokens":["images","setupopts","vim","option","utility","image-nvim","maxheight"],"anchors":[]},{"id":"1854","title":"Option: vim.utility.images.image-nvim.setupOpts.maxHeightWindowPercentage","content":"The maximum height of images to render as a percentage of the window height. Images larger than this will be scaled down to fit within this height.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-maxHeightWindowPercentage","tokens":["this","within","window","height","scaled","maximum","images","the","render","percentage","down","larger","than","will","fit"],"title_tokens":["utility","maxheightwindowpercentage","vim","option","images","image-nvim","setupopts"],"anchors":[]},{"id":"1855","title":"Option: vim.utility.images.image-nvim.setupOpts.maxWidthWindowPercentage","content":"The maximum width of images to render as a percentage of the window width. Images larger than this will be scaled down to fit within this width.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-maxWidthWindowPercentage","tokens":["larger","the","window","width","render","within","this","images","down","fit","percentage","than","maximum","will","scaled"],"title_tokens":["image-nvim","images","utility","option","setupopts","maxwidthwindowpercentage","vim"],"anchors":[]},{"id":"1856","title":"Option: vim.utility.images.image-nvim.setupOpts.windowOverlapClear.enable","content":"Whether to enable clearing of images when they overlap with the window.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-windowOverlapClear-enable","tokens":["clearing","images","when","they","whether","the","window","enable","with","overlap"],"title_tokens":["windowoverlapclear","enable","option","vim","images","image-nvim","utility","setupopts"],"anchors":[]},{"id":"1857","title":"Option: vim.utility.images.image-nvim.setupOpts.windowOverlapClear.ftIgnore","content":"Filetypes to ignore window overlap clearing in.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-windowOverlapClear-ftIgnore","tokens":["overlap","window","ignore","clearing","filetypes"],"title_tokens":["option","image-nvim","images","windowoverlapclear","vim","setupopts","utility","ftignore"],"anchors":[]},{"id":"1858","title":"Option: vim.utility.images.img-clip.enable","content":"Whether to enable img-clip to paste images into any markup language.","path":"options.html#option-vim-utility-images-img-clip-enable","tokens":["language","whether","paste","markup","into","any","img-clip","enable","images"],"title_tokens":["option","enable","img-clip","images","vim","utility"],"anchors":[]},{"id":"1859","title":"Option: vim.utility.images.img-clip.setupOpts","content":"Option table to pass into the setup function of img-clip\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-images-img-clip-setupOpts","tokens":["into","pass","option","you","any","even","not","listed","docs","img-clip","additional","they","options","setup","function","can","table","the"],"title_tokens":["img-clip","setupopts","vim","utility","images","option"],"anchors":[]},{"id":"1860","title":"Option: vim.utility.leetcode-nvim.enable","content":"Whether to enable complementary neovim plugin for leetcode.nvim.","path":"options.html#option-vim-utility-leetcode-nvim-enable","tokens":["whether","for","leetcode","complementary","nvim","enable","plugin","neovim"],"title_tokens":["utility","leetcode-nvim","vim","option","enable"],"anchors":[]},{"id":"1861","title":"Option: vim.utility.leetcode-nvim.setupOpts","content":"Option table to pass into the setup function of leetcode-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts","tokens":["they","table","listed","pass","additional","the","any","function","leetcode-nvim","even","option","into","you","not","setup","options","docs","can"],"title_tokens":["utility","leetcode-nvim","setupopts","vim","option"],"anchors":[]},{"id":"1862","title":"Option: vim.utility.leetcode-nvim.setupOpts.arg","content":"Argument for Neovim","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-arg","tokens":["neovim","for","argument"],"title_tokens":["vim","option","leetcode-nvim","setupopts","arg","utility"],"anchors":[]},{"id":"1863","title":"Option: vim.utility.leetcode-nvim.setupOpts.cn.enabled","content":"Whether to enable leetcode.cn instead of leetcode.com.","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-cn-enabled","tokens":["com","leetcode","instead","whether","enable"],"title_tokens":["setupopts","vim","enabled","utility","option","leetcode-nvim"],"anchors":[]},{"id":"1864","title":"Option: vim.utility.leetcode-nvim.setupOpts.cn.translate_problems","content":"Whether to enable translation for problem questions.","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-cn-translate_problems","tokens":["for","questions","translation","whether","enable","problem"],"title_tokens":["setupopts","utility","option","leetcode-nvim","translate_problems","vim"],"anchors":[]},{"id":"1865","title":"Option: vim.utility.leetcode-nvim.setupOpts.cn.translator","content":"Whether to enable translator.","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-cn-translator","tokens":["whether","enable","translator"],"title_tokens":["translator","leetcode-nvim","utility","option","vim","setupopts"],"anchors":[]},{"id":"1866","title":"Option: vim.utility.leetcode-nvim.setupOpts.image_support","content":"Whether to enable question description images using image.nvim (image-nvim must be enabled)..","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-image_support","tokens":["nvim","using","image","question","image-nvim","images","description","whether","enable","must","enabled"],"title_tokens":["setupopts","utility","option","image_support","leetcode-nvim","vim"],"anchors":[]},{"id":"1867","title":"Option: vim.utility.leetcode-nvim.setupOpts.lang","content":"Language to start your session with","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-lang","tokens":["language","with","your","session","start"],"title_tokens":["option","leetcode-nvim","utility","vim","setupopts","lang"],"anchors":[]},{"id":"1868","title":"Option: vim.utility.leetcode-nvim.setupOpts.logging","content":"Whether to enable logging for leetcode.nvim status notifications..","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-logging","tokens":["enable","leetcode","notifications","status","logging","for","nvim","whether"],"title_tokens":["option","logging","vim","leetcode-nvim","setupopts","utility"],"anchors":[]},{"id":"1869","title":"Option: vim.utility.leetcode-nvim.setupOpts.plugins.non_standalone","content":"Whether to enable leetcode.nvim in a non-standalone mode.","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-plugins-non_standalone","tokens":["enable","non-standalone","leetcode","whether","nvim","mode"],"title_tokens":["leetcode-nvim","plugins","non_standalone","vim","option","utility","setupopts"],"anchors":[]},{"id":"1870","title":"Option: vim.utility.leetcode-nvim.setupOpts.storage.cache","content":"Cache storage directory","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-storage-cache","tokens":["cache","storage","directory"],"title_tokens":["cache","utility","setupopts","storage","option","vim","leetcode-nvim"],"anchors":[]},{"id":"1871","title":"Option: vim.utility.leetcode-nvim.setupOpts.storage.home","content":"Home storage directory","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-storage-home","tokens":["directory","storage","home"],"title_tokens":["leetcode-nvim","vim","setupopts","storage","home","utility","option"],"anchors":[]},{"id":"1872","title":"Option: vim.utility.mkdir.enable","content":"Whether to enable parent directory creation when editing a nested path that does not exist using mkdir.nvim .","path":"options.html#option-vim-utility-mkdir-enable","tokens":["when","enable","parent","using","that","creation","directory","exist","editing","whether","nvim","does","mkdir","path","nested","not"],"title_tokens":["option","vim","mkdir","enable","utility"],"anchors":[]},{"id":"1873","title":"Option: vim.utility.motion.flash-nvim.enable","content":"Whether to enable enhanced code navigation with flash.nvim.","path":"options.html#option-vim-utility-motion-flash-nvim-enable","tokens":["whether","enable","flash","nvim","with","navigation","enhanced","code"],"title_tokens":["utility","vim","enable","motion","flash-nvim","option"],"anchors":[]},{"id":"1874","title":"Option: vim.utility.motion.flash-nvim.mappings.jump","content":"Jump","path":"options.html#option-vim-utility-motion-flash-nvim-mappings-jump","tokens":["jump"],"title_tokens":["mappings","jump","option","utility","vim","motion","flash-nvim"],"anchors":[]},{"id":"1875","title":"Option: vim.utility.motion.flash-nvim.mappings.remote","content":"Remote Flash","path":"options.html#option-vim-utility-motion-flash-nvim-mappings-remote","tokens":["remote","flash"],"title_tokens":["option","utility","flash-nvim","vim","motion","mappings","remote"],"anchors":[]},{"id":"1876","title":"Option: vim.utility.motion.flash-nvim.mappings.toggle","content":"Toggle Flash Search","path":"options.html#option-vim-utility-motion-flash-nvim-mappings-toggle","tokens":["flash","toggle","search"],"title_tokens":["vim","option","toggle","motion","flash-nvim","utility","mappings"],"anchors":[]},{"id":"1877","title":"Option: vim.utility.motion.flash-nvim.mappings.treesitter","content":"Treesitter","path":"options.html#option-vim-utility-motion-flash-nvim-mappings-treesitter","tokens":["treesitter"],"title_tokens":["flash-nvim","option","vim","motion","mappings","treesitter","utility"],"anchors":[]},{"id":"1878","title":"Option: vim.utility.motion.flash-nvim.mappings.treesitter_search","content":"Treesitter Search","path":"options.html#option-vim-utility-motion-flash-nvim-mappings-treesitter_search","tokens":["treesitter","search"],"title_tokens":["treesitter_search","mappings","utility","vim","option","flash-nvim","motion"],"anchors":[]},{"id":"1879","title":"Option: vim.utility.motion.flash-nvim.setupOpts","content":"Option table to pass into the setup function of flash-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-motion-flash-nvim-setupOpts","tokens":["pass","not","additional","options","even","flash-nvim","table","into","they","function","docs","the","can","option","you","any","setup","listed"],"title_tokens":["utility","motion","setupopts","option","vim","flash-nvim"],"anchors":[]},{"id":"1880","title":"Option: vim.utility.motion.hop.enable","content":"Whether to enable Hop.nvim plugin (easy motion).","path":"options.html#option-vim-utility-motion-hop-enable","tokens":["hop","plugin","easy","motion","enable","whether","nvim"],"title_tokens":["vim","utility","motion","option","hop","enable"],"anchors":[]},{"id":"1881","title":"Option: vim.utility.motion.hop.mappings.hop","content":"Jump to occurrences [hop.nvim]","path":"options.html#option-vim-utility-motion-hop-mappings-hop","tokens":["nvim","jump","hop","occurrences"],"title_tokens":["option","vim","motion","hop","utility","mappings"],"anchors":[]},{"id":"1882","title":"Option: vim.utility.motion.leap.enable","content":"Whether to enable leap.nvim plugin (easy motion).","path":"options.html#option-vim-utility-motion-leap-enable","tokens":["motion","plugin","nvim","whether","enable","leap","easy"],"title_tokens":["vim","utility","motion","leap","enable","option"],"anchors":[]},{"id":"1883","title":"Option: vim.utility.motion.leap.mappings.leapBackwardTill","content":"Leap backward till","path":"options.html#option-vim-utility-motion-leap-mappings-leapBackwardTill","tokens":["backward","leap","till"],"title_tokens":["utility","mappings","leap","leapbackwardtill","motion","option","vim"],"anchors":[]},{"id":"1884","title":"Option: vim.utility.motion.leap.mappings.leapBackwardTo","content":"Leap backward to","path":"options.html#option-vim-utility-motion-leap-mappings-leapBackwardTo","tokens":["leap","backward"],"title_tokens":["vim","utility","leapbackwardto","motion","option","mappings","leap"],"anchors":[]},{"id":"1885","title":"Option: vim.utility.motion.leap.mappings.leapForwardTill","content":"Leap forward till","path":"options.html#option-vim-utility-motion-leap-mappings-leapForwardTill","tokens":["forward","leap","till"],"title_tokens":["leapforwardtill","utility","motion","leap","vim","option","mappings"],"anchors":[]},{"id":"1886","title":"Option: vim.utility.motion.leap.mappings.leapForwardTo","content":"Leap forward to","path":"options.html#option-vim-utility-motion-leap-mappings-leapForwardTo","tokens":["forward","leap"],"title_tokens":["motion","leap","utility","mappings","leapforwardto","option","vim"],"anchors":[]},{"id":"1887","title":"Option: vim.utility.motion.leap.mappings.leapFromWindow","content":"Leap from window","path":"options.html#option-vim-utility-motion-leap-mappings-leapFromWindow","tokens":["from","window","leap"],"title_tokens":["motion","utility","mappings","vim","leapfromwindow","option","leap"],"anchors":[]},{"id":"1888","title":"Option: vim.utility.motion.precognition.enable","content":"Whether to enable assisted motion discovery[precognition.nvim].","path":"options.html#option-vim-utility-motion-precognition-enable","tokens":["whether","precognition","enable","nvim","motion","assisted","discovery"],"title_tokens":["precognition","option","enable","utility","vim","motion"],"anchors":[]},{"id":"1889","title":"Option: vim.utility.motion.precognition.setupOpts","content":"Option table to pass into the setup function of precognition.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-motion-precognition-setupOpts","tokens":["setup","into","precognition","nvim","any","docs","table","pass","not","even","option","you","function","can","the","additional","options","they","listed"],"title_tokens":["vim","precognition","utility","option","motion","setupopts"],"anchors":[]},{"id":"1890","title":"Option: vim.utility.motion.precognition.setupOpts.disabled_fts","content":"Filetypes that automatically disable 'precognition'","path":"options.html#option-vim-utility-motion-precognition-setupOpts-disabled_fts","tokens":["that","filetypes","automatically","precognition","disable"],"title_tokens":["disabled_fts","precognition","option","motion","vim","setupopts","utility"],"anchors":[]},{"id":"1891","title":"Option: vim.utility.motion.precognition.setupOpts.gutterHints","content":"What motions display and at what priority. Only appears in gutters","path":"options.html#option-vim-utility-motion-precognition-setupOpts-gutterHints","tokens":["appears","motions","and","display","gutters","only","what","priority"],"title_tokens":["utility","setupopts","vim","gutterhints","option","motion","precognition"],"anchors":[]},{"id":"1892","title":"Option: vim.utility.motion.precognition.setupOpts.gutterHints.<name>.prio","content":"The priority of the hint","path":"options.html#option-vim-utility-motion-precognition-setupOpts-gutterHints--prio","tokens":["hint","the","priority"],"title_tokens":["vim","gutterhints","name","option","utility","prio","setupopts","motion","precognition"],"anchors":[]},{"id":"1893","title":"Option: vim.utility.motion.precognition.setupOpts.gutterHints.<name>.text","content":"The easier-to-read depiction of the motion","path":"options.html#option-vim-utility-motion-precognition-setupOpts-gutterHints--text","tokens":["depiction","the","easier-to-read","motion"],"title_tokens":["precognition","option","motion","vim","utility","gutterhints","text","name","setupopts"],"anchors":[]},{"id":"1894","title":"Option: vim.utility.motion.precognition.setupOpts.highlightColor","content":"The highlight for the virtual text","path":"options.html#option-vim-utility-motion-precognition-setupOpts-highlightColor","tokens":["for","the","virtual","highlight","text"],"title_tokens":["setupopts","motion","option","highlightcolor","utility","precognition","vim"],"anchors":[]},{"id":"1895","title":"Option: vim.utility.motion.precognition.setupOpts.hints","content":"What motions display, and at what priority","path":"options.html#option-vim-utility-motion-precognition-setupOpts-hints","tokens":["motions","and","what","display","priority"],"title_tokens":["vim","option","utility","motion","setupopts","hints","precognition"],"anchors":[]},{"id":"1896","title":"Option: vim.utility.motion.precognition.setupOpts.hints.<name>.prio","content":"The priority of the hint","path":"options.html#option-vim-utility-motion-precognition-setupOpts-hints--prio","tokens":["priority","hint","the"],"title_tokens":["setupopts","motion","utility","option","vim","hints","name","precognition","prio"],"anchors":[]},{"id":"1897","title":"Option: vim.utility.motion.precognition.setupOpts.hints.<name>.text","content":"The easier-to-read depiction of the motion","path":"options.html#option-vim-utility-motion-precognition-setupOpts-hints--text","tokens":["depiction","motion","the","easier-to-read"],"title_tokens":["vim","precognition","text","hints","name","option","utility","setupopts","motion"],"anchors":[]},{"id":"1898","title":"Option: vim.utility.motion.precognition.setupOpts.showBlankVirtLine","content":"Whether to show a blank virtual line when no movements are shown","path":"options.html#option-vim-utility-motion-precognition-setupOpts-showBlankVirtLine","tokens":["whether","blank","are","virtual","show","when","movements","shown","line"],"title_tokens":["showblankvirtline","motion","precognition","option","setupopts","utility","vim"],"anchors":[]},{"id":"1899","title":"Option: vim.utility.motion.precognition.setupOpts.startVisible","content":"Whether to start 'precognition' automatically","path":"options.html#option-vim-utility-motion-precognition-setupOpts-startVisible","tokens":["precognition","whether","start","automatically"],"title_tokens":["motion","startvisible","vim","precognition","option","setupopts","utility"],"anchors":[]},{"id":"1900","title":"Option: vim.utility.multicursors.enable","content":"Whether to enable vscode like multiple cursors [multicursor.nvim].","path":"options.html#option-vim-utility-multicursors-enable","tokens":["enable","multiple","whether","nvim","vscode","multicursor","cursors","like"],"title_tokens":["multicursors","vim","utility","enable","option"],"anchors":[]},{"id":"1901","title":"Option: vim.utility.multicursors.setupOpts","content":"Option table to pass into the setup function of multicursors\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-multicursors-setupOpts","tokens":["listed","multicursors","setup","the","they","option","you","options","additional","docs","can","even","function","into","pass","not","any","table"],"title_tokens":["utility","option","multicursors","setupopts","vim"],"anchors":[]},{"id":"1902","title":"Option: vim.utility.multicursors.setupOpts.DEBUG_MODE","content":"Enable debug mode.","path":"options.html#option-vim-utility-multicursors-setupOpts-DEBUG_MODE","tokens":["mode","debug","enable"],"title_tokens":["utility","setupopts","vim","multicursors","debug_mode","option"],"anchors":[]},{"id":"1903","title":"Option: vim.utility.multicursors.setupOpts.create_commands","content":"Create Multicursor user commands","path":"options.html#option-vim-utility-multicursors-setupOpts-create_commands","tokens":["user","multicursor","create","commands"],"title_tokens":["utility","multicursors","vim","create_commands","option","setupopts"],"anchors":[]},{"id":"1904","title":"Option: vim.utility.multicursors.setupOpts.generate_hints","content":"The configuration for generating hints","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints","tokens":["hints","generating","the","for","configuration"],"title_tokens":["multicursors","utility","generate_hints","option","vim","setupopts"],"anchors":[]},{"id":"1905","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.config","content":"The configuration for generating hints for multicursors.nvim","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-config","tokens":["nvim","for","configuration","the","generating","hints","multicursors"],"title_tokens":["option","utility","multicursors","setupopts","generate_hints","config","vim"],"anchors":[]},{"id":"1906","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.config.column_count","content":"The number of columns to use for the hint window","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-config-column_count","tokens":["window","the","number","columns","hint","for","use"],"title_tokens":["config","utility","generate_hints","multicursors","setupopts","column_count","option","vim"],"anchors":[]},{"id":"1907","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.config.max_hint_length","content":"The maximum length of the hint","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-config-max_hint_length","tokens":["length","the","hint","maximum"],"title_tokens":["multicursors","setupopts","vim","utility","generate_hints","config","option","max_hint_length"],"anchors":[]},{"id":"1908","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.extend","content":"Generate hints for the extend mode","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-extend","tokens":["generate","hints","the","extend","for","mode"],"title_tokens":["option","multicursors","utility","setupopts","generate_hints","vim","extend"],"anchors":[]},{"id":"1909","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.insert","content":"Generate hints for the insert mode","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-insert","tokens":["the","hints","for","insert","mode","generate"],"title_tokens":["insert","setupopts","generate_hints","option","utility","multicursors","vim"],"anchors":[]},{"id":"1910","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.normal","content":"Generate hints for the normal mode","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-normal","tokens":["hints","for","normal","generate","the","mode"],"title_tokens":["multicursors","generate_hints","option","setupopts","vim","normal","utility"],"anchors":[]},{"id":"1911","title":"Option: vim.utility.multicursors.setupOpts.hint_config","content":"The configuration for the hint window","path":"options.html#option-vim-utility-multicursors-setupOpts-hint_config","tokens":["window","configuration","for","hint","the"],"title_tokens":["multicursors","option","vim","hint_config","utility","setupopts"],"anchors":[]},{"id":"1912","title":"Option: vim.utility.multicursors.setupOpts.hint_config.float_opts","content":"The options for the floating hint window","path":"options.html#option-vim-utility-multicursors-setupOpts-hint_config-float_opts","tokens":["the","hint","options","window","floating","for"],"title_tokens":["vim","float_opts","option","multicursors","utility","hint_config","setupopts"],"anchors":[]},{"id":"1913","title":"Option: vim.utility.multicursors.setupOpts.hint_config.float_opts.border","content":"The border style for the hint window","path":"options.html#option-vim-utility-multicursors-setupOpts-hint_config-float_opts-border","tokens":["style","for","window","border","the","hint"],"title_tokens":["float_opts","vim","option","hint_config","utility","setupopts","border","multicursors"],"anchors":[]},{"id":"1914","title":"Option: vim.utility.multicursors.setupOpts.hint_config.position","content":"The position of the hint window","path":"options.html#option-vim-utility-multicursors-setupOpts-hint_config-position","tokens":["the","position","hint","window"],"title_tokens":["setupopts","position","utility","option","vim","hint_config","multicursors"],"anchors":[]},{"id":"1915","title":"Option: vim.utility.multicursors.setupOpts.mode_keys","content":"The keys to use for each mode","path":"options.html#option-vim-utility-multicursors-setupOpts-mode_keys","tokens":["keys","for","the","use","each","mode"],"title_tokens":["mode_keys","vim","multicursors","utility","option","setupopts"],"anchors":[]},{"id":"1916","title":"Option: vim.utility.multicursors.setupOpts.nowait","content":"Don't wait for the cursor to move before updating the cursor","path":"options.html#option-vim-utility-multicursors-setupOpts-nowait","tokens":["the","cursor","wait","don","move","updating","for","before"],"title_tokens":["utility","nowait","multicursors","vim","setupopts","option"],"anchors":[]},{"id":"1917","title":"Option: vim.utility.multicursors.setupOpts.updatetime","content":"The time in milliseconds to wait before updating the cursor in insert mode","path":"options.html#option-vim-utility-multicursors-setupOpts-updatetime","tokens":["milliseconds","wait","updating","cursor","insert","before","the","mode","time"],"title_tokens":["multicursors","setupopts","updatetime","vim","utility","option"],"anchors":[]},{"id":"1918","title":"Option: vim.utility.new-file-template.enable","content":"new-file-template.nvim: Automatically insert a template on new files in neovim. ::: {.note} For custom templates add a directory containing lua/templates/*.lua to vim.additionalRuntimePaths. ::: [custom-template-docs]: https://github.com/otavioschwanck/new-file-template.nvim?tab=readme-ov-file#creating-new-templates More documentation on the templates available at [custom-template-docs]","path":"options.html#option-vim-utility-new-file-template-enable","tokens":["documentation","neovim","files","github","com","templates","template","vim","nvim","more","add","readme-ov-file","otavioschwanck","the","directory","new","insert","additionalruntimepaths","containing","creating-new-templates","lua","new-file-template","automatically","note","custom-template-docs","custom","for","tab","https","available"],"title_tokens":["option","vim","new-file-template","utility","enable"],"anchors":[]},{"id":"1919","title":"Option: vim.utility.new-file-template.setupOpts","content":"Option table to pass into the setup function of nvim-file-template.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-new-file-template-setupOpts","tokens":["you","not","setup","even","can","additional","options","nvim","option","into","table","they","listed","the","docs","function","nvim-file-template","any","pass"],"title_tokens":["new-file-template","utility","vim","setupopts","option"],"anchors":[]},{"id":"1920","title":"Option: vim.utility.new-file-template.setupOpts.disableAutocmd","content":"Disable the autocmd that creates the template","path":"options.html#option-vim-utility-new-file-template-setupOpts-disableAutocmd","tokens":["disable","the","autocmd","template","creates","that"],"title_tokens":["utility","new-file-template","vim","setupopts","disableautocmd","option"],"anchors":[]},{"id":"1921","title":"Option: vim.utility.new-file-template.setupOpts.disableFiletype","content":"Disable default templates for specific filetypes","path":"options.html#option-vim-utility-new-file-template-setupOpts-disableFiletype","tokens":["default","filetypes","templates","for","specific","disable"],"title_tokens":["option","utility","new-file-template","disablefiletype","setupopts","vim"],"anchors":[]},{"id":"1922","title":"Option: vim.utility.new-file-template.setupOpts.disableInsert","content":"Enter insert mode after inserting the template","path":"options.html#option-vim-utility-new-file-template-setupOpts-disableInsert","tokens":["insert","enter","inserting","after","the","template","mode"],"title_tokens":["utility","vim","setupopts","option","disableinsert","new-file-template"],"anchors":[]},{"id":"1923","title":"Option: vim.utility.new-file-template.setupOpts.disableSpecific","content":"Disable specific regexp for the default templates.","path":"options.html#option-vim-utility-new-file-template-setupOpts-disableSpecific","tokens":["for","specific","the","default","templates","regexp","disable"],"title_tokens":["new-file-template","option","vim","utility","setupopts","disablespecific"],"anchors":[]},{"id":"1924","title":"Option: vim.utility.new-file-template.setupOpts.suffixAsFiletype","content":"Use suffix of filename rather than vim.bo.filetype as filetype","path":"options.html#option-vim-utility-new-file-template-setupOpts-suffixAsFiletype","tokens":["vim","than","rather","filetype","filename","suffix","use"],"title_tokens":["suffixasfiletype","setupopts","option","utility","new-file-template","vim"],"anchors":[]},{"id":"1925","title":"Option: vim.utility.nix-develop.enable","content":"Whether to enable in-neovim nix develop, nix shell, and more using nix-develop.nvim.","path":"options.html#option-vim-utility-nix-develop-enable","tokens":["shell","nix","nix-develop","more","using","in-neovim","whether","nvim","develop","and","enable"],"title_tokens":["nix-develop","utility","enable","option","vim"],"anchors":[]},{"id":"1926","title":"Option: vim.utility.nvim-biscuits.enable","content":"Whether to enable a Neovim port of Assorted Biscuits [nvim-biscuits].","path":"options.html#option-vim-utility-nvim-biscuits-enable","tokens":["nvim-biscuits","neovim","biscuits","whether","port","enable","assorted"],"title_tokens":["enable","vim","utility","option","nvim-biscuits"],"anchors":[]},{"id":"1927","title":"Option: vim.utility.nvim-biscuits.setupOpts","content":"Option table to pass into the setup function of nvim-biscuits\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-nvim-biscuits-setupOpts","tokens":["additional","they","can","any","not","listed","option","even","nvim-biscuits","table","docs","you","setup","into","pass","options","the","function"],"title_tokens":["nvim-biscuits","option","vim","utility","setupopts"],"anchors":[]},{"id":"1928","title":"Option: vim.utility.oil-nvim.enable","content":"Whether to enable Neovim file explorer: edit your filesystem like a buffer [oil-nvim] .","path":"options.html#option-vim-utility-oil-nvim-enable","tokens":["like","file","whether","filesystem","explorer","buffer","your","edit","enable","oil-nvim","neovim"],"title_tokens":["option","utility","oil-nvim","vim","enable"],"anchors":[]},{"id":"1929","title":"Option: vim.utility.oil-nvim.gitStatus.enable","content":"Whether to enable Git status on [oil-nvim] directory listings .","path":"options.html#option-vim-utility-oil-nvim-gitStatus-enable","tokens":["git","listings","enable","status","whether","oil-nvim","directory"],"title_tokens":["vim","gitstatus","option","enable","oil-nvim","utility"],"anchors":[]},{"id":"1930","title":"Option: vim.utility.oil-nvim.gitStatus.setupOpts","content":"Option table to pass into the setup function of oil-git-status-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-oil-nvim-gitStatus-setupOpts","tokens":["not","even","any","option","the","oil-git-status-nvim","you","function","into","options","listed","docs","setup","pass","they","table","can","additional"],"title_tokens":["setupopts","gitstatus","oil-nvim","option","vim","utility"],"anchors":[]},{"id":"1931","title":"Option: vim.utility.oil-nvim.setupOpts","content":"Option table to pass into the setup function of oil-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-oil-nvim-setupOpts","tokens":["function","they","setup","additional","into","listed","pass","can","oil-nvim","options","any","option","table","not","docs","even","the","you"],"title_tokens":["setupopts","vim","utility","oil-nvim","option"],"anchors":[]},{"id":"1932","title":"Option: vim.utility.outline.aerial-nvim.enable","content":"Whether to enable Aerial.nvim.","path":"options.html#option-vim-utility-outline-aerial-nvim-enable","tokens":["nvim","whether","enable","aerial"],"title_tokens":["option","outline","enable","vim","aerial-nvim","utility"],"anchors":[]},{"id":"1933","title":"Option: vim.utility.outline.aerial-nvim.mappings.toggle","content":"Toggle aerial window","path":"options.html#option-vim-utility-outline-aerial-nvim-mappings-toggle","tokens":["toggle","window","aerial"],"title_tokens":["mappings","utility","option","vim","outline","toggle","aerial-nvim"],"anchors":[]},{"id":"1934","title":"Option: vim.utility.outline.aerial-nvim.setupOpts","content":"Option table to pass into the setup function of aerial.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-outline-aerial-nvim-setupOpts","tokens":["any","you","setup","even","they","nvim","pass","table","into","can","aerial","option","docs","additional","function","the","options","not","listed"],"title_tokens":["vim","outline","utility","option","aerial-nvim","setupopts"],"anchors":[]},{"id":"1935","title":"Option: vim.utility.preview.glow.enable","content":"Whether to enable markdown preview in neovim with glow.","path":"options.html#option-vim-utility-preview-glow-enable","tokens":["neovim","glow","preview","whether","enable","markdown","with"],"title_tokens":["vim","glow","enable","preview","option","utility"],"anchors":[]},{"id":"1936","title":"Option: vim.utility.preview.glow.mappings.openPreview","content":"Open preview","path":"options.html#option-vim-utility-preview-glow-mappings-openPreview","tokens":["preview","open"],"title_tokens":["vim","option","openpreview","mappings","preview","glow","utility"],"anchors":[]},{"id":"1937","title":"Option: vim.utility.preview.markdownPreview.alwaysAllowPreview","content":"Allow preview on all filetypes","path":"options.html#option-vim-utility-preview-markdownPreview-alwaysAllowPreview","tokens":["preview","all","allow","filetypes"],"title_tokens":["alwaysallowpreview","utility","vim","option","preview","markdownpreview"],"anchors":[]},{"id":"1938","title":"Option: vim.utility.preview.markdownPreview.autoClose","content":"Automatically close the preview window after leaving a Markdown buffer","path":"options.html#option-vim-utility-preview-markdownPreview-autoClose","tokens":["the","automatically","after","preview","markdown","close","buffer","window","leaving"],"title_tokens":["option","autoclose","utility","preview","vim","markdownpreview"],"anchors":[]},{"id":"1939","title":"Option: vim.utility.preview.markdownPreview.autoStart","content":"Automatically open the preview window after entering a Markdown buffer","path":"options.html#option-vim-utility-preview-markdownPreview-autoStart","tokens":["automatically","preview","window","after","entering","markdown","the","open","buffer"],"title_tokens":["preview","autostart","markdownpreview","utility","vim","option"],"anchors":[]},{"id":"1940","title":"Option: vim.utility.preview.markdownPreview.broadcastServer","content":"Allow for outside and network wide connections","path":"options.html#option-vim-utility-preview-markdownPreview-broadcastServer","tokens":["for","outside","allow","and","network","wide","connections"],"title_tokens":["option","preview","vim","utility","markdownpreview","broadcastserver"],"anchors":[]},{"id":"1941","title":"Option: vim.utility.preview.markdownPreview.customIP","content":"IP-address to use","path":"options.html#option-vim-utility-preview-markdownPreview-customIP","tokens":["ip-address","use"],"title_tokens":["vim","utility","option","preview","customip","markdownpreview"],"anchors":[]},{"id":"1942","title":"Option: vim.utility.preview.markdownPreview.customPort","content":"Port to use","path":"options.html#option-vim-utility-preview-markdownPreview-customPort","tokens":["use","port"],"title_tokens":["option","vim","utility","markdownpreview","preview","customport"],"anchors":[]},{"id":"1943","title":"Option: vim.utility.preview.markdownPreview.enable","content":"Whether to enable Markdown preview in neovim with markdown-preview.nvim.","path":"options.html#option-vim-utility-preview-markdownPreview-enable","tokens":["preview","with","neovim","markdown","nvim","whether","enable","markdown-preview"],"title_tokens":["enable","preview","utility","vim","option","markdownpreview"],"anchors":[]},{"id":"1944","title":"Option: vim.utility.preview.markdownPreview.filetypes","content":"Allowed filetypes","path":"options.html#option-vim-utility-preview-markdownPreview-filetypes","tokens":["filetypes","allowed"],"title_tokens":["option","utility","vim","markdownpreview","preview","filetypes"],"anchors":[]},{"id":"1945","title":"Option: vim.utility.preview.markdownPreview.lazyRefresh","content":"Only update preview when saving or leaving insert mode","path":"options.html#option-vim-utility-preview-markdownPreview-lazyRefresh","tokens":["update","preview","saving","only","when","insert","leaving","mode"],"title_tokens":["markdownpreview","utility","vim","preview","lazyrefresh","option"],"anchors":[]},{"id":"1946","title":"Option: vim.utility.qmk-nvim.enable","content":"Whether to enable QMK and ZMK keymaps in nvim.","path":"options.html#option-vim-utility-qmk-nvim-enable","tokens":["keymaps","nvim","enable","qmk","zmk","whether","and"],"title_tokens":["enable","utility","vim","option","qmk-nvim"],"anchors":[]},{"id":"1947","title":"Option: vim.utility.qmk-nvim.setupOpts","content":"Option table to pass into the setup function of qmk.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-qmk-nvim-setupOpts","tokens":["setup","any","qmk","the","options","docs","listed","nvim","additional","into","you","table","even","they","option","pass","function","not","can"],"title_tokens":["vim","option","setupopts","utility","qmk-nvim"],"anchors":[]},{"id":"1948","title":"Option: vim.utility.qmk-nvim.setupOpts.comment_preview.keymap_overrides","content":"Key codes to text replacements see https://github.com/codethread/qmk.nvim/blob/main/lua/qmk/config/key_map.lua for more details","path":"options.html#option-vim-utility-qmk-nvim-setupOpts-comment_preview-keymap_overrides","tokens":["qmk","main","lua","com","key","more","nvim","codes","github","config","https","see","replacements","blob","codethread","key_map","for","details","text"],"title_tokens":["vim","option","qmk-nvim","setupopts","comment_preview","keymap_overrides","utility"],"anchors":[]},{"id":"1949","title":"Option: vim.utility.qmk-nvim.setupOpts.comment_preview.position","content":"Controls the position of the preview","path":"options.html#option-vim-utility-qmk-nvim-setupOpts-comment_preview-position","tokens":["controls","preview","the","position"],"title_tokens":["option","vim","position","setupopts","qmk-nvim","comment_preview","utility"],"anchors":[]},{"id":"1950","title":"Option: vim.utility.qmk-nvim.setupOpts.layout","content":"The keyboard key layout see https://github.com/codethread/qmk.nvim?tab=readme-ov-file#Layout for more details","path":"options.html#option-vim-utility-qmk-nvim-setupOpts-layout","tokens":["qmk","com","for","https","readme-ov-file","github","layout","codethread","nvim","keyboard","see","details","key","more","the","tab"],"title_tokens":["layout","option","vim","setupopts","utility","qmk-nvim"],"anchors":[]},{"id":"1951","title":"Option: vim.utility.qmk-nvim.setupOpts.name","content":"The name of the layout","path":"options.html#option-vim-utility-qmk-nvim-setupOpts-name","tokens":["name","the","layout"],"title_tokens":["option","qmk-nvim","utility","setupopts","name","vim"],"anchors":[]},{"id":"1952","title":"Option: vim.utility.qmk-nvim.setupOpts.variant","content":"Chooses the expected hardware target","path":"options.html#option-vim-utility-qmk-nvim-setupOpts-variant","tokens":["chooses","the","expected","target","hardware"],"title_tokens":["utility","qmk-nvim","setupopts","option","variant","vim"],"anchors":[]},{"id":"1953","title":"Option: vim.utility.sleuth.enable","content":"Whether to enable automatically adjusting options such as shiftwidth or expandtab, using vim-sleuth .","path":"options.html#option-vim-utility-sleuth-enable","tokens":["options","automatically","vim-sleuth","shiftwidth","using","enable","expandtab","such","adjusting","whether"],"title_tokens":["utility","enable","sleuth","option","vim"],"anchors":[]},{"id":"1954","title":"Option: vim.utility.smart-splits.enable","content":"Whether to enable smart-splits.nvim, a Neovim plugin for smart, seamless, directional navigation and resizing of splits.\nSupports tmux, Wezterm, Kitty, and Zellij multiplexer integrations.","path":"options.html#option-vim-utility-smart-splits-enable","tokens":["enable","plugin","navigation","for","resizing","neovim","and","splits","whether","tmux","nvim","kitty","integrations","smart-splits","multiplexer","smart","zellij","supports","seamless","wezterm","directional"],"title_tokens":["option","utility","vim","smart-splits","enable"],"anchors":[]},{"id":"1955","title":"Option: vim.utility.smart-splits.keymaps.move_cursor_down","content":"Focus Window/Pane Below","path":"options.html#option-vim-utility-smart-splits-keymaps-move_cursor_down","tokens":["below","focus","pane","window"],"title_tokens":["keymaps","move_cursor_down","smart-splits","option","vim","utility"],"anchors":[]},{"id":"1956","title":"Option: vim.utility.smart-splits.keymaps.move_cursor_left","content":"Focus Window/Pane on the Left","path":"options.html#option-vim-utility-smart-splits-keymaps-move_cursor_left","tokens":["pane","the","left","focus","window"],"title_tokens":["utility","smart-splits","keymaps","vim","move_cursor_left","option"],"anchors":[]},{"id":"1957","title":"Option: vim.utility.smart-splits.keymaps.move_cursor_previous","content":"Focus Previous Window/Pane","path":"options.html#option-vim-utility-smart-splits-keymaps-move_cursor_previous","tokens":["pane","focus","previous","window"],"title_tokens":["keymaps","vim","utility","smart-splits","move_cursor_previous","option"],"anchors":[]},{"id":"1958","title":"Option: vim.utility.smart-splits.keymaps.move_cursor_right","content":"Focus Window/Pane on the Right","path":"options.html#option-vim-utility-smart-splits-keymaps-move_cursor_right","tokens":["focus","window","the","pane","right"],"title_tokens":["utility","smart-splits","move_cursor_right","keymaps","option","vim"],"anchors":[]},{"id":"1959","title":"Option: vim.utility.smart-splits.keymaps.move_cursor_up","content":"Focus Window/Pane Above","path":"options.html#option-vim-utility-smart-splits-keymaps-move_cursor_up","tokens":["focus","window","pane","above"],"title_tokens":["keymaps","utility","smart-splits","move_cursor_up","option","vim"],"anchors":[]},{"id":"1960","title":"Option: vim.utility.smart-splits.keymaps.resize_down","content":"Resize Window/Pane Down","path":"options.html#option-vim-utility-smart-splits-keymaps-resize_down","tokens":["down","resize","window","pane"],"title_tokens":["utility","smart-splits","keymaps","option","vim","resize_down"],"anchors":[]},{"id":"1961","title":"Option: vim.utility.smart-splits.keymaps.resize_left","content":"Resize Window/Pane Left","path":"options.html#option-vim-utility-smart-splits-keymaps-resize_left","tokens":["window","pane","left","resize"],"title_tokens":["keymaps","utility","smart-splits","resize_left","option","vim"],"anchors":[]},{"id":"1962","title":"Option: vim.utility.smart-splits.keymaps.resize_right","content":"Resize Window/Pane Right","path":"options.html#option-vim-utility-smart-splits-keymaps-resize_right","tokens":["resize","pane","right","window"],"title_tokens":["resize_right","vim","option","smart-splits","keymaps","utility"],"anchors":[]},{"id":"1963","title":"Option: vim.utility.smart-splits.keymaps.resize_up","content":"Resize Window/Pane Up","path":"options.html#option-vim-utility-smart-splits-keymaps-resize_up","tokens":["resize","pane","window"],"title_tokens":["keymaps","smart-splits","utility","option","vim","resize_up"],"anchors":[]},{"id":"1964","title":"Option: vim.utility.smart-splits.keymaps.swap_buf_down","content":"Swap Buffer Down","path":"options.html#option-vim-utility-smart-splits-keymaps-swap_buf_down","tokens":["buffer","down","swap"],"title_tokens":["smart-splits","swap_buf_down","keymaps","option","vim","utility"],"anchors":[]},{"id":"1965","title":"Option: vim.utility.smart-splits.keymaps.swap_buf_left","content":"Swap Buffer Left","path":"options.html#option-vim-utility-smart-splits-keymaps-swap_buf_left","tokens":["buffer","swap","left"],"title_tokens":["utility","vim","keymaps","smart-splits","swap_buf_left","option"],"anchors":[]},{"id":"1966","title":"Option: vim.utility.smart-splits.keymaps.swap_buf_right","content":"Swap Buffer Right","path":"options.html#option-vim-utility-smart-splits-keymaps-swap_buf_right","tokens":["right","swap","buffer"],"title_tokens":["swap_buf_right","keymaps","smart-splits","option","vim","utility"],"anchors":[]},{"id":"1967","title":"Option: vim.utility.smart-splits.keymaps.swap_buf_up","content":"Swap Buffer Up","path":"options.html#option-vim-utility-smart-splits-keymaps-swap_buf_up","tokens":["buffer","swap"],"title_tokens":["utility","option","smart-splits","keymaps","swap_buf_up","vim"],"anchors":[]},{"id":"1968","title":"Option: vim.utility.smart-splits.setupOpts","content":"Option table to pass into the setup function of smart-splits\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-smart-splits-setupOpts","tokens":["you","docs","table","the","function","not","listed","additional","options","smart-splits","can","they","option","into","setup","even","pass","any"],"title_tokens":["smart-splits","setupopts","option","utility","vim"],"anchors":[]},{"id":"1969","title":"Option: vim.utility.snacks-nvim.enable","content":"Whether to enable collection of QoL plugins for Neovim [snacks-nvim] .","path":"options.html#option-vim-utility-snacks-nvim-enable","tokens":["snacks-nvim","enable","collection","for","whether","neovim","qol","plugins"],"title_tokens":["utility","vim","option","snacks-nvim","enable"],"anchors":[]},{"id":"1970","title":"Option: vim.utility.snacks-nvim.setupOpts","content":"Option table to pass into the setup function of snacks-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-snacks-nvim-setupOpts","tokens":["pass","option","function","snacks-nvim","listed","can","any","additional","the","they","table","docs","you","setup","even","into","options","not"],"title_tokens":["snacks-nvim","setupopts","vim","utility","option"],"anchors":[]},{"id":"1971","title":"Option: vim.utility.surround.enable","content":"Whether to enable nvim-surround, Neovim plugin to add/change/delete surrounding delimiter pairs with ease.\n::: {.note} The default mappings deviate from upstream to avoid conflicts with nvim-leap. You may change those in your configuration if you do not use nvim-leap :::","path":"options.html#option-vim-utility-surround-enable","tokens":["you","plugin","may","deviate","add","with","your","whether","ease","conflicts","nvim-leap","neovim","note","delete","delimiter","upstream","use","the","default","nvim-surround","change","surrounding","not","those","pairs","enable","mappings","configuration","from","avoid"],"title_tokens":["vim","enable","utility","surround","option"],"anchors":[]},{"id":"1972","title":"Option: vim.utility.surround.setupOpts","content":"Option table to pass into the setup function of nvim-surround\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-surround-setupOpts","tokens":["options","not","additional","listed","docs","can","you","into","pass","function","option","even","they","table","the","setup","any","nvim-surround"],"title_tokens":["vim","surround","setupopts","utility","option"],"anchors":[]},{"id":"1973","title":"Option: vim.utility.surround.setupOpts.keymaps.change","content":"keymap for change","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-change","tokens":["keymap","change","for"],"title_tokens":["option","vim","utility","keymaps","setupopts","surround","change"],"anchors":[]},{"id":"1974","title":"Option: vim.utility.surround.setupOpts.keymaps.change_line","content":"keymap for change_line","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-change_line","tokens":["keymap","for","change_line"],"title_tokens":["option","surround","keymaps","utility","vim","setupopts","change_line"],"anchors":[]},{"id":"1975","title":"Option: vim.utility.surround.setupOpts.keymaps.delete","content":"keymap for delete","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-delete","tokens":["delete","keymap","for"],"title_tokens":["surround","option","vim","keymaps","setupopts","delete","utility"],"anchors":[]},{"id":"1976","title":"Option: vim.utility.surround.setupOpts.keymaps.insert","content":"keymap for insert","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-insert","tokens":["keymap","insert","for"],"title_tokens":["surround","setupopts","keymaps","option","insert","vim","utility"],"anchors":[]},{"id":"1977","title":"Option: vim.utility.surround.setupOpts.keymaps.insert_line","content":"keymap for insert_line","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-insert_line","tokens":["for","insert_line","keymap"],"title_tokens":["setupopts","keymaps","insert_line","option","surround","utility","vim"],"anchors":[]},{"id":"1978","title":"Option: vim.utility.surround.setupOpts.keymaps.normal","content":"keymap for normal","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-normal","tokens":["keymap","for","normal"],"title_tokens":["surround","vim","utility","normal","setupopts","keymaps","option"],"anchors":[]},{"id":"1979","title":"Option: vim.utility.surround.setupOpts.keymaps.normal_cur","content":"keymap for normal_cur","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-normal_cur","tokens":["for","keymap","normal_cur"],"title_tokens":["keymaps","setupopts","surround","utility","vim","normal_cur","option"],"anchors":[]},{"id":"1980","title":"Option: vim.utility.surround.setupOpts.keymaps.normal_cur_line","content":"keymap for normal_cur_line","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-normal_cur_line","tokens":["for","keymap","normal_cur_line"],"title_tokens":["surround","option","setupopts","keymaps","normal_cur_line","utility","vim"],"anchors":[]},{"id":"1981","title":"Option: vim.utility.surround.setupOpts.keymaps.normal_line","content":"keymap for normal_line","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-normal_line","tokens":["keymap","for","normal_line"],"title_tokens":["normal_line","vim","option","utility","surround","setupopts","keymaps"],"anchors":[]},{"id":"1982","title":"Option: vim.utility.surround.setupOpts.keymaps.visual","content":"keymap for visual","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-visual","tokens":["keymap","for","visual"],"title_tokens":["option","vim","utility","setupopts","visual","keymaps","surround"],"anchors":[]},{"id":"1983","title":"Option: vim.utility.surround.setupOpts.keymaps.visual_line","content":"keymap for visual_line","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-visual_line","tokens":["keymap","for","visual_line"],"title_tokens":["vim","surround","keymaps","option","visual_line","setupopts","utility"],"anchors":[]},{"id":"1984","title":"Option: vim.utility.surround.useVendoredKeybindings","content":"Use alternative set of keybindings that avoids conflicts with other popular plugins, e.g. nvim-leap","path":"options.html#option-vim-utility-surround-useVendoredKeybindings","tokens":["that","keybindings","avoids","conflicts","other","plugins","nvim-leap","with","popular","set","alternative","use"],"title_tokens":["usevendoredkeybindings","vim","surround","option","utility"],"anchors":[]},{"id":"1985","title":"Option: vim.utility.undotree.enable","content":"Whether to enable undo history visualizer for Vim [undotree].","path":"options.html#option-vim-utility-undotree-enable","tokens":["undotree","history","for","whether","visualizer","undo","vim","enable"],"title_tokens":["undotree","vim","option","utility","enable"],"anchors":[]},{"id":"1986","title":"Option: vim.utility.vim-wakatime.cli-package","content":"The package that should be used for wakatime-cli. Set as null to use the default path in {env}$XDG_DATA_HOME","path":"options.html#option-vim-utility-vim-wakatime-cli-package","tokens":["should","package","the","set","null","default","for","use","env","xdg_data_home","that","used","path","wakatime-cli"],"title_tokens":["utility","vim-wakatime","option","vim","cli-package"],"anchors":[]},{"id":"1987","title":"Option: vim.utility.vim-wakatime.enable","content":"Whether to enable automatic time tracking and metrics generated from your programming activity [vim-wakatime] .","path":"options.html#option-vim-utility-vim-wakatime-enable","tokens":["enable","automatic","time","your","activity","whether","vim-wakatime","tracking","metrics","from","and","generated","programming"],"title_tokens":["option","utility","vim-wakatime","enable","vim"],"anchors":[]},{"id":"1988","title":"Option: vim.utility.yanky-nvim.enable","content":"Whether to enable improved Yank and Put functionalities for Neovim [yanky-nvim] .","path":"options.html#option-vim-utility-yanky-nvim-enable","tokens":["and","put","functionalities","neovim","improved","enable","for","whether","yank","yanky-nvim"],"title_tokens":["option","enable","utility","vim","yanky-nvim"],"anchors":[]},{"id":"1989","title":"Option: vim.utility.yanky-nvim.setupOpts","content":"Option table to pass into the setup function of yanky-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-yanky-nvim-setupOpts","tokens":["listed","any","can","additional","the","pass","even","not","they","into","yanky-nvim","you","table","options","option","docs","setup","function"],"title_tokens":["yanky-nvim","vim","option","utility","setupopts"],"anchors":[]},{"id":"1990","title":"Option: vim.utility.yanky-nvim.setupOpts.ring.storage","content":"storage mode for ring values.\nshada: this will save pesistantly using Neovim ShaDa feature. This means that history will be persisted between each session of Neovim.\nmemory: each Neovim instance will have his own history and it will be lost between sessions.\nsqlite: more reliable than shada, requires sqlite.lua as a dependency. nvf will add this dependency to PATH automatically.","path":"options.html#option-vim-utility-yanky-nvim-setupOpts-ring-storage","tokens":["each","will","sqlite","values","and","that","history","his","dependency","neovim","pesistantly","save","nvf","persisted","between","instance","shada","add","automatically","means","own","sessions","reliable","using","ring","have","requires","than","path","this","storage","feature","memory","session","lost","mode","for","more","lua"],"title_tokens":["ring","setupopts","utility","vim","option","storage","yanky-nvim"],"anchors":[]},{"id":"1991","title":"Option: vim.utility.yazi-nvim.enable","content":"Whether to enable companion plugin for the yazi terminal file manager [yazi-nvim] .","path":"options.html#option-vim-utility-yazi-nvim-enable","tokens":["yazi","companion","for","plugin","manager","terminal","file","yazi-nvim","enable","whether","the"],"title_tokens":["yazi-nvim","enable","vim","utility","option"],"anchors":[]},{"id":"1992","title":"Option: vim.utility.yazi-nvim.mappings.openYazi","content":"Open yazi at the current file [yazi.nvim]","path":"options.html#option-vim-utility-yazi-nvim-mappings-openYazi","tokens":["the","yazi","file","nvim","open","current"],"title_tokens":["openyazi","utility","mappings","option","vim","yazi-nvim"],"anchors":[]},{"id":"1993","title":"Option: vim.utility.yazi-nvim.mappings.openYaziDir","content":"Open the file manager in nvim's working directory [yazi.nvim]","path":"options.html#option-vim-utility-yazi-nvim-mappings-openYaziDir","tokens":["manager","working","nvim","file","directory","yazi","open","the"],"title_tokens":["option","vim","utility","openyazidir","yazi-nvim","mappings"],"anchors":[]},{"id":"1994","title":"Option: vim.utility.yazi-nvim.mappings.yaziToggle","content":"Resume the last yazi session [yazi.nvim]","path":"options.html#option-vim-utility-yazi-nvim-mappings-yaziToggle","tokens":["the","yazi","last","resume","session","nvim"],"title_tokens":["yazitoggle","utility","option","vim","yazi-nvim","mappings"],"anchors":[]},{"id":"1995","title":"Option: vim.utility.yazi-nvim.setupOpts","content":"Option table to pass into the setup function of yazi-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-yazi-nvim-setupOpts","tokens":["table","additional","you","they","listed","docs","yazi-nvim","not","pass","function","into","any","option","can","the","setup","options","even"],"title_tokens":["option","utility","yazi-nvim","setupopts","vim"],"anchors":[]},{"id":"1996","title":"Option: vim.utility.yazi-nvim.setupOpts.open_for_directories","content":"Whether to open Yazi instead of netrw","path":"options.html#option-vim-utility-yazi-nvim-setupOpts-open_for_directories","tokens":["open","netrw","whether","instead","yazi"],"title_tokens":["open_for_directories","option","utility","yazi-nvim","vim","setupopts"],"anchors":[]},{"id":"1997","title":"Option: vim.viAlias","content":"Enable the vi alias for nvim","path":"options.html#option-vim-viAlias","tokens":["enable","alias","the","for","nvim"],"title_tokens":["vim","option","vialias"],"anchors":[]},{"id":"1998","title":"Option: vim.vimAlias","content":"Enable the vim alias for nvim","path":"options.html#option-vim-vimAlias","tokens":["for","nvim","alias","enable","the","vim"],"title_tokens":["vim","vimalias","option"],"anchors":[]},{"id":"1999","title":"Option: vim.visuals.cellular-automaton.animation.register","content":"Whether to enable registering configured animation(s) automatically.","path":"options.html#option-vim-visuals-cellular-automaton-animation-register","tokens":["whether","animation","registering","enable","automatically","configured"],"title_tokens":["visuals","cellular-automaton","register","option","vim","animation"],"anchors":[]},{"id":"2000","title":"Option: vim.visuals.cellular-automaton.animation.setup","content":"Configuration used to generate an animation to be registered.\nThe final value for ca_config will be used to register a new animation using require(\"cellular-automaton\").register_animation(ca_config)\n::: {.warning} ca_config must eval to a valid Lua table. nvf does not and cannot perform any kind of validation on your Lua code, so bogus values will result in errors when the animation is registered. :::","path":"options.html#option-vim-visuals-cellular-automaton-animation-setup","tokens":["using","table","perform","nvf","warning","new","not","kind","cannot","bogus","values","require","the","eval","errors","and","validation","register","configuration","must","when","will","animation","valid","final","result","ca_config","cellular-automaton","does","any","lua","code","your","for","generate","register_animation","used","registered","value"],"title_tokens":["cellular-automaton","option","setup","animation","vim","visuals"],"anchors":[]},{"id":"2001","title":"Option: vim.visuals.cellular-automaton.enable","content":"Whether to enable cellular-automaton to help you cope with stubborn code [cellular-automaton].","path":"options.html#option-vim-visuals-cellular-automaton-enable","tokens":["whether","enable","you","cope","with","cellular-automaton","stubborn","code","help"],"title_tokens":["vim","cellular-automaton","option","enable","visuals"],"anchors":[]},{"id":"2002","title":"Option: vim.visuals.cellular-automaton.mappings.makeItRain","content":"Make it rain [cellular-automaton]","path":"options.html#option-vim-visuals-cellular-automaton-mappings-makeItRain","tokens":["cellular-automaton","rain","make"],"title_tokens":["mappings","option","makeitrain","visuals","cellular-automaton","vim"],"anchors":[]},{"id":"2003","title":"Option: vim.visuals.cinnamon-nvim.enable","content":"Whether to enable smooth scrolling for ANY command [cinnamon-nvim].","path":"options.html#option-vim-visuals-cinnamon-nvim-enable","tokens":["command","enable","scrolling","any","cinnamon-nvim","for","smooth","whether"],"title_tokens":["option","cinnamon-nvim","vim","enable","visuals"],"anchors":[]},{"id":"2004","title":"Option: vim.visuals.cinnamon-nvim.setupOpts","content":"Option table to pass into the setup function of cinnamon.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-cinnamon-nvim-setupOpts","tokens":["option","you","can","table","any","even","cinnamon","pass","function","options","not","into","additional","docs","setup","the","nvim","listed","they"],"title_tokens":["option","vim","visuals","setupopts","cinnamon-nvim"],"anchors":[]},{"id":"2005","title":"Option: vim.visuals.cinnamon-nvim.setupOpts.keymaps.basic","content":"Whether to enable basic animation keymaps.","path":"options.html#option-vim-visuals-cinnamon-nvim-setupOpts-keymaps-basic","tokens":["whether","keymaps","animation","basic","enable"],"title_tokens":["keymaps","basic","visuals","setupopts","option","vim","cinnamon-nvim"],"anchors":[]},{"id":"2006","title":"Option: vim.visuals.cinnamon-nvim.setupOpts.keymaps.extra","content":"Whether to enable extra animation keymaps.","path":"options.html#option-vim-visuals-cinnamon-nvim-setupOpts-keymaps-extra","tokens":["enable","extra","animation","keymaps","whether"],"title_tokens":["visuals","cinnamon-nvim","vim","keymaps","setupopts","option","extra"],"anchors":[]},{"id":"2007","title":"Option: vim.visuals.cinnamon-nvim.setupOpts.options","content":"Scroll options","path":"options.html#option-vim-visuals-cinnamon-nvim-setupOpts-options","tokens":["scroll","options"],"title_tokens":["setupopts","options","vim","visuals","option","cinnamon-nvim"],"anchors":[]},{"id":"2008","title":"Option: vim.visuals.fidget-nvim.enable","content":"Whether to enable nvim LSP UI element [fidget-nvim].","path":"options.html#option-vim-visuals-fidget-nvim-enable","tokens":["whether","nvim","element","enable","lsp","fidget-nvim"],"title_tokens":["visuals","option","fidget-nvim","enable","vim"],"anchors":[]},{"id":"2009","title":"Option: vim.visuals.fidget-nvim.setupOpts","content":"Option table to pass into the setup function of Fidget\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts","tokens":["function","pass","can","any","not","the","option","table","listed","fidget","setup","they","docs","additional","you","options","even","into"],"title_tokens":["visuals","setupopts","vim","fidget-nvim","option"],"anchors":[]},{"id":"2010","title":"Option: vim.visuals.fidget-nvim.setupOpts.integration.nvim-tree.enable","content":"Integrate with nvim-tree/nvim-tree.lua (if enabled)","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-integration-nvim-tree-enable","tokens":["lua","with","integrate","enabled","nvim-tree"],"title_tokens":["vim","setupopts","integration","option","visuals","fidget-nvim","enable","nvim-tree"],"anchors":[]},{"id":"2011","title":"Option: vim.visuals.fidget-nvim.setupOpts.integration.xcodebuild-nvim.enable","content":"Integrate with wojciech-kulik/xcodebuild.nvim (if enabled)","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-integration-xcodebuild-nvim-enable","tokens":["nvim","enabled","wojciech-kulik","xcodebuild","with","integrate"],"title_tokens":["option","vim","fidget-nvim","xcodebuild-nvim","visuals","setupopts","enable","integration"],"anchors":[]},{"id":"2012","title":"Option: vim.visuals.fidget-nvim.setupOpts.logger.float_precision","content":"Limit the number of decimals displayed for floats","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-logger-float_precision","tokens":["displayed","for","floats","number","limit","decimals","the"],"title_tokens":["float_precision","visuals","vim","option","fidget-nvim","setupopts","logger"],"anchors":[]},{"id":"2013","title":"Option: vim.visuals.fidget-nvim.setupOpts.logger.level","content":"Minimum logging level","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-logger-level","tokens":["logging","level","minimum"],"title_tokens":["logger","option","fidget-nvim","level","vim","visuals","setupopts"],"anchors":[]},{"id":"2014","title":"Option: vim.visuals.fidget-nvim.setupOpts.logger.max_size","content":"Maximum log file size, in KB","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-logger-max_size","tokens":["size","maximum","log","file"],"title_tokens":["option","logger","vim","fidget-nvim","max_size","setupopts","visuals"],"anchors":[]},{"id":"2015","title":"Option: vim.visuals.fidget-nvim.setupOpts.logger.path","content":"Where Fidget writes its logs to","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-logger-path","tokens":["logs","writes","fidget","its","where"],"title_tokens":["setupopts","fidget-nvim","logger","path","vim","option","visuals"],"anchors":[]},{"id":"2016","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.configs","content":"How to configure notification groups when instantiated","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-configs","tokens":["groups","instantiated","when","how","notification","configure"],"title_tokens":["option","setupopts","configs","visuals","vim","fidget-nvim","notification"],"anchors":[]},{"id":"2017","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.filter","content":"Minimum notifications level","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-filter","tokens":["minimum","level","notifications"],"title_tokens":["fidget-nvim","notification","filter","setupopts","visuals","vim","option"],"anchors":[]},{"id":"2018","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.history_size","content":"Number of removed messages to retain in history","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-history_size","tokens":["messages","retain","removed","history","number"],"title_tokens":["option","fidget-nvim","setupopts","visuals","notification","history_size","vim"],"anchors":[]},{"id":"2019","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.override_vim_notify","content":"Automatically override vim.notify() with Fidget","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-override_vim_notify","tokens":["notify","override","automatically","fidget","vim","with"],"title_tokens":["setupopts","notification","override_vim_notify","visuals","option","vim","fidget-nvim"],"anchors":[]},{"id":"2020","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.poll_rate","content":"How frequently to update and render notifications","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-poll_rate","tokens":["update","how","render","frequently","notifications","and"],"title_tokens":["visuals","notification","poll_rate","option","vim","fidget-nvim","setupopts"],"anchors":[]},{"id":"2021","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.redirect","content":"Conditionally redirect notifications to another backend","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-redirect","tokens":["notifications","another","redirect","backend","conditionally"],"title_tokens":["vim","redirect","setupopts","notification","option","visuals","fidget-nvim"],"anchors":[]},{"id":"2022","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.view.group_separator","content":"Separator between notification groups","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-view-group_separator","tokens":["between","separator","notification","groups"],"title_tokens":["notification","vim","visuals","option","setupopts","view","fidget-nvim","group_separator"],"anchors":[]},{"id":"2023","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.view.group_separator_hl","content":"Highlight group used for group separator","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-view-group_separator_hl","tokens":["separator","group","for","highlight","used"],"title_tokens":["setupopts","option","vim","notification","view","visuals","group_separator_hl","fidget-nvim"],"anchors":[]},{"id":"2024","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.view.icon_separator","content":"Separator between group name and icon","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-view-icon_separator","tokens":["group","name","between","icon","separator","and"],"title_tokens":["visuals","vim","option","setupopts","icon_separator","fidget-nvim","notification","view"],"anchors":[]},{"id":"2025","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.view.render_message","content":"How to render notification messages","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-view-render_message","tokens":["messages","how","notification","render"],"title_tokens":["vim","visuals","option","view","render_message","setupopts","notification","fidget-nvim"],"anchors":[]},{"id":"2026","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.view.stack_upwards","content":"Display notification items from bottom to top","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-view-stack_upwards","tokens":["display","from","top","notification","items","bottom"],"title_tokens":["stack_upwards","visuals","view","notification","option","vim","setupopts","fidget-nvim"],"anchors":[]},{"id":"2027","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.align","content":"How to align the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-align","tokens":["window","how","align","notification","the"],"title_tokens":["fidget-nvim","align","option","setupopts","notification","window","visuals","vim"],"anchors":[]},{"id":"2028","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.border","content":"Border style of the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-border","tokens":["border","style","the","notification","window"],"title_tokens":["fidget-nvim","vim","setupopts","option","visuals","notification","window","border"],"anchors":[]},{"id":"2029","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.max_height","content":"Maximum height of the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-max_height","tokens":["notification","the","maximum","height","window"],"title_tokens":["visuals","vim","notification","window","option","fidget-nvim","setupopts","max_height"],"anchors":[]},{"id":"2030","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.max_width","content":"Maximum width of the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-max_width","tokens":["width","notification","maximum","window","the"],"title_tokens":["option","notification","fidget-nvim","visuals","setupopts","window","vim","max_width"],"anchors":[]},{"id":"2031","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.normal_hl","content":"Base highlight group in the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-normal_hl","tokens":["notification","group","window","base","highlight","the"],"title_tokens":["window","fidget-nvim","option","visuals","normal_hl","vim","notification","setupopts"],"anchors":[]},{"id":"2032","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.relative","content":"What the notification window position is relative to","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-relative","tokens":["position","what","notification","window","the","relative"],"title_tokens":["option","visuals","vim","setupopts","notification","fidget-nvim","relative","window"],"anchors":[]},{"id":"2033","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.winblend","content":"Background color opacity in the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-winblend","tokens":["background","color","notification","the","window","opacity"],"title_tokens":["visuals","notification","winblend","option","setupopts","vim","fidget-nvim","window"],"anchors":[]},{"id":"2034","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.x_padding","content":"Padding from right edge of window boundary","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-x_padding","tokens":["padding","from","edge","boundary","window","right"],"title_tokens":["vim","fidget-nvim","window","setupopts","visuals","x_padding","option","notification"],"anchors":[]},{"id":"2035","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.y_padding","content":"Padding from bottom edge of window boundary","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-y_padding","tokens":["window","boundary","from","edge","padding","bottom"],"title_tokens":["y_padding","visuals","window","vim","fidget-nvim","setupopts","notification","option"],"anchors":[]},{"id":"2036","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.zindex","content":"Stacking priority of the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-zindex","tokens":["priority","the","stacking","window","notification"],"title_tokens":["fidget-nvim","notification","visuals","setupopts","window","vim","option","zindex"],"anchors":[]},{"id":"2037","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.done_icon","content":"Icon shown when LSP progress tasks are completed","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-done_icon","tokens":["lsp","when","shown","progress","tasks","are","completed","icon"],"title_tokens":["vim","setupopts","fidget-nvim","option","progress","visuals","display","done_icon"],"anchors":[]},{"id":"2038","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.done_style","content":"Highlight group for completed LSP tasks","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-done_style","tokens":["completed","highlight","for","tasks","lsp","group"],"title_tokens":["progress","fidget-nvim","setupopts","option","visuals","vim","display","done_style"],"anchors":[]},{"id":"2039","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.done_ttl","content":"How long a message should persist when complete","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-done_ttl","tokens":["complete","message","when","how","should","long","persist"],"title_tokens":["setupopts","progress","vim","done_ttl","visuals","display","fidget-nvim","option"],"anchors":[]},{"id":"2040","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.format_annote","content":"How to format a progress annotation","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-format_annote","tokens":["format","how","progress","annotation"],"title_tokens":["display","format_annote","vim","option","visuals","fidget-nvim","setupopts","progress"],"anchors":[]},{"id":"2041","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.format_group_name","content":"How to format a progress notification group's name","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-format_group_name","tokens":["progress","notification","format","how","group","name"],"title_tokens":["format_group_name","fidget-nvim","progress","display","vim","visuals","setupopts","option"],"anchors":[]},{"id":"2042","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.format_message","content":"How to format a progress message","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-format_message","tokens":["how","format","progress","message"],"title_tokens":["visuals","fidget-nvim","option","progress","vim","format_message","display","setupopts"],"anchors":[]},{"id":"2043","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.group_style","content":"Highlight group for group name (LSP server name)","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-group_style","tokens":["highlight","for","group","name","lsp","server"],"title_tokens":["fidget-nvim","display","option","group_style","vim","setupopts","visuals","progress"],"anchors":[]},{"id":"2044","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.icon_style","content":"Highlight group for group icons","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-icon_style","tokens":["group","highlight","for","icons"],"title_tokens":["visuals","fidget-nvim","setupopts","display","option","progress","vim","icon_style"],"anchors":[]},{"id":"2045","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides","content":"Overrides the default configuration for a notification group defined in {option}vim.visuals.fidget-nvim.setupOpts.notification.configs.\nIf any of the fields are null, the value from the default configuration is used.\nIf default configuration is not defined, the following defaults are used:","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides","tokens":["the","used","are","fidget-nvim","visuals","default","group","defined","null","fields","for","overrides","vim","notification","not","defaults","configuration","configs","from","setupopts","any","value","following","option"],"title_tokens":["vim","option","display","visuals","progress","setupopts","fidget-nvim","overrides"],"anchors":[]},{"id":"2046","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.annote_separator","content":"Separator between message from annote","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--annote_separator","tokens":["annote","between","separator","message","from"],"title_tokens":["setupopts","annote_separator","progress","name","fidget-nvim","vim","visuals","option","display","overrides"],"anchors":[]},{"id":"2047","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.annote_style","content":"Default style used to highlight item annotes","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--annote_style","tokens":["default","style","highlight","item","used","annotes"],"title_tokens":["visuals","display","name","overrides","progress","vim","setupopts","option","annote_style","fidget-nvim"],"anchors":[]},{"id":"2048","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.debug_annote","content":"Default annotation for debug items","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--debug_annote","tokens":["default","for","annotation","items","debug"],"title_tokens":["progress","overrides","display","option","visuals","setupopts","debug_annote","name","vim","fidget-nvim"],"anchors":[]},{"id":"2049","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.debug_style","content":"Style used to highlight debug item annotes","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--debug_style","tokens":["debug","used","item","annotes","highlight","style"],"title_tokens":["visuals","fidget-nvim","display","name","option","progress","debug_style","setupopts","vim","overrides"],"anchors":[]},{"id":"2050","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.error_annote","content":"Default annotation for error items","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--error_annote","tokens":["default","for","annotation","error","items"],"title_tokens":["setupopts","error_annote","display","name","option","visuals","fidget-nvim","progress","vim","overrides"],"anchors":[]},{"id":"2051","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.error_style","content":"Style used to highlight error item annotes","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--error_style","tokens":["error","used","item","style","annotes","highlight"],"title_tokens":["fidget-nvim","overrides","error_style","setupopts","progress","vim","display","option","visuals","name"],"anchors":[]},{"id":"2052","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.group_style","content":"Style used to highlight group name","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--group_style","tokens":["style","group","highlight","used","name"],"title_tokens":["fidget-nvim","overrides","visuals","vim","display","option","name","setupopts","group_style","progress"],"anchors":[]},{"id":"2053","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.icon","content":"Icon of the group, displayed in the notification window. Can be a string or a function that returns a string.\nIf a function, it is invoked every render cycle with the items list, useful for rendering animations and other dynamic content.\n::: {.note} If you're looking for detailed information into the function signature, you can refer to the fidget API documentation available here :::","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--icon","tokens":["fidget","render","and","icon","information","useful","you","looking","group","with","displayed","string","notification","rendering","items","detailed","function","for","refer","invoked","that","the","animations","content","documentation","available","list","every","cycle","dynamic","other","note","returns","window","signature","into","can","here","api"],"title_tokens":["name","progress","icon","fidget-nvim","setupopts","display","option","visuals","overrides","vim"],"anchors":[]},{"id":"2054","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.icon_on_left","content":"If true, icon is rendered on the left instead of right","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--icon_on_left","tokens":["the","left","right","true","icon","rendered","instead"],"title_tokens":["overrides","name","visuals","display","icon_on_left","vim","fidget-nvim","option","setupopts","progress"],"anchors":[]},{"id":"2055","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.icon_style","content":"Style used to highlight icon, if null, use group_style","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--icon_style","tokens":["used","icon","null","group_style","use","highlight","style"],"title_tokens":["fidget-nvim","setupopts","vim","name","visuals","icon_style","option","display","overrides","progress"],"anchors":[]},{"id":"2056","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.info_annote","content":"Default annotation for info items","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--info_annote","tokens":["info","items","annotation","default","for"],"title_tokens":["visuals","overrides","setupopts","vim","display","option","fidget-nvim","name","progress","info_annote"],"anchors":[]},{"id":"2057","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.info_style","content":"Style used to highlight info item annotes","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--info_style","tokens":["style","used","item","highlight","info","annotes"],"title_tokens":["option","fidget-nvim","vim","info_style","visuals","setupopts","progress","name","display","overrides"],"anchors":[]},{"id":"2058","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.name","content":"Name of the group, displayed in the notification window. Can be a string or a function that returns a string.\nIf a function, it is invoked every render cycle with the items list, useful for rendering animations and other dynamic content.\n::: {.note} If you're looking for detailed information into the function signature, you can refer to the fidget API documentation available here :::","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--name","tokens":["window","returns","note","signature","can","useful","for","here","other","fidget","function","with","looking","dynamic","rendering","cycle","items","every","displayed","the","you","animations","group","into","api","that","list","string","and","content","detailed","name","invoked","render","refer","information","notification","documentation","available"],"title_tokens":["option","progress","vim","display","name","visuals","overrides","fidget-nvim","setupopts"],"anchors":[]},{"id":"2059","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.priority","content":"Order in which group should be displayed","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--priority","tokens":["order","group","which","should","displayed"],"title_tokens":["overrides","priority","display","name","fidget-nvim","vim","progress","setupopts","option","visuals"],"anchors":[]},{"id":"2060","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.render_limit","content":"How many notification items to show at once","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--render_limit","tokens":["items","once","how","many","show","notification"],"title_tokens":["setupopts","option","render_limit","display","overrides","vim","name","fidget-nvim","visuals","progress"],"anchors":[]},{"id":"2061","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.skip_history","content":"Whether messages should be preserved in history","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--skip_history","tokens":["messages","should","history","whether","preserved"],"title_tokens":["vim","option","setupopts","display","skip_history","progress","overrides","fidget-nvim","visuals","name"],"anchors":[]},{"id":"2062","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.ttl","content":"How long a notification item should exist","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--ttl","tokens":["exist","should","how","item","long","notification"],"title_tokens":["fidget-nvim","visuals","progress","overrides","option","name","ttl","setupopts","vim","display"],"anchors":[]},{"id":"2063","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.update_hook","content":"Called when an item is updated.\nIf false, no action is taken. If a function, it is invoked with the item being updated.\n::: {.note} If you're looking for detailed information into the function signature, you can refer to the fidget API documentation available here :::","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--update_hook","tokens":["function","false","called","information","looking","invoked","signature","into","fidget","for","documentation","api","here","item","the","detailed","when","with","being","available","action","note","you","can","refer","updated","taken"],"title_tokens":["display","progress","vim","name","option","overrides","fidget-nvim","update_hook","visuals","setupopts"],"anchors":[]},{"id":"2064","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.warn_annote","content":"Default annotation for warn items","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--warn_annote","tokens":["for","annotation","items","default","warn"],"title_tokens":["setupopts","display","visuals","fidget-nvim","name","overrides","warn_annote","progress","option","vim"],"anchors":[]},{"id":"2065","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.warn_style","content":"Style used to highlight warn item annotes","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--warn_style","tokens":["warn","highlight","item","annotes","used","style"],"title_tokens":["vim","overrides","option","visuals","setupopts","progress","display","fidget-nvim","name","warn_style"],"anchors":[]},{"id":"2066","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.priority","content":"Priority of the progress notification","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-priority","tokens":["priority","the","progress","notification"],"title_tokens":["fidget-nvim","setupopts","display","option","visuals","vim","priority","progress"],"anchors":[]},{"id":"2067","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.progress_icon.pattern","content":"Pattern shown when LSP progress tasks are in progress","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-progress_icon-pattern","tokens":["pattern","when","are","progress","tasks","lsp","shown"],"title_tokens":["pattern","vim","fidget-nvim","progress","setupopts","display","progress_icon","option","visuals"],"anchors":[]},{"id":"2068","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.progress_icon.period","content":"Period of the pattern","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-progress_icon-period","tokens":["period","pattern","the"],"title_tokens":["visuals","display","fidget-nvim","vim","option","setupopts","progress_icon","period","progress"],"anchors":[]},{"id":"2069","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.progress_style","content":"Highlight group for in-progress LSP tasks","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-progress_style","tokens":["for","highlight","in-progress","lsp","tasks","group"],"title_tokens":["vim","progress","visuals","setupopts","display","progress_style","fidget-nvim","option"],"anchors":[]},{"id":"2070","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.progress_ttl","content":"How long a message should persist when in progress","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-progress_ttl","tokens":["when","progress","should","long","how","message","persist"],"title_tokens":["fidget-nvim","vim","progress","display","option","visuals","progress_ttl","setupopts"],"anchors":[]},{"id":"2071","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.render_limit","content":"Maximum number of messages to render","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-render_limit","tokens":["messages","number","render","maximum"],"title_tokens":["display","fidget-nvim","vim","visuals","progress","render_limit","setupopts","option"],"anchors":[]},{"id":"2072","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.skip_history","content":"Skip adding messages to history","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-skip_history","tokens":["messages","skip","adding","history"],"title_tokens":["visuals","display","setupopts","progress","fidget-nvim","skip_history","option","vim"],"anchors":[]},{"id":"2073","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.ignore","content":"Ignore LSP servers by name","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-ignore","tokens":["name","ignore","lsp","servers"],"title_tokens":["progress","vim","option","visuals","fidget-nvim","setupopts","ignore"],"anchors":[]},{"id":"2074","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.ignore_done_already","content":"Ignore new tasks that are already done","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-ignore_done_already","tokens":["new","are","tasks","ignore","already","that","done"],"title_tokens":["progress","option","fidget-nvim","ignore_done_already","setupopts","vim","visuals"],"anchors":[]},{"id":"2075","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.ignore_empty_message","content":"Ignore new tasks with empty messages","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-ignore_empty_message","tokens":["ignore","new","tasks","with","empty","messages"],"title_tokens":["option","visuals","ignore_empty_message","vim","setupopts","progress","fidget-nvim"],"anchors":[]},{"id":"2076","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.lsp.log_handler","content":"Log $/progress handler invocations","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-lsp-log_handler","tokens":["progress","log","invocations","handler"],"title_tokens":["vim","log_handler","option","visuals","fidget-nvim","setupopts","lsp","progress"],"anchors":[]},{"id":"2077","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.lsp.progress_ringbuf_size","content":"Nvim's LSP client ring buffer size","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-lsp-progress_ringbuf_size","tokens":["ring","lsp","client","buffer","size","nvim"],"title_tokens":["visuals","setupopts","option","progress_ringbuf_size","lsp","vim","progress","fidget-nvim"],"anchors":[]},{"id":"2078","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.notification_group","content":"How to get a progress message's notification group key","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-notification_group","tokens":["how","progress","get","notification","group","message","key"],"title_tokens":["visuals","fidget-nvim","progress","notification_group","vim","setupopts","option"],"anchors":[]},{"id":"2079","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.poll_rate","content":"How frequently to poll for LSP progress messages","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-poll_rate","tokens":["progress","frequently","poll","messages","how","for","lsp"],"title_tokens":["poll_rate","progress","setupopts","option","fidget-nvim","visuals","vim"],"anchors":[]},{"id":"2080","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.suppress_on_insert","content":"Suppress new messages when in insert mode","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-suppress_on_insert","tokens":["suppress","insert","messages","new","mode","when"],"title_tokens":["option","vim","visuals","fidget-nvim","setupopts","suppress_on_insert","progress"],"anchors":[]},{"id":"2081","title":"Option: vim.visuals.highlight-undo.enable","content":"Whether to enable highlight undo [highlight-undo].","path":"options.html#option-vim-visuals-highlight-undo-enable","tokens":["enable","whether","undo","highlight-undo","highlight"],"title_tokens":["option","vim","highlight-undo","visuals","enable"],"anchors":[]},{"id":"2082","title":"Option: vim.visuals.highlight-undo.setupOpts","content":"Option table to pass into the setup function of highlight-undo\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-highlight-undo-setupOpts","tokens":["not","additional","you","can","into","listed","function","the","even","setup","they","any","options","option","highlight-undo","pass","docs","table"],"title_tokens":["visuals","option","vim","highlight-undo","setupopts"],"anchors":[]},{"id":"2083","title":"Option: vim.visuals.highlight-undo.setupOpts.duration","content":"Duration of the highlight","path":"options.html#option-vim-visuals-highlight-undo-setupOpts-duration","tokens":["highlight","duration","the"],"title_tokens":["vim","setupopts","duration","highlight-undo","option","visuals"],"anchors":[]},{"id":"2084","title":"Option: vim.visuals.hlargs-nvim.enable","content":"Whether to enable hlargs-nvim.","path":"options.html#option-vim-visuals-hlargs-nvim-enable","tokens":["hlargs-nvim","enable","whether"],"title_tokens":["vim","hlargs-nvim","option","enable","visuals"],"anchors":[]},{"id":"2085","title":"Option: vim.visuals.hlargs-nvim.setupOpts","content":"Option table to pass into the setup function of hlargs-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-hlargs-nvim-setupOpts","tokens":["they","table","setup","options","the","can","additional","option","function","hlargs-nvim","not","listed","you","docs","any","even","pass","into"],"title_tokens":["option","visuals","hlargs-nvim","vim","setupopts"],"anchors":[]},{"id":"2086","title":"Option: vim.visuals.indent-blankline.enable","content":"Whether to enable indentation guides [indent-blankline].","path":"options.html#option-vim-visuals-indent-blankline-enable","tokens":["indent-blankline","enable","whether","indentation","guides"],"title_tokens":["enable","visuals","vim","option","indent-blankline"],"anchors":[]},{"id":"2087","title":"Option: vim.visuals.indent-blankline.setupOpts","content":"Option table to pass into the setup function of indent-blankline\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-indent-blankline-setupOpts","tokens":["even","can","option","into","any","options","the","indent-blankline","additional","setup","function","table","you","not","listed","they","docs","pass"],"title_tokens":["option","visuals","vim","setupopts","indent-blankline"],"anchors":[]},{"id":"2088","title":"Option: vim.visuals.indent-blankline.setupOpts.debounce","content":"Debounce time in milliseconds","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-debounce","tokens":["debounce","time","milliseconds"],"title_tokens":["visuals","option","setupopts","debounce","vim","indent-blankline"],"anchors":[]},{"id":"2089","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.char","content":"Character(s) for indentation guide","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-char","tokens":["indentation","character","guide","for"],"title_tokens":["option","vim","indent-blankline","indent","char","setupopts","visuals"],"anchors":[]},{"id":"2090","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.highlight","content":"The highlight group(s) applied to the indentation guide.\nSee :help ibl.config.indent.highlight.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-highlight","tokens":["group","ibl","help","highlight","applied","config","guide","indent","see","indentation","the"],"title_tokens":["indent-blankline","setupopts","indent","highlight","vim","option","visuals"],"anchors":[]},{"id":"2091","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.priority","content":"Virtual text priority for the indentation guide","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-priority","tokens":["guide","text","virtual","priority","for","the","indentation"],"title_tokens":["indent-blankline","indent","option","vim","priority","setupopts","visuals"],"anchors":[]},{"id":"2092","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.repeat_linebreak","content":"Repeat indentation guides on wrapped lines","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-repeat_linebreak","tokens":["guides","repeat","indentation","wrapped","lines"],"title_tokens":["visuals","option","indent-blankline","setupopts","indent","repeat_linebreak","vim"],"anchors":[]},{"id":"2093","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.smart_indent_cap","content":"Caps the number of indentation levels based on surrounding code","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-smart_indent_cap","tokens":["based","indentation","levels","surrounding","caps","the","code","number"],"title_tokens":["vim","option","visuals","indent-blankline","setupopts","indent","smart_indent_cap"],"anchors":[]},{"id":"2094","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.tab_char","content":"Character(s) for tab indentation guide.\nSee :help ibl.config.indent.tab_char.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-tab_char","tokens":["tab_char","for","guide","help","ibl","character","indentation","tab","see","config","indent"],"title_tokens":["indent-blankline","visuals","option","indent","setupopts","tab_char","vim"],"anchors":[]},{"id":"2095","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.char","content":"The character(s) for the scope indentation guide","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-char","tokens":["scope","for","indentation","character","the","guide"],"title_tokens":["char","indent-blankline","vim","option","setupopts","visuals","scope"],"anchors":[]},{"id":"2096","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.enabled","content":"Highlight current scope from treesitter","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-enabled","tokens":["treesitter","from","highlight","current","scope"],"title_tokens":["setupopts","scope","enabled","vim","option","visuals","indent-blankline"],"anchors":[]},{"id":"2097","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.exclude.language","content":"The list of treesitter languages to disable scope for.\n* can be used as a wildcard for every language/node type.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-exclude-language","tokens":["node","wildcard","scope","type","can","disable","every","language","languages","list","the","for","treesitter","used"],"title_tokens":["setupopts","indent-blankline","option","language","visuals","exclude","scope","vim"],"anchors":[]},{"id":"2098","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.exclude.node_type","content":"Nodes to ignore in scope checking, per language.\n* can be used as a wildcard for every language.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-exclude-node_type","tokens":["for","nodes","language","ignore","used","checking","scope","can","every","wildcard","per"],"title_tokens":["option","vim","indent-blankline","node_type","exclude","setupopts","visuals","scope"],"anchors":[]},{"id":"2099","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.highlight","content":"The highlight group(s) applied to the scope.\nSee :help ibl.config.scope.highlight`.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-highlight","tokens":["applied","see","highlight","the","ibl","group","help","config","scope"],"title_tokens":["scope","highlight","option","setupopts","vim","visuals","indent-blankline"],"anchors":[]},{"id":"2100","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.include.node_type","content":"Additional nodes to be used for scope checking, per language","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-include-node_type","tokens":["checking","additional","for","per","scope","language","used","nodes"],"title_tokens":["option","scope","vim","include","setupopts","visuals","node_type","indent-blankline"],"anchors":[]},{"id":"2101","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.injected_languages","content":"Check for injected languages (treesitter)","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-injected_languages","tokens":["languages","injected","for","check","treesitter"],"title_tokens":["option","indent-blankline","setupopts","scope","vim","injected_languages","visuals"],"anchors":[]},{"id":"2102","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.priority","content":"Virtual text priority for the scope","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-priority","tokens":["text","for","the","scope","priority","virtual"],"title_tokens":["option","setupopts","scope","visuals","indent-blankline","vim","priority"],"anchors":[]},{"id":"2103","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.show_end","content":"Show an underline on the last line of the scope","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-show_end","tokens":["scope","underline","line","last","the","show"],"title_tokens":["setupopts","show_end","option","vim","indent-blankline","scope","visuals"],"anchors":[]},{"id":"2104","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.show_exact_scope","content":"Show the scope underline at the exact start of the scope, even if that's to the right of the indentation guide","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-show_exact_scope","tokens":["guide","the","show","start","right","indentation","scope","exact","even","underline","that"],"title_tokens":["show_exact_scope","indent-blankline","visuals","scope","vim","option","setupopts"],"anchors":[]},{"id":"2105","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.show_start","content":"Show an underline on the first line of the scope","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-show_start","tokens":["first","the","underline","line","show","scope"],"title_tokens":["option","setupopts","visuals","indent-blankline","scope","show_start","vim"],"anchors":[]},{"id":"2106","title":"Option: vim.visuals.indent-blankline.setupOpts.viewport_buffer.max","content":"Number of lines above and below of what is currently visible in the window","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-viewport_buffer-max","tokens":["and","lines","currently","below","number","above","visible","the","what","window"],"title_tokens":["vim","max","viewport_buffer","visuals","indent-blankline","option","setupopts"],"anchors":[]},{"id":"2107","title":"Option: vim.visuals.indent-blankline.setupOpts.viewport_buffer.min","content":"Number of lines above and below of what is currently visible in the window","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-viewport_buffer-min","tokens":["lines","number","below","and","above","visible","the","window","currently","what"],"title_tokens":["vim","setupopts","viewport_buffer","visuals","min","option","indent-blankline"],"anchors":[]},{"id":"2108","title":"Option: vim.visuals.indent-blankline.setupOpts.whitespace.highlight","content":"The highlight group(s) applied to whitespace.\nSee :help ibl.config.whitespace.highlight.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-whitespace-highlight","tokens":["config","help","whitespace","highlight","the","see","ibl","applied","group"],"title_tokens":["indent-blankline","highlight","setupopts","visuals","vim","option","whitespace"],"anchors":[]},{"id":"2109","title":"Option: vim.visuals.indent-blankline.setupOpts.whitespace.remove_blankline_trail","content":"Remove trailing whitespace on blanklines","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-whitespace-remove_blankline_trail","tokens":["trailing","whitespace","remove","blanklines"],"title_tokens":["option","setupopts","visuals","whitespace","remove_blankline_trail","indent-blankline","vim"],"anchors":[]},{"id":"2110","title":"Option: vim.visuals.nvim-cursorline.enable","content":"Whether to enable cursor word and line highlighting [nvim-cursorline].","path":"options.html#option-vim-visuals-nvim-cursorline-enable","tokens":["and","nvim-cursorline","highlighting","line","enable","whether","word","cursor"],"title_tokens":["option","vim","visuals","nvim-cursorline","enable"],"anchors":[]},{"id":"2111","title":"Option: vim.visuals.nvim-cursorline.setupOpts","content":"Option table to pass into the setup function of nvim-cursorline\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts","tokens":["table","options","even","can","into","not","you","option","nvim-cursorline","additional","function","pass","they","any","setup","listed","docs","the"],"title_tokens":["visuals","nvim-cursorline","option","vim","setupopts"],"anchors":[]},{"id":"2112","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorline.enable","content":"Whether to enable cursor line highlighting.","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorline-enable","tokens":["whether","cursor","line","enable","highlighting"],"title_tokens":["nvim-cursorline","option","visuals","vim","setupopts","cursorline","enable"],"anchors":[]},{"id":"2113","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorline.number","content":"If true, vim.wo.cursorlineopt will be set to \"number\" when the trigger conditions are met.","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorline-number","tokens":["conditions","are","met","trigger","cursorlineopt","true","vim","will","when","number","the","set"],"title_tokens":["nvim-cursorline","vim","option","cursorline","setupopts","number","visuals"],"anchors":[]},{"id":"2114","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorline.timeout","content":"Cursorline timeout","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorline-timeout","tokens":["cursorline","timeout"],"title_tokens":["nvim-cursorline","visuals","option","timeout","cursorline","vim","setupopts"],"anchors":[]},{"id":"2115","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorword.enable","content":"Whether to enable cursor word highlighting.","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorword-enable","tokens":["whether","cursor","word","highlighting","enable"],"title_tokens":["cursorword","nvim-cursorline","setupopts","enable","visuals","vim","option"],"anchors":[]},{"id":"2116","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorword.hl.underline","content":"Whether to underline matching cursorword","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorword-hl-underline","tokens":["underline","whether","matching","cursorword"],"title_tokens":["visuals","vim","option","nvim-cursorline","setupopts","cursorword","underline"],"anchors":[]},{"id":"2117","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorword.min_length","content":"The min_length option defines the minimum number of characters a word must have to be highlighted as a \"cursor word.\" Any word shorter than this value will be ignored and not highlighted.","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorword-min_length","tokens":["cursor","number","and","not","the","than","have","will","min_length","highlighted","defines","any","word","minimum","this","ignored","shorter","value","option","must","characters"],"title_tokens":["min_length","cursorword","visuals","option","nvim-cursorline","setupopts","vim"],"anchors":[]},{"id":"2118","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorword.timeout","content":"Cursorword timeout","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorword-timeout","tokens":["cursorword","timeout"],"title_tokens":["nvim-cursorline","option","vim","setupopts","timeout","cursorword","visuals"],"anchors":[]},{"id":"2119","title":"Option: vim.visuals.nvim-scrollbar.enable","content":"Whether to enable extensible Neovim Scrollbar [nvim-scrollbar].","path":"options.html#option-vim-visuals-nvim-scrollbar-enable","tokens":["neovim","enable","nvim-scrollbar","whether","extensible","scrollbar"],"title_tokens":["nvim-scrollbar","enable","vim","visuals","option"],"anchors":[]},{"id":"2120","title":"Option: vim.visuals.nvim-scrollbar.setupOpts","content":"Option table to pass into the setup function of scrollbar-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-nvim-scrollbar-setupOpts","tokens":["docs","setup","listed","even","any","function","option","into","not","options","can","the","table","additional","scrollbar-nvim","you","they","pass"],"title_tokens":["vim","setupopts","nvim-scrollbar","option","visuals"],"anchors":[]},{"id":"2121","title":"Option: vim.visuals.nvim-scrollbar.setupOpts.excluded_filetypes","content":"Filetypes to hide the scrollbar on","path":"options.html#option-vim-visuals-nvim-scrollbar-setupOpts-excluded_filetypes","tokens":["filetypes","hide","scrollbar","the"],"title_tokens":["nvim-scrollbar","setupopts","option","visuals","excluded_filetypes","vim"],"anchors":[]},{"id":"2122","title":"Option: vim.visuals.nvim-web-devicons.enable","content":"Whether to enable Neovim dev icons [nvim-web-devicons].","path":"options.html#option-vim-visuals-nvim-web-devicons-enable","tokens":["whether","nvim-web-devicons","icons","enable","neovim","dev"],"title_tokens":["nvim-web-devicons","option","enable","visuals","vim"],"anchors":[]},{"id":"2123","title":"Option: vim.visuals.nvim-web-devicons.setupOpts","content":"Option table to pass into the setup function of nvim-web-devicons\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-nvim-web-devicons-setupOpts","tokens":["you","setup","into","listed","docs","pass","even","function","the","they","can","option","any","options","not","additional","nvim-web-devicons","table"],"title_tokens":["option","setupopts","visuals","nvim-web-devicons","vim"],"anchors":[]},{"id":"2124","title":"Option: vim.visuals.nvim-web-devicons.setupOpts.color_icons","content":"Whether to enable different highlight colors per icon.","path":"options.html#option-vim-visuals-nvim-web-devicons-setupOpts-color_icons","tokens":["icon","highlight","whether","enable","different","colors","per"],"title_tokens":["visuals","nvim-web-devicons","option","color_icons","vim","setupopts"],"anchors":[]},{"id":"2125","title":"Option: vim.visuals.nvim-web-devicons.setupOpts.override","content":"Your personal icon overrides.\nYou can specify color or cterm_color instead of specifying both of them. DevIcon will be appended to name","path":"options.html#option-vim-visuals-nvim-web-devicons-setupOpts-override","tokens":["icon","color","personal","overrides","them","specifying","can","appended","devicon","specify","instead","name","both","will","you","your","cterm_color"],"title_tokens":["override","option","vim","visuals","nvim-web-devicons","setupopts"],"anchors":[]},{"id":"2126","title":"Option: vim.visuals.nvim-web-devicons.setupOpts.variant","content":"Set the light or dark variant manually, instead of relying on background","path":"options.html#option-vim-visuals-nvim-web-devicons-setupOpts-variant","tokens":["dark","the","variant","instead","relying","light","background","set","manually"],"title_tokens":["option","nvim-web-devicons","setupopts","visuals","vim","variant"],"anchors":[]},{"id":"2127","title":"Option: vim.visuals.rainbow-delimiters.enable","content":"Whether to enable rainbow-delimiters.","path":"options.html#option-vim-visuals-rainbow-delimiters-enable","tokens":["enable","rainbow-delimiters","whether"],"title_tokens":["enable","visuals","vim","rainbow-delimiters","option"],"anchors":[]},{"id":"2128","title":"Option: vim.visuals.rainbow-delimiters.setupOpts","content":"Option table to pass into the setup function of rainbow-delimiters\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-rainbow-delimiters-setupOpts","tokens":["listed","pass","table","setup","option","can","rainbow-delimiters","options","function","they","not","into","the","you","even","any","docs","additional"],"title_tokens":["rainbow-delimiters","vim","option","visuals","setupopts"],"anchors":[]},{"id":"2129","title":"Option: vim.visuals.tiny-devicons-auto-colors.enable","content":"Whether to enable alternative nvim-web-devicons icon colors [tiny-devicons-auto-colors].","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-enable","tokens":["nvim-web-devicons","icon","alternative","tiny-devicons-auto-colors","whether","enable","colors"],"title_tokens":["option","vim","tiny-devicons-auto-colors","enable","visuals"],"anchors":[]},{"id":"2130","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts","content":"Option table to pass into the setup function of tiny-devicons-auto-colors\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts","tokens":["they","not","docs","table","listed","setup","you","can","the","additional","even","tiny-devicons-auto-colors","any","options","pass","into","function","option"],"title_tokens":["setupopts","option","vim","tiny-devicons-auto-colors","visuals"],"anchors":[]},{"id":"2131","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts.factors.cache.enabled","content":"Whether to enable caching of icon colors. This will greatly improve performance.","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts-factors-cache-enabled","tokens":["caching","whether","icon","colors","will","enable","this","greatly","performance","improve"],"title_tokens":["visuals","tiny-devicons-auto-colors","enabled","factors","vim","setupopts","cache","option"],"anchors":[]},{"id":"2132","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts.factors.cache.path","content":"Path to the cache file","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts-factors-cache-path","tokens":["cache","path","the","file"],"title_tokens":["setupopts","visuals","tiny-devicons-auto-colors","option","path","factors","cache","vim"],"anchors":[]},{"id":"2133","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts.factors.chroma","content":"Chroma factor of icons","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts-factors-chroma","tokens":["factor","chroma","icons"],"title_tokens":["vim","setupopts","factors","chroma","option","tiny-devicons-auto-colors","visuals"],"anchors":[]},{"id":"2134","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts.factors.hue","content":"Hue factor of icons","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts-factors-hue","tokens":["hue","factor","icons"],"title_tokens":["factors","visuals","vim","hue","setupopts","tiny-devicons-auto-colors","option"],"anchors":[]},{"id":"2135","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts.factors.lightness","content":"Lightness factor of icons","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts-factors-lightness","tokens":["factor","lightness","icons"],"title_tokens":["tiny-devicons-auto-colors","setupopts","option","lightness","visuals","factors","vim"],"anchors":[]},{"id":"2136","title":"Option: vim.withNodeJs","content":"Whether to enable NodeJS support in the Neovim wrapper .","path":"options.html#option-vim-withNodeJs","tokens":["wrapper","the","enable","whether","support","nodejs","neovim"],"title_tokens":["option","vim","withnodejs"],"anchors":[]},{"id":"2137","title":"Option: vim.withPython3","content":"Whether to enable Python3 support in the Neovim wrapper .","path":"options.html#option-vim-withPython3","tokens":["support","python3","the","wrapper","whether","enable","neovim"],"title_tokens":["vim","withpython3","option"],"anchors":[]},{"id":"2138","title":"Option: vim.withRuby","content":"Whether to enable Ruby support in the Neovim wrapper. .","path":"options.html#option-vim-withRuby","tokens":["enable","support","whether","ruby","neovim","wrapper","the"],"title_tokens":["option","vim","withruby"],"anchors":[]}] \ No newline at end of file +[{"id":"1","title":"Configuring nvf","content":"Configuring nvf\nnvf allows for very extensive configuration in Neovim through the Nix module interface. The below chapters describe several of the options exposed in nvf for your convenience. You might also be interested in the helpful tips section for more advanced or unusual configuration options supported by nvf.\nNote that this section does not cover module options. For an overview of all module options provided by nvf, please visit the options reference","path":"configuring.html","tokens":["describe","all","below","might","very","chapters","exposed","configuring","several","also","helpful","convenience","extensive","your","this","more","you","note","does","not","cover","overview","interested","configuration","supported","please","allows","unusual","for","that","module","section","nvf","interface","tips","provided","reference","through","neovim","options","advanced","nix","the","visit"],"title_tokens":["configuring","nvf"],"anchors":[{"text":"Configuring nvf","id":"ch-configuring","level":1,"tokens":["configuring","nvf"]},{"text":"Custom Plugins","id":"ch-custom-plugins","level":1,"tokens":["custom","plugins"]},{"text":"Adding Plugins","id":"ch-adding-plugins","level":2,"tokens":["adding","plugins"]},{"text":"Configuring","id":"sec-configuring-plugins","level":1,"tokens":["configuring"]},{"text":"Lazy Plugins","id":"ch-vim-lazy-plugins","level":2,"tokens":["lazy","plugins"]},{"text":"Standard API","id":"ch-vim-extra-plugins","level":2,"tokens":["api","standard"]},{"text":"Setup using luaConfigRC","id":"setup-using-luaconfigrc","level":3,"tokens":["luaconfigrc","using","setup"]},{"text":"Lazy Method","id":"sec-lazy-method","level":1,"tokens":["lazy","method"]},{"text":"LazyFile event","id":"sec-lazyfile-event","level":2,"tokens":["lazyfile","event"]},{"text":"Non-lazy Method","id":"sec-non-lazy-method","level":1,"tokens":["non-lazy","method"]},{"text":"Legacy Method","id":"sec-legacy-method","level":1,"tokens":["method","legacy"]},{"text":"Adding New Plugins","id":"sec-adding-new-plugins","level":2,"tokens":["adding","new","plugins"]},{"text":"Overriding plugins","id":"ch-overriding-plugins","level":1,"tokens":["overriding","plugins"]},{"text":"Language Support","id":"ch-languages","level":1,"tokens":["language","support"]},{"text":"LSP Custom Packages/Command","id":"sec-languages-custom-lsp-packages","level":1,"tokens":["custom","packages","lsp","command"]},{"text":"Custom LSP Servers","id":"ch-custom-lsp-servers","level":2,"tokens":["custom","lsp","servers"]},{"text":"Custom keymaps","id":"ch-keymaps","level":1,"tokens":["custom","keymaps"]},{"text":"Using DAGs","id":"ch-using-dags","level":1,"tokens":["dags","using"]},{"text":"entryAnywhere","id":"sec-types-dag-entryAnywhere","level":2,"tokens":["entryanywhere"]},{"text":"entryAfter","id":"ch-types-dag-entryAfter","level":2,"tokens":["entryafter"]},{"text":"entryBefore","id":"ch-types-dag-entryBefore","level":2,"tokens":["entrybefore"]},{"text":"entryBetween","id":"sec-types-dag-entryBetween","level":2,"tokens":["entrybetween"]},{"text":"entriesAnywhere","id":"sec-types-dag-entriesAnywhere","level":2,"tokens":["entriesanywhere"]},{"text":"entriesAfter","id":"sec-types-dag-entriesAfter","level":2,"tokens":["entriesafter"]},{"text":"entriesBefore","id":"sec-types-dag-entriesBefore","level":2,"tokens":["entriesbefore"]},{"text":"entriesBetween","id":"sec-types-dag-entriesBetween","level":2,"tokens":["entriesbetween"]},{"text":"DAG entries in nvf","id":"ch-dag-entries","level":1,"tokens":["entries","dag","nvf"]},{"text":"vim.luaConfigRC (top-level DAG)","id":"ch-vim-luaconfigrc","level":2,"tokens":["vim","top-level","luaconfigrc","dag"]},{"text":"Autocommands and Autogroups","id":"ch-autocmds-augroups","level":1,"tokens":["and","autocommands","autogroups"]},{"text":"Autogroups (vim.augroups)","id":"sec-vim-augroups","level":2,"tokens":["autogroups","augroups","vim"]},{"text":"Autocommands (vim.autocmds)","id":"sec-vim-autocmds","level":2,"tokens":["autocommands","autocmds","vim"]}]},{"id":"2","title":"Hacking nvf","content":"Hacking nvf\nnvf is designed for the developer as much as it is designed for the end-user. We would like for any contributor to be able to propagate their changes, or add new features to the project with minimum possible friction. As such, below are the guides and guidelines written to streamline the contribution process and to ensure that your valuable input integrates into nvf's development as seamlessly as possible without leaving any question marks in your head.\nThis section is directed mainly towards those who wish to contribute code into the project. If you instead wish to report a bug, or discuss a potential new feature implementation (which you do not wish to implement yourself) first look among the already open issues and if no matching issue exists you may open a new issue and describe your problem/request.\nWhile creating an issue, please try to include as much information as you can, ideally also include relevant context in which an issue occurs or a feature should be implemented. If you wish to make a contribution, but feel stuck - please do not be afraid to submit a pull request, we will help you get it in.\nGetting Started\nTo contribute to nvf, you'll first want to fork the repository. If you are new to Git and GitHub, do have a look at GitHub's Fork a repo guide for instructions on how you can do this. Once your fork is created, you should create a separate branch based on the most recent main branch. While you can work on the main branch of your repository, it is generally preferable to use feature branches. You should give your branch a reasonably descriptive name (e.g. feature/new-debugger or fix/pesky-bug) and you are ready to work on your changes!\nImplement your changes and commit them to the newly created branch and when you are happy with the result, and positive that it fulfills our Contributing Guidelines, push the branch to GitHub and Create a Pull Request The default pull request template available on the nvf repository will guide you through the rest of the process, and we'll gently nudge you in the correct direction if there are any mistakes.\nBefore submitting your pull request, please ensure that:\nThe code is formatted as described in the formatting section\nThe commit message fits the contributing guidelines (nvf does not use Conventional Commits!)\nYou have updated the changelog entry and optionally updated the documentation with important information\n\nNone of those are reasons for a Pull Request to be closed, but it will reduce the number of \"roundtrips\", or rather, the back-and-forth required before we can merge your Pull Request.\n[!IMPORTANT] If you do not agree with the idea of using Microsoft GitHub for contributions, that is perfectly understandable. Unless you refuse to have your code hosted on this platform, you may submit patches through e-mail.\nYou may send your patches to @NotAShelf using the public e-mail located on the GitHub page. Though, please remember to adhere to the contributing guidelines strictly, as e-mail introduces a significant overhead to the communication process.\nGuidelines\nIf your contribution tightly follows the guidelines, then there is a good chance it will be merged without too much trouble. Some of the guidelines will be strictly enforced, others will remain as gentle nudges towards the correct direction. As we have no automated system enforcing those guidelines, please try to double check your changes before making your pull request in order to avoid \"faulty\" code slipping by.\nIf you are not quite certain how those rules affect the change you are planning to make, then please start a friendly discussion in the discussions tab before you begin developing. This is not a requirement, but it might answer some of your burning questions and make the contribution process easier for all parties.\nFormatting\nThere are various files within the nvf repository. To maintain a sense of consistency and to avoid clashing opinions on how formatters should behave, we are very opinionated on how those files should be formatted.\nNix files must be formatted with the Alejandra formatter, following some specific tips found in Nix style section.\nMarkdown files must be formatted with the deno fmt command, as described in the Markdown style section.\n\nMake sure your code is formatted as described in code style section before your changes are submitted.\nFormatting Commits\nSimilar to code style guidelines we encourage a consistent commit message format as described in commit style guidelines.\nCommit Style\nThe commits in your pull request should be reasonably self-contained. Which means each and every commit in a pull request should make sense both on its own and in general context. That is, a second commit should not resolve an issue that is introduced in an earlier commit. In particular, you will be asked to amend any commit that introduces syntax errors or similar problems even if they are fixed in a later commit.\nThe commit messages should follow the seven rules, except for \"Capitalize the subject line\". We also ask you to include the affected code component or module in the first line. A commit message ideally, but not necessarily, follow the given template from home-manager's own documentation\nwhere {component} refers to the code component (or module) your change affects, {description} is a very brief description of your change, and {long description} is an optional clarifying description.\nAs a rare exception, if there is no clear component, or your change affects many components, then the {component} part is optional. See example commit message for a commit message that fulfills these requirements.\nExample Commit\nThe sample commit from Home Manager contains the following commit message.\nSimilarly, if you are contributing to nvf, you would include the scope of the commit followed by the description:\nLong description can be omitted if the change is too simple to warrant it. A minor fix in spelling or a formatting change does not warrant long description, however, a module addition or removal does as you would like to provide the relevant context, i.e., the reasoning for your commit.\nFor new plugin additions, the following is a good starting point:\nYou can, of course, still include a long description if you wish.\nIn case of nested modules, e.g., modules/languages/java.nix you are recommended to contain the parent as well -- for example languages/java: some major change , or if it's a new language module, languages/java: init\nCode Style\nTreewide\nAcross the tree, you're encouraged to follow kebab-case for file names, and keep text files (such as Markdown) to 80 characters or less. This 80 character recommendation also applies to option descriptions and string literals inside of Nix files.\nMarkdown\nVarious Markdown files are used for documentation in the nvf repository. Besides the README, the manual is written almost entirely in Markdown. Since nvf uses a special variant of CommonMark, dubbed \"Nixpkgs-flavored CommonMark\" within this repository, you are encouraged to use the deno fmt command (provided by pkgs.deno) to format your Markdown sources. To avoid accidentally formatting HTML or CSS files, you might want to specify the file extension as follows:\nYou may also pass --check to the deno fmt command above to see if your formatting complies with the project standards.\nNix\nnvf is formatted by the alejandra tool and the formatting is checked in the pull request and push workflows. Run the nix fmt command inside the project repository before submitting your pull request.\nWhile Alejandra is mostly opinionated on how code looks after formatting, certain changes are done at the user's discretion based on how the original code was structured.\nAttribute Sets\nPlease use one line code for attribute sets that contain only one subset. For example:\nIf you move a line down after the merge operator, Alejandra will automatically unfold the whole merged attribute set for you, which we do not want.\nThough, if the right-hand side is more than a single line, it is okay to move to a new line. For example:\nLists\nFor lists, it is mostly up to your own discretion how you want to format them, but please try to unfold lists if they contain multiple items and especially if they are to include comments.\nTesting Changes\nOnce you have made your changes, you will need to test them thoroughly. To make testing easier you may either use the configuration.nix located in the repository root, or use the development package located in flake/develop.nix. The development package allows you to quickly bootstrap a Neovim configuration with only the required modules, instead of the packages that consume the configuration.nix, so it is generally preferable. To use it navigate to the develop.nix module, and update the configuration set with the Neovim configuration that you would like to test with. For example:\nYou may then run this package with nix run .#develop and check for build or runtime errors. If Neovim builds and opens without any errors, then your changes are good to go. Open your pull request, and it will be reviewed as soon as possible.\nIf your changes are rather large, or if you would like to instead test with a more complex configuration then you might use the configuration.nix for testing. Make your changes, and then build either the default or maximal package to test your changes.\n[!IMPORTANT] configuration.nix is a module used to bootstrap demo packages and should generally not be changed unless migrating old APIs or updating the set of default plugins. Similarly, the develop.nix file is for reference, and testing configurations should not be committed.\nAdding Documentation\nAlmost all changes to nvf's codebase warrant updates to the documentation. At the very least, you must update the relevant changelog document to describe your changes. The documentation files found within the repository use a superset of Nixpkgs Flavoured Markdown thanks to our in-house documentation generator.\nAs a general rule of thumb:\nEverything in the CommonMark spec is supported\nEverything in Nixpkgs Flavoured Markdown is supported\nGithub Flavored Markdown is supported for Tables and Admonitions\n\nBy feeding NDG, our documentation generator, Markdown sources we can generate a HTML manual with various goodies, including a search page and an options page. The latter, found under options.html contains module options, similar to the official Nixpkgs search utility. The supported syntax for NDG can be found over at the library documentation.\nBuilding the Documentation\nThe HTML version of this documentation, dubbed the \"nvf manual\", can be generated and opened by typing the following in a shell within a clone of the nvf Git repository:\nAdditionally, if you are adding new links to the documentation it is generally recommended that you run the package that identifies dead URLs in the documentation:\nYou must ensure that the HTML Documentation builds before submitting a pull request. If the documentation builds, an automatic \"preview\" build will be deployed automatically for your Pull Request. You may use this preview to view your changes as your Pull Request is updated.\nFormatting Changelog Entries\nFor additions, removals or any general change that concerns the users you must add a changelog entry. The changelog entries are later included in the rendered manual for users hoping to learn what has changed.\nTo maintain consistency, you must follow the following format in the changelog:\nIf this is your first contribution, you should add yourself to the changelog. Linking your GitHub account is not a strict requirement; it can be any page that people can use to discover you. Below the link to your profile, you should include a brief description of your changes. Those descriptions must be in past tense, unlike commit messages.\nWhile adding a new section, please insert the section at an arbitrary location under the ## Changelog section rather than the end of the document. This helps avoid merge conflicts.\nBreaking Changes\nIf you are introducing breaking changes to the repository, then you must also briefly mention what has changed in the breaking changes section of the changelog document that you are editing. If this section does not yet exist, you must create it.\nThis section is critical, as it is used to communicate to the users what has changed in the codebase and what breakage they may expect upon an update. To be comprehensive, you should include migration steps or how users may mitigate breakage depending on the context of the change.\nAdding Plugins\nnvf generally tries to avoid using Neovim plugins from Nixpkgs, and thus uses one of the two alternative methods where applicable. npins is the faster option that should be preferred if the plugin consists of pure Lua or Vimscript code. In which case there is no building required, and we can easily handle the copying of plugin files. Alternative method, which is required when plugins try to build their own libraries (e.g., in Rust, C or even Assembly) that need to be built with Nix to function correctly. In this case you must use a local overlay.\nWith npins\nnpins is the standard, and as described above, the faster method of adding new plugins to nvf. You simply need the repository URL for the plugin, and you can add it as a source to be built automatically with just one command. To add a new Neovim plugin, use npins. For example:\nThen run:\n[!NOTE] Be sure to replace any non-alphanumeric characters with - for --name. For example\nOnce the npins command is done, you can start referencing the plugin as a string.\nPackaging Complex Plugins\nSome plugins require additional packages to be built and substituted to function correctly. For example blink.cmp requires its own fuzzy matcher library, built with Rust, to be installed or else defaults to a much slower Lua implementation. In the Blink documentation, you are advised to build with cargo but that is not ideal since we are leveraging the power of Nix. In this case the ideal solution is to write a derivation for the plugin.\nWe use buildRustPackage to build the library from the repository root, and copy everything in the postInstall phase.\nIn a similar fashion, you may utilize stdenv.mkDerivation and other Nixpkgs builders to build your library from source, and copy the relevant files and Lua plugin files in the postInstall phase. Do note, however, that you still need to fetch the plugin sources somehow. npins is, once again, the recommended option to fetch the plugin sources. Refer to the previous section on how to use npins to add a new plugin.\nPlugins built from source must go into the flake/pkgs/by-name overlay. It will automatically create flake outputs for individual packages. Lastly, you must add your package to the plugin builder (pluginBuilders) function manually in modules/wrapper/build/config.nix. Once done, you may refer to your plugin as a string.\nModular Setup Options\nMost plugins is initialized with a call to require('plugin').setup({...}).\nWe use a special function that lets you easily add support for such setup options in a modular way: mkPluginSetupOption.\nOnce you have added the source of the plugin as shown above, you can define the setup options like this:\nThis above config will result in this Lua script:\nNow users can set any of the pre-defined option field, and can also add their own fields!\nDetails of toLuaObject\nAs you've seen above, toLuaObject is used to convert our nix attrSet cfg.setupOpts, into a lua table. Here are some rules of the conversion:\nNix null converts to lua nil\nNumber and strings convert to their lua counterparts\nNix attribute sets ({}) and lists ([]) convert into Lua dictionaries and tables respectively. Here is an example of Nix -> Lua conversion.\n{foo = \"bar\"} -> {[\"foo\"] = \"bar\"}\n[\"foo\" \"bar\"] -> {\"foo\", \"bar\"}\n\nYou can write raw Lua code using lib.generators.mkLuaInline. This function is part of nixpkgs, and is accessible without relying on nvf's extended library.\nmkLuaInline \"function add(a, b) return a + b end\" will yield the following result:\n\nThe above expression will be interpreted as a Lua expression in the final config. Without the mkLuaInline function, you will only receive a string literal. You can use it to feed plugin configuration tables Lua functions that return specific values as expected by the plugins.\n\nLazy Loading Plugins\nIf the plugin can be lazy-loaded, vim.lazy.plugins should be used to add it. Lazy plugins are managed by lz.n.\nThis results in the following lua code:\nA full list of options can be found in the vim.lazy.plugins spec on the rendered manual.\nKeybinds\nAs of 0.4, there exists an API for writing your own keybinds and a couple of useful utility functions are available in the extended standard library. The following section contains a general overview to how you may utilize said functions.\nCustom Key Mappings Support for a Plugin\nTo set a mapping, you should define it in vim.keymaps. As an example, a simple keybinding can look like this:\nThere are many other settings available in the keymap module. Please refer to the module option documentation for a full and up-to-date list of them.\nTo make adding new keymaps for your favorite plugins easier, nvf provides a helper function. This is so that you do not have to write the mapping attribute sets every time:\nmkKeymap, which mimics Neovim's vim.keymap.set function\n\nYou can read the source code of some modules to see them in action, but the usage should look something like this:\n[!TIP] If you have come across a plugin that has an API that doesn't seem to easily allow custom keybindings, don't be scared to implement a draft PR. We'll help you get it done.","path":"hacking.html","tokens":["simple","easily","favorite","wish","special","refers","consists","dictionaries","guidelines","there","very","creating","follows","clashing","tense","built","individual","expected","linking","push","deno","nvf","submitting","manual","does","subset","nudge","burning","learn","yet","source","referencing","ideal","by-name","request","also","open","too","specific","these","for","api","lastly","update","extended","would","keybinds","style","set","helps","language","opens","errors","conventional","tables","integrates","overlay","now","means","local","section","look","with","newly","contributing","your","unless","large","ndg","clone","mitigate","mkpluginsetupoption","pure","various","applicable","fulfills","branches","keep","spec","rule","said","exception","attrset","chance","pluginbuilders","across","done","provides","applies","still","note","found","much","own","standards","string","search","platform","generated","specify","consume","among","some","seamlessly","multiple","messages","optional","less","packages","commit","field","public","either","past","define","want","mkluainline","based","this","insert","provide","should","instructions","number","send","parent","table","typing","understandable","nil","help","convert","conversion","guides","character","valuable","context","report","make","roundtrips","committed","doesn","discussion","correctly","friction","description","strictly","line","okay","double","might","handle","merged","order","since","component","reasons","right-hand","link","please","ideally","arbitrary","supported","admonitions","briefly","critical","else","phase","hoping","workflows","amend","template","write","copy","more","input","check","substituted","information","minor","cmp","setup","using","consistent","able","that","format","many","run","manager","sure","those","provided","seem","asked","recent","items","may","get","defaults","mkderivation","commonmark","directed","discuss","end","ask","characters","navigate","rendered","entirely","copying","null","respectively","created","maintain","custom","raw","try","like","tries","full","libraries","faster","matcher","html","managed","discussions","especially","fixed","again","feature","significant","afraid","direction","issues","each","user","profile","complex","refuse","adding","looks","long","rust","fashion","stdenv","manually","sets","generate","fits","additional","gentle","formatters","affects","postinstall","below","default","slipping","breaking","everything","flavored","development","later","introduces","overhead","relying","contribute","questions","earlier","new-debugger","besides","has","functions","warrant","making","bug","assembly","major","soon","similar","one","latter","under","question","already","starting","fuzzy","ensure","streamline","discover","power","setupopts","every","strings","test","npins","writing","main","enforced","reasoning","depending","keymap","easier","components","requires","previous","sample","read","new","matching","once","name","formatter","syntax","home","recommendation","options","allows","account","leveraging","notashelf","introduced","potential","first","receive","java","neovim","included","have","branch","root","keymaps","communicate","code","will","before","shell","rules","unfold","in-house","feeding","but","initialized","submit","develop","values","text","agree","entries","documentation","implemented","submitted","both","even","change","while","behave","except","extension","removals","steps","other","pre-defined","comprehensive","necessarily","communication","generator","tool","additions","automated","home-manager","descriptions","recommended","omitted","plugin","old","deployed","can","way","migration","them","option","pass","made","build","attribute","others","editing","quickly","expect","refer","git","from","converts","bar","expression","mapping","nixpkgs","something","problem","closed","bootstrap","function","foo","guide","version","spelling","builders","lazy-loaded","come","just","positive","mimics","remember","simply","document","feel","formatted","course","support","automatic","time","friendly","cfg","fork","installed","return","start","described","tips","developer","planning","e-mail","interpreted","gently","library","certain","yield","sense","clear","updates","feed","head","usage","particular","idea","goodies","single","script","alejandra","you","standard","seen","tightly","minimum","scared","resolve","process","back-and-forth","possible","who","within","begin","consistency","mainly","markdown","yourself","encouraged","relevant","than","official","include","github","optionally","important","whole","updating","view","correct","hacking","self-contained","init","general","people","lazy","propagate","key","page","over","all","describe","literals","thanks","pesky-bug","its","scope","followed","methods","vim","literal","after","tip","config","started","builder","side","above","urls","demo","upon","contributions","towards","parties","contributor","inside","exist","builds","microsoft","changes","call","located","message","was","example","not","work","dubbed","any","capitalize","leaving","thus","url","getting","outputs","draft","seven","identifies","superset","strict","formatting","helper","derivation","however","files","they","our","instead","following","maximal","into","part","through","changed","building","method","none","similarly","kebab-case","packaging","modular","perfectly","hosted","entry","non-alphanumeric","rest","buildrustpackage","are","well","file","checked","fields","what","generators","useful","settings","commits","developing","lists","patches","alternative","counterparts","names","avoid","add","preferable","given","happy","exists","their","repository","reviewed","tab","additionally","slower","somehow","wrapper","breakage","system","treewide","readme","repo","changelog","two","marks","uses","pkgs","opened","requirements","utility","here","good","affect","then","faulty","cargo","end-user","such","which","implement","rather","opinionated","trouble","fix","tree","command","required","css","discretion","affected","including","toluaobject","where","contains","down","features","follow","and","thumb","structured","conflicts","automatically","reference","added","contribution","links","subject","mappings","though","see","vimscript","lib","used","second","designed","requirement","need","final","keybinding","mention","overview","advised","pull","allow","implementation","addition","project","lua","replace","create","opinions","without","rare","problems","contain","answer","available","removal","package","codebase","dead","concerns","how","mostly","flavoured","unlike","reduce","apis","module","adhere","nested","solution","lets","couple","almost","most","stuck","accidentally","users","action","keybindings","must","written","configurations","reasonably","blink","fetch","descriptive","the","brief","don","move","complies","mistakes","nix","testing","comments","flake","clarifying","case","runtime","occurs","plugins","details","sources","nixpkgs-flavored","operator","modules","variant","merge","remain","separate","nudges","enforcing","quite","give","original","encourage","only","languages","migrating","preview","preferred","updated","result","utilize","ready","least","shown","loading","accessible","results","configuration","point","list","require","when","location","up-to-date","generally","use","thoroughly","introducing","mkkeymap","fmt","issue"],"title_tokens":["hacking","nvf"],"anchors":[{"text":"Hacking nvf","id":"ch-hacking","level":1,"tokens":["nvf","hacking"]},{"text":"Getting Started","id":"sec-contrib-getting-started","level":2,"tokens":["started","getting"]},{"text":"Guidelines","id":"sec-guidelines","level":2,"tokens":["guidelines"]},{"text":"Formatting","id":"sec-guidelines-formatting","level":3,"tokens":["formatting"]},{"text":"Formatting Commits","id":"sec-guidelines-commit-message-style","level":3,"tokens":["commits","formatting"]},{"text":"Commit Style","id":"sec-guidelines-commit-style","level":3,"tokens":["style","commit"]},{"text":"Code Style","id":"sec-guidelines-code-style","level":3,"tokens":["code","style"]},{"text":"Testing Changes","id":"sec-testing-changes","level":2,"tokens":["changes","testing"]},{"text":"Adding Documentation","id":"sec-guidelines-documentation","level":2,"tokens":["documentation","adding"]},{"text":"Building the Documentation","id":"building-the-documentation","level":3,"tokens":["the","documentation","building"]},{"text":"Formatting Changelog Entries","id":"formatting-changelog-entries","level":3,"tokens":["entries","formatting","changelog"]},{"text":"Breaking Changes","id":"breaking-changes","level":3,"tokens":["changes","breaking"]},{"text":"Adding Plugins","id":"sec-additional-plugins","level":2,"tokens":["adding","plugins"]},{"text":"With npins","id":"sec-npins-for-plugins","level":3,"tokens":["npins","with"]},{"text":"Packaging Complex Plugins","id":"sec-pkgs-for-plugins","level":3,"tokens":["complex","plugins","packaging"]},{"text":"Modular Setup Options","id":"sec-modular-setup-options","level":3,"tokens":["setup","options","modular"]},{"text":"Details of toLuaObject","id":"sec-details-of-toluaobject","level":3,"tokens":["details","toluaobject"]},{"text":"Lazy Loading Plugins","id":"sec-lazy-plugins","level":3,"tokens":["lazy","plugins","loading"]},{"text":"Keybinds","id":"sec-keybinds","level":2,"tokens":["keybinds"]},{"text":"Custom Key Mappings Support for a Plugin","id":"sec-custom-key-mappings","level":3,"tokens":["custom","mappings","plugin","support","for","key"]}]},{"id":"3","title":"Introduction","content":"Introduction\nGenerated for nvf v0.9\nPreface\nWhat is nvf\nnvf is a highly modular, configurable, extensible and easy to use Neovim configuration framework built for and designed to be used with Nix. Boasting flexibility, robustness and ease of use (among other positive traits), this project allows you to configure a fully featured Neovim instance with a few lines of Nix while leaving all kinds of doors open for integrating Lua in your configurations whether you are a beginner or an advanced user.\nTry it Out\nThanks to the portability of Nix, you can try out nvf without actually installing it to your machine. Below are the commands you may run to try out different configurations provided by this flake. As of v0.5, two specialized configurations are provided:\nNix (packages.nix) - Nix language server + simple utility plugins\nMaximal (packages.maximal) - Variable language servers + utility and decorative plugins\n\nYou may try out any of the provided configurations using the nix run command on a system where Nix is installed.\nDo keep in mind that this is susceptible to garbage collection meaning that the built outputs will be removed from your Nix store once you garbage collect.\nUsing Prebuilt Configurations\nAvailable Configurations\n[!NOTE] The below configurations are provided for demonstration purposes, and are not designed to be installed as is. You may refer to the installation steps below and the helpful tips section for details on creating your own configurations.\nNix\nNix configuration by default provides LSP/diagnostic support for Nix alongside a set of visual and functional plugins. By running nix run .#, which is the default package, you will build Neovim with this config.\nThis command will start Neovim with some opinionated plugin configurations, and is designed specifically for Nix. The nix configuration lets you see how a fully configured Neovim setup might look like without downloading too many packages or shell utilities.\nMaximal\nMaximal is the ultimate configuration that will enable support for more commonly used language as well as additional complementary plugins. Keep in mind, however, that this will pull a lot of dependencies.\nIt uses the same configuration template with the Nix configuration, but supports many more languages, and enables more utility, companion or fun plugins.\n[!WARNING] Running the maximal config will download a lot of packages as it is downloading language servers, formatters, and more. If CPU time and bandwidth are concerns, please use the default package instead.\nInstalling nvf\nThere are multiple ways of installing nvf on your system. You may either choose the standalone installation method, which does not depend on a module system and may be done on any system that has the Nix package manager or the appropriate modules for NixOS and Home Manager as described in the module installation section.","path":"index.html","tokens":["nix","once","set","packages","easy","purposes","any","visual","companion","thanks","nixos","lua","leaving","project","well","two","see","user","some","actually","server","configure","generated","meaning","build","time","uses","lines","for","maximal","introduction","variable","decorative","note","complementary","lsp","config","preface","you","dependencies","nvf","the","system","without","language","configured","that","ultimate","flexibility","may","featured","flake","template","enables","download","installed","framework","either","method","many","however","has","support","home","doors","shell","choose","does","allows","installing","this","manager","diagnostic","utilities","store","functional","all","lot","portability","configurable","extensible","below","same","collection","demonstration","with","configurations","among","which","plugin","languages","please","positive","creating","start","where","ways","lets","plugins","own","specifically","outputs","multiple","removed","use","provides","but","using","look","depend","appropriate","open","are","done","run","garbage","section","while","commands","prebuilt","supports","collect","can","refer","steps","fun","additional","downloading","described","enable","commonly","out","tips","from","default","ease","how","standalone","package","your","provided","command","helpful","instead","neovim","few","formatters","there","running","too","module","try","keep","details","integrating","advanced","opinionated","traits","other","modular","like","cpu","fully","specialized","servers","more","kinds","setup","and","susceptible","alongside","not","configuration","designed","boasting","built","whether","beginner","different","utility","robustness","highly","what","machine","installation","simple","mind","might","used","instance","pull","available","warning","bandwidth","concerns","will","modules"],"title_tokens":["introduction"],"anchors":[{"text":"Introduction","id":"nvf-manual","level":1,"tokens":["introduction"]},{"text":"Preface","id":"ch-preface","level":2,"tokens":["preface"]},{"text":"What is nvf","id":"sec-what-is-it","level":3,"tokens":["nvf","what"]},{"text":"Try it Out","id":"ch-try-it-out","level":2,"tokens":["out","try"]},{"text":"Using Prebuilt Configurations","id":"sec-using-prebuilt-configs","level":2,"tokens":["prebuilt","configurations","using"]},{"text":"Available Configurations","id":"sec-available-configs","level":3,"tokens":["configurations","available"]},{"text":"Installing nvf","id":"ch-installation","level":2,"tokens":["nvf","installing"]},{"text":"Standalone Installation","id":"ch-standalone-installation","level":1,"tokens":["standalone","installation"]},{"text":"Standalone Installation on NixOS","id":"ch-standalone-nixos","level":2,"tokens":["installation","nixos","standalone"]},{"text":"Standalone Installation on Home-Manager","id":"ch-standalone-hm","level":2,"tokens":["standalone","installation","home-manager"]},{"text":"Module Installation","id":"ch-module-installation","level":1,"tokens":["module","installation"]},{"text":"NixOS Module","id":"ch-nixos-module","level":2,"tokens":["nixos","module"]},{"text":"With Flakes","id":"sec-nixos-flakes","level":3,"tokens":["flakes","with"]},{"text":"Usage","id":"sec-nixos-flakes-usage","level":3,"tokens":["usage"]},{"text":"Example Installation","id":"sec-example-installation-nixos","level":3,"tokens":["installation","example"]},{"text":"Without Flakes","id":"sec-nixos-flakeless","level":2,"tokens":["without","flakes"]},{"text":"Home Manager Module","id":"ch-hm-module","level":2,"tokens":["manager","module","home"]},{"text":"With Flakes","id":"sec-hm-flakes","level":2,"tokens":["with","flakes"]},{"text":"Usage","id":"sec-hm-flakes-usage","level":3,"tokens":["usage"]},{"text":"Example Installation","id":"sec-example-installation-hm","level":3,"tokens":["installation","example"]},{"text":"Without Flakes","id":"sec-hm-flakeless","level":2,"tokens":["without","flakes"]}]},{"id":"4","title":"Known Issues and Quirks","content":"Known Issues and Quirks\nAt times, certain plugins and modules may refuse to play nicely with your setup, be it a result of generating Lua from Nix, or the state of packaging. This page, in turn, will list any known modules or plugins that are known to misbehave, and possible workarounds that you may apply.\nBugs & Suggestions\nSome quirks are not exactly quirks, but bugs in the module system. If you notice any issues with nvf, or this documentation, then please consider reporting them over at the issue tracker. Issues tab, in addition to the discussions tab is a good place as any to request new features.\nYou may also consider submitting bug fixes, feature additions and upstreamed changes that you think are critical over at the pull requests tab.","path":"quirks.html","tokens":["documentation","request","nix","then","good","features","quirks","reporting","them","changes","apply","suggestions","that","think","place","refuse","certain","issue","the","tab","nvf","addition","bugs","exactly","discussions","issues","packaging","with","setup","and","system","submitting","nicely","you","may","any","this","over","modules","tracker","feature","fixes","known","page","generating","misbehave","module","consider","plugins","will","additions","possible","play","notice","list","workarounds","critical","not","are","times","also","from","turn","but","new","result","some","please","pull","requests","lua","upstreamed","state","your","bug"],"title_tokens":["issues","known","and","quirks"],"anchors":[{"text":"Known Issues and Quirks","id":"ch-known-issues-quirks","level":1,"tokens":["issues","quirks","known","and"]},{"text":"NodeJS","id":"ch-quirks-nodejs","level":2,"tokens":["nodejs"]},{"text":"eslint-plugin-prettier","id":"sec-eslint-plugin-prettier","level":3,"tokens":["eslint-plugin-prettier"]},{"text":"Bugs & Suggestions","id":"ch-bugs-suggestions","level":2,"tokens":["suggestions","bugs"]}]},{"id":"5","title":"Release Notes","content":"Release Notes\nThis section lists the release notes for tagged version of nvf and the current main current main branch","path":"release-notes.html","tokens":["the","nvf","main","and","for","current","release","tagged","branch","section","lists","this","version","notes"],"title_tokens":["release","notes"],"anchors":[{"text":"Release Notes","id":"ch-release-notes","level":1,"tokens":["release","notes"]},{"text":"Release 0.1","id":"sec-release-0-1","level":1,"tokens":["release"]},{"text":"Changelog","id":"sec-release-0-1-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.2","id":"sec-release-0-2","level":1,"tokens":["release"]},{"text":"Changelog","id":"sec-release-0-2-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.3","id":"sec-release-0-3","level":1,"tokens":["release"]},{"text":"Changelog","id":"sec-release-0-3-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.4","id":"sec-release-0-4","level":1,"tokens":["release"]},{"text":"Changelog","id":"sec-release-0-4-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.5","id":"sec-release-0-5","level":1,"tokens":["release"]},{"text":"Changelog","id":"sec-release-0-5-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.6","id":"sec-release-0-6","level":1,"tokens":["release"]},{"text":"Breaking Changes and Migration Guide","id":"sec-breaking-changes-and-migration-guide","level":2,"tokens":["and","breaking","migration","guide","changes"]},{"text":"Changelog","id":"sec-release-0-6-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.7","id":"sec-release-0-7","level":1,"tokens":["release"]},{"text":"Breaking Changes and Migration Guide","id":"sec-breaking-changes-and-migration-guide-0-7","level":2,"tokens":["guide","breaking","changes","and","migration"]},{"text":"vim.configRC removed","id":"sec-vim-configrc-removed","level":3,"tokens":["vim","removed","configrc"]},{"text":"vim.maps rewrite","id":"sec-vim-maps-rewrite","level":3,"tokens":["vim","rewrite","maps"]},{"text":"vim.lsp.nvimCodeActionMenu removed in favor of vim.ui.fastaction","id":"sec-nvim-code-action-menu-deprecation","level":3,"tokens":["lsp","fastaction","removed","favor","vim","nvimcodeactionmenu"]},{"text":"type based modules removed","id":"sec-type-based-modules-removed","level":3,"tokens":["based","modules","type","removed"]},{"text":"nixpkgs-fmt removed in favor of nixfmt","id":"sec-nixpkgs-fmt-deprecation","level":3,"tokens":["nixpkgs-fmt","favor","nixfmt","removed"]},{"text":"leader changes","id":"sec-leader-changes","level":3,"tokens":["changes","leader"]},{"text":"vim.* changes","id":"sec-vim-opt-changes","level":3,"tokens":["vim","changes"]},{"text":"Changelog","id":"sec-release-0-7-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.8","id":"sec-release-0-8","level":1,"tokens":["release"]},{"text":"Breaking changes","id":"breaking-changes","level":2,"tokens":["breaking","changes"]},{"text":"Changelog","id":"sec-release-0-8-changelog","level":2,"tokens":["changelog"]},{"text":"Release 0.9","id":"sec-release-0-9","level":1,"tokens":["release"]},{"text":"Breaking changes","id":"breaking-changes","level":2,"tokens":["changes","breaking"]},{"text":"Changelog","id":"sec-release-0-9-changelog","level":2,"tokens":["changelog"]}]},{"id":"6","title":"Helpful Tips","content":"Helpful Tips\nThis section provides helpful tips that may be considered \"unorthodox\" or \"too advanced\" for some users. We will cover basic debugging steps, offline documentation, configuring nvf with pure Lua and using custom plugin sources in nvf in this section. For general configuration tips, please see previous chapters.","path":"tips.html","tokens":["nvf","and","steps","this","some","please","tips","basic","sources","lua","see","debugging","for","general","configuration","documentation","cover","helpful","advanced","too","offline","with","that","chapters","previous","section","users","configuring","plugin","may","considered","unorthodox","pure","using","will","provides","custom"],"title_tokens":["helpful","tips"],"anchors":[{"text":"Helpful Tips","id":"ch-helpful-tips","level":1,"tokens":["helpful","tips"]},{"text":"Debugging nvf","id":"sec-debugging-nvf","level":1,"tokens":["debugging","nvf"]},{"text":"Accessing neovimConfig","id":"sec-accessing-config","level":2,"tokens":["accessing","neovimconfig"]},{"text":"Offline Documentation","id":"sec-offline-documentation","level":1,"tokens":["offline","documentation"]},{"text":"Pure Lua Configuration","id":"sec-pure-lua-config","level":1,"tokens":["pure","lua","configuration"]},{"text":"Pure Runtime Directory","id":"sec-pure-nvf-runtime","level":2,"tokens":["directory","runtime","pure"]},{"text":"Impure Absolute Directory","id":"sec-impure-absolute-dir","level":2,"tokens":["absolute","directory","impure"]},{"text":"Adding Plugins From Different Sources","id":"sec-plugin-sources","level":1,"tokens":["adding","plugins","from","sources","different"]},{"text":"Nixpkgs & Friends","id":"ch-plugins-from-nixpkgs","level":2,"tokens":["friends","nixpkgs"]},{"text":"Building Your Own Plugins","id":"ch-plugins-from-source","level":2,"tokens":["plugins","building","your","own"]}]},{"id":"7","title":"Option: _module.args","content":"Additional arguments passed to each module in addition to ones like lib, config, and pkgs, modulesPath.\nThis option is also available to all submodules. Submodules do not inherit args from their parent module, nor do they provide args to their parent module or sibling submodules. The sole exception to this is the argument name which is provided by parent modules to a submodule and contains the attribute name the submodule is bound to, or a unique generated name if it is not bound to an attribute.\nSome arguments are already passed by default, of which the following cannot be changed with this option:\n{var}lib: The nixpkgs library.\n{var}config: The results of all options after merging the values from all modules together.\n{var}options: The options declared in all modules.\n{var}specialArgs: The specialArgs argument passed to evalModules.\nAll attributes of {var}specialArgs\nWhereas option values can generally depend on other option values thanks to laziness, this does not apply to imports, which must be computed statically before anything else.\nFor this reason, callers of the module system can provide specialArgs which are available during import resolution.\nFor NixOS, specialArgs includes {var}modulesPath, which allows you to import extra modules from the nixpkgs package tree without having to somehow make the module aware of the location of the nixpkgs or NixOS directories.\n\nFor NixOS, the default value for this option includes at least this argument:\n{var}pkgs: The nixpkgs package set according to the {option}nixpkgs.pkgs option.","path":"options.html#option-_module-args","tokens":["after","and","option","name","merging","does","addition","options","values","not","inherit","their","system","tree","location","module","argument","passed","sibling","parent","nor","contains","cannot","depend","whereas","from","statically","value","unique","this","each","which","generated","are","generally","before","submodules","arguments","specialargs","callers","anything","package","the","submodule","without","results","thanks","additional","default","like","library","least","set","attributes","for","includes","somehow","aware","args","attribute","also","modules","var","with","all","modulespath","declared","changed","bound","apply","laziness","nixos","provided","extra","must","ones","pkgs","provide","computed","during","make","together","having","exception","other","directories","according","available","some","imports","can","sole","they","already","evalmodules","config","reason","import","lib","following","else","nixpkgs","resolution","allows","you"],"title_tokens":["_module","args","option"],"anchors":[]},{"id":"8","title":"Option: vim.additionalRuntimePaths","content":"Additional runtime paths that will be appended to the active runtimepath of the Neovim. This can be used to add additional lookup paths for configs, plugins, spell languages and other things you would generally place in your {file}$HOME/.config/nvim.\nThis is meant as a declarative alternative to throwing files into {file}~/.config/nvim and having the Neovim wrapper pick them up.\nFor more details on vim.o.runtimepath, and what paths to use, please see the official documentation.","path":"options.html#option-vim-additionalRuntimePaths","tokens":["neovim","can","the","configs","spell","and","plugins","you","file","nvim","runtimepath","wrapper","additional","more","vim","use","active","appended","into","paths","config","alternative","generally","please","see","lookup","having","documentation","place","details","used","things","would","declarative","other","languages","official","will","home","runtime","pick","throwing","what","for","that","add","files","your","this","them","meant"],"title_tokens":["option","vim","additionalruntimepaths"],"anchors":[]},{"id":"9","title":"Option: vim.assistant.avante-nvim.enable","content":"Whether to enable complementary Neovim plugin for avante.nvim.","path":"options.html#option-vim-assistant-avante-nvim-enable","tokens":["nvim","whether","plugin","complementary","neovim","for","avante","enable"],"title_tokens":["option","avante-nvim","assistant","vim","enable"],"anchors":[]},{"id":"10","title":"Option: vim.assistant.avante-nvim.setupOpts","content":"Option table to pass into the setup function of avante-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-avante-nvim-setupOpts","tokens":["pass","the","listed","setup","any","table","option","avante-nvim","function","even","they","docs","additional","not","into","you","can","options"],"title_tokens":["assistant","setupopts","option","avante-nvim","vim"],"anchors":[]},{"id":"11","title":"Option: vim.assistant.avante-nvim.setupOpts.auto_suggestions_provider","content":"Since auto-suggestions are a high-frequency operation and therefore expensive, currently designating it as copilot provider is dangerous because: https://github.com/yetone/avante.nvim/issues/1048 Of course, you can reduce the request frequency by increasing suggestion.debounce.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-auto_suggestions_provider","tokens":["since","designating","github","frequency","high-frequency","reduce","currently","yetone","you","suggestion","expensive","course","increasing","com","and","avante","because","https","operation","nvim","the","are","issues","copilot","therefore","auto-suggestions","request","can","provider","debounce","dangerous","1048"],"title_tokens":["vim","option","auto_suggestions_provider","avante-nvim","assistant","setupopts"],"anchors":[]},{"id":"12","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.auto_apply_diff_after_generation","content":"Whether to enable automatically apply diff after LLM response..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-auto_apply_diff_after_generation","tokens":["enable","automatically","apply","llm","after","whether","response","diff"],"title_tokens":["setupopts","behaviour","vim","avante-nvim","assistant","auto_apply_diff_after_generation","option"],"anchors":[]},{"id":"13","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.auto_set_highlight_group","content":"Whether to enable automatically set the highlight group for the current line..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-auto_set_highlight_group","tokens":["group","enable","for","automatically","set","highlight","whether","current","the","line"],"title_tokens":["behaviour","auto_set_highlight_group","assistant","option","avante-nvim","setupopts","vim"],"anchors":[]},{"id":"14","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.auto_set_keymaps","content":"Whether to enable automatically set the keymap for the current line..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-auto_set_keymaps","tokens":["enable","whether","for","the","set","automatically","keymap","line","current"],"title_tokens":["vim","assistant","avante-nvim","option","setupopts","behaviour","auto_set_keymaps"],"anchors":[]},{"id":"15","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.auto_suggestions","content":"Whether to enable auto suggestions..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-auto_suggestions","tokens":["whether","auto","enable","suggestions"],"title_tokens":["option","auto_suggestions","assistant","vim","avante-nvim","behaviour","setupopts"],"anchors":[]},{"id":"16","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.enable_claude_text_editor_tool_mode","content":"Whether to enable Claude Text Editor Tool Mode..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-enable_claude_text_editor_tool_mode","tokens":["text","enable","whether","claude","tool","mode","editor"],"title_tokens":["vim","assistant","setupopts","behaviour","avante-nvim","option","enable_claude_text_editor_tool_mode"],"anchors":[]},{"id":"17","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.enable_cursor_planning_mode","content":"Whether to enable Cursor Planning Mode..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-enable_cursor_planning_mode","tokens":["planning","mode","cursor","whether","enable"],"title_tokens":["option","setupopts","behaviour","enable_cursor_planning_mode","avante-nvim","vim","assistant"],"anchors":[]},{"id":"18","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.enable_token_counting","content":"Whether to enable token counting..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-enable_token_counting","tokens":["whether","counting","enable","token"],"title_tokens":["option","assistant","setupopts","enable_token_counting","avante-nvim","vim","behaviour"],"anchors":[]},{"id":"19","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.minimize_diff","content":"Whether to enable remove unchanged lines when applying a code block..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-minimize_diff","tokens":["lines","when","unchanged","code","whether","enable","block","remove","applying"],"title_tokens":["behaviour","minimize_diff","option","avante-nvim","vim","assistant","setupopts"],"anchors":[]},{"id":"20","title":"Option: vim.assistant.avante-nvim.setupOpts.behaviour.support_paste_from_clipboard","content":"Whether to enable pasting image from clipboard. This will be determined automatically based whether img-clip is available or not. .","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-behaviour-support_paste_from_clipboard","tokens":["image","this","enable","img-clip","based","will","determined","whether","from","not","automatically","available","clipboard","pasting"],"title_tokens":["setupopts","assistant","avante-nvim","option","behaviour","support_paste_from_clipboard","vim"],"anchors":[]},{"id":"21","title":"Option: vim.assistant.avante-nvim.setupOpts.cursor_applying_provider","content":"The provider used in the applying phase of Cursor Planning Mode, defaults to nil, Config.provider will be used as the provider for the applying phase when nil.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-cursor_applying_provider","tokens":["applying","the","planning","for","phase","when","defaults","nil","config","mode","provider","cursor","used","will"],"title_tokens":["option","vim","avante-nvim","setupopts","cursor_applying_provider","assistant"],"anchors":[]},{"id":"22","title":"Option: vim.assistant.avante-nvim.setupOpts.diff.autojump","content":"Automatically jumps to the next change.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-diff-autojump","tokens":["jumps","automatically","next","the","change"],"title_tokens":["vim","avante-nvim","setupopts","assistant","option","diff","autojump"],"anchors":[]},{"id":"23","title":"Option: vim.assistant.avante-nvim.setupOpts.diff.override_timeoutlen","content":"Override the 'timeoutlen' setting while hovering over a diff (see {command}:help timeoutlen). Helps to avoid entering operator-pending mode with diff mappings starting with c. Disable by setting to -1.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-diff-override_timeoutlen","tokens":["see","entering","mappings","hovering","starting","timeoutlen","while","command","avoid","operator-pending","with","disable","override","help","helps","diff","mode","over","the","setting"],"title_tokens":["option","assistant","vim","avante-nvim","setupopts","diff","override_timeoutlen"],"anchors":[]},{"id":"24","title":"Option: vim.assistant.avante-nvim.setupOpts.dual_boost.enabled","content":"Whether to enable dual_boost mode..","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-dual_boost-enabled","tokens":["enable","mode","whether","dual_boost"],"title_tokens":["setupopts","dual_boost","option","enabled","assistant","vim","avante-nvim"],"anchors":[]},{"id":"25","title":"Option: vim.assistant.avante-nvim.setupOpts.dual_boost.first_provider","content":"The first provider to generate response.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-dual_boost-first_provider","tokens":["first","provider","response","the","generate"],"title_tokens":["vim","assistant","first_provider","avante-nvim","option","dual_boost","setupopts"],"anchors":[]},{"id":"26","title":"Option: vim.assistant.avante-nvim.setupOpts.dual_boost.prompt","content":"The prompt to generate response based on the two reference outputs.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-dual_boost-prompt","tokens":["prompt","based","response","the","generate","two","reference","outputs"],"title_tokens":["option","avante-nvim","prompt","dual_boost","vim","assistant","setupopts"],"anchors":[]},{"id":"27","title":"Option: vim.assistant.avante-nvim.setupOpts.dual_boost.second_provider","content":"The second provider to generate response.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-dual_boost-second_provider","tokens":["provider","response","generate","second","the"],"title_tokens":["dual_boost","setupopts","second_provider","assistant","option","avante-nvim","vim"],"anchors":[]},{"id":"28","title":"Option: vim.assistant.avante-nvim.setupOpts.dual_boost.timeout","content":"Timeout in milliseconds.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-dual_boost-timeout","tokens":["milliseconds","timeout"],"title_tokens":["avante-nvim","setupopts","assistant","vim","dual_boost","option","timeout"],"anchors":[]},{"id":"29","title":"Option: vim.assistant.avante-nvim.setupOpts.hints.enabled","content":"Whether to enable hints.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-hints-enabled","tokens":["whether","hints","enable"],"title_tokens":["vim","hints","enabled","option","avante-nvim","setupopts","assistant"],"anchors":[]},{"id":"30","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.cancel","content":"Define or override the default keymaps for cancel actions.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-cancel","tokens":["define","for","default","actions","the","cancel","keymaps","override"],"title_tokens":["setupopts","mappings","option","assistant","cancel","vim","avante-nvim"],"anchors":[]},{"id":"31","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.diff","content":"Define or override the default keymaps for diff.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-diff","tokens":["default","the","diff","override","for","keymaps","define"],"title_tokens":["vim","avante-nvim","mappings","setupopts","diff","assistant","option"],"anchors":[]},{"id":"32","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.jump","content":"Define or override the default keymaps for jump actions.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-jump","tokens":["actions","for","keymaps","define","override","the","default","jump"],"title_tokens":["setupopts","vim","assistant","jump","option","avante-nvim","mappings"],"anchors":[]},{"id":"33","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.sidebar","content":"Define or override the default keymaps for sidebar actions.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-sidebar","tokens":["default","sidebar","define","keymaps","the","override","actions","for"],"title_tokens":["vim","mappings","avante-nvim","sidebar","setupopts","option","assistant"],"anchors":[]},{"id":"34","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.submit","content":"Define or override the default keymaps for submit actions.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-submit","tokens":["actions","for","submit","override","the","define","keymaps","default"],"title_tokens":["assistant","mappings","submit","vim","setupopts","avante-nvim","option"],"anchors":[]},{"id":"35","title":"Option: vim.assistant.avante-nvim.setupOpts.mappings.suggestion","content":"Define or override the default keymaps for suggestion actions.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-mappings-suggestion","tokens":["default","for","define","override","the","suggestion","actions","keymaps"],"title_tokens":["assistant","avante-nvim","option","setupopts","mappings","suggestion","vim"],"anchors":[]},{"id":"36","title":"Option: vim.assistant.avante-nvim.setupOpts.provider","content":"The provider used in Aider mode or in the planning phase of Cursor Planning Mode.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-provider","tokens":["phase","mode","the","aider","planning","cursor","provider","used"],"title_tokens":["avante-nvim","option","vim","assistant","setupopts","provider"],"anchors":[]},{"id":"37","title":"Option: vim.assistant.avante-nvim.setupOpts.providers","content":"Define settings for builtin and custom providers.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-providers","tokens":["custom","providers","for","builtin","define","and","settings"],"title_tokens":["avante-nvim","providers","option","vim","setupopts","assistant"],"anchors":[]},{"id":"38","title":"Option: vim.assistant.avante-nvim.setupOpts.suggestion.debounce","content":"Suggestion debounce in milliseconds.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-suggestion-debounce","tokens":["debounce","suggestion","milliseconds"],"title_tokens":["suggestion","option","setupopts","debounce","vim","avante-nvim","assistant"],"anchors":[]},{"id":"39","title":"Option: vim.assistant.avante-nvim.setupOpts.suggestion.throttle","content":"Suggestion throttle in milliseconds.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-suggestion-throttle","tokens":["milliseconds","suggestion","throttle"],"title_tokens":["avante-nvim","setupopts","suggestion","throttle","option","vim","assistant"],"anchors":[]},{"id":"40","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.ask.border","content":"The border type on the ask window.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-ask-border","tokens":["border","the","type","ask","window"],"title_tokens":["ask","assistant","option","border","vim","windows","avante-nvim","setupopts"],"anchors":[]},{"id":"41","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.ask.floating","content":"Open the 'AvanteAsk' prompt in a floating window.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-ask-floating","tokens":["avanteask","open","the","prompt","floating","window"],"title_tokens":["floating","setupopts","ask","windows","vim","assistant","avante-nvim","option"],"anchors":[]},{"id":"42","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.ask.focus_on_apply","content":"Which diff to focus after applying.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-ask-focus_on_apply","tokens":["focus","applying","which","diff","after"],"title_tokens":["setupopts","windows","vim","avante-nvim","option","focus_on_apply","assistant","ask"],"anchors":[]},{"id":"43","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.ask.start_insert","content":"Start insert mode when opening the ask window.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-ask-start_insert","tokens":["when","opening","start","mode","ask","the","insert","window"],"title_tokens":["avante-nvim","setupopts","windows","option","vim","ask","assistant","start_insert"],"anchors":[]},{"id":"44","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.edit.border","content":"The border type on the edit window.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-edit-border","tokens":["type","the","window","border","edit"],"title_tokens":["assistant","option","vim","windows","avante-nvim","setupopts","edit","border"],"anchors":[]},{"id":"45","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.edit.start_insert","content":"Start insert mode when opening the edit window.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-edit-start_insert","tokens":["insert","opening","the","edit","when","start","window","mode"],"title_tokens":["vim","windows","avante-nvim","edit","option","setupopts","assistant","start_insert"],"anchors":[]},{"id":"46","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.input.height","content":"Height of the input window in vertical layout.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-input-height","tokens":["vertical","input","layout","the","height","window"],"title_tokens":["assistant","option","avante-nvim","height","windows","input","vim","setupopts"],"anchors":[]},{"id":"47","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.input.prefix","content":"The prefix used on the user input.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-input-prefix","tokens":["input","prefix","the","user","used"],"title_tokens":["option","assistant","vim","setupopts","windows","avante-nvim","input","prefix"],"anchors":[]},{"id":"48","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.position","content":"The position of the sidebar.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-position","tokens":["the","sidebar","position"],"title_tokens":["windows","setupopts","position","vim","option","assistant","avante-nvim"],"anchors":[]},{"id":"49","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.sidebar_header.align","content":"Position of the title.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-sidebar_header-align","tokens":["position","title","the"],"title_tokens":["avante-nvim","option","setupopts","align","vim","assistant","sidebar_header","windows"],"anchors":[]},{"id":"50","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.sidebar_header.enabled","content":"enable/disable the header.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-sidebar_header-enabled","tokens":["the","header","disable","enable"],"title_tokens":["avante-nvim","setupopts","sidebar_header","windows","assistant","option","vim","enabled"],"anchors":[]},{"id":"51","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.sidebar_header.rounded","content":"Enable rounded sidebar header","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-sidebar_header-rounded","tokens":["rounded","sidebar","header","enable"],"title_tokens":["avante-nvim","sidebar_header","setupopts","rounded","windows","vim","assistant","option"],"anchors":[]},{"id":"52","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.width","content":"Default % based on available width.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-width","tokens":["based","width","available","default"],"title_tokens":["setupopts","option","avante-nvim","assistant","vim","width","windows"],"anchors":[]},{"id":"53","title":"Option: vim.assistant.avante-nvim.setupOpts.windows.wrap","content":"similar to vim.o.wrap.","path":"options.html#option-vim-assistant-avante-nvim-setupOpts-windows-wrap","tokens":["similar","vim","wrap"],"title_tokens":["avante-nvim","assistant","wrap","windows","setupopts","vim","option"],"anchors":[]},{"id":"54","title":"Option: vim.assistant.chatgpt.enable","content":"Whether to enable ChatGPT AI assistant. Requires the environment variable OPENAI_API_KEY to be set.","path":"options.html#option-vim-assistant-chatgpt-enable","tokens":["whether","environment","assistant","the","enable","chatgpt","set","variable","openai_api_key","requires"],"title_tokens":["option","enable","vim","chatgpt","assistant"],"anchors":[]},{"id":"55","title":"Option: vim.assistant.chatgpt.mappings.addTests","content":"[ChatGPT] Add tests","path":"options.html#option-vim-assistant-chatgpt-mappings-addTests","tokens":["add","tests","chatgpt"],"title_tokens":["option","chatgpt","mappings","addtests","vim","assistant"],"anchors":[]},{"id":"56","title":"Option: vim.assistant.chatgpt.mappings.chatGpt","content":"ChatGPT","path":"options.html#option-vim-assistant-chatgpt-mappings-chatGpt","tokens":["chatgpt"],"title_tokens":["option","vim","mappings","chatgpt","assistant"],"anchors":[]},{"id":"57","title":"Option: vim.assistant.chatgpt.mappings.docstring","content":"[ChatGPT] Docstring","path":"options.html#option-vim-assistant-chatgpt-mappings-docstring","tokens":["chatgpt","docstring"],"title_tokens":["option","mappings","vim","docstring","chatgpt","assistant"],"anchors":[]},{"id":"58","title":"Option: vim.assistant.chatgpt.mappings.editWithInstructions","content":"[ChatGPT] Edit with instructions","path":"options.html#option-vim-assistant-chatgpt-mappings-editWithInstructions","tokens":["chatgpt","edit","with","instructions"],"title_tokens":["vim","editwithinstructions","mappings","assistant","chatgpt","option"],"anchors":[]},{"id":"59","title":"Option: vim.assistant.chatgpt.mappings.explain","content":"[ChatGPT] Explain code","path":"options.html#option-vim-assistant-chatgpt-mappings-explain","tokens":["chatgpt","code","explain"],"title_tokens":["option","vim","assistant","chatgpt","mappings","explain"],"anchors":[]},{"id":"60","title":"Option: vim.assistant.chatgpt.mappings.fixBugs","content":"[ChatGPT] Fix bugs","path":"options.html#option-vim-assistant-chatgpt-mappings-fixBugs","tokens":["bugs","chatgpt","fix"],"title_tokens":["vim","assistant","chatgpt","option","mappings","fixbugs"],"anchors":[]},{"id":"61","title":"Option: vim.assistant.chatgpt.mappings.grammarCorrection","content":"[ChatGPT] Grammar correction","path":"options.html#option-vim-assistant-chatgpt-mappings-grammarCorrection","tokens":["correction","grammar","chatgpt"],"title_tokens":["option","assistant","mappings","vim","chatgpt","grammarcorrection"],"anchors":[]},{"id":"62","title":"Option: vim.assistant.chatgpt.mappings.keyword","content":"[ChatGPT] Keywords","path":"options.html#option-vim-assistant-chatgpt-mappings-keyword","tokens":["keywords","chatgpt"],"title_tokens":["chatgpt","keyword","option","vim","assistant","mappings"],"anchors":[]},{"id":"63","title":"Option: vim.assistant.chatgpt.mappings.optimize","content":"[ChatGPT] Optimize code","path":"options.html#option-vim-assistant-chatgpt-mappings-optimize","tokens":["code","chatgpt","optimize"],"title_tokens":["option","optimize","vim","assistant","chatgpt","mappings"],"anchors":[]},{"id":"64","title":"Option: vim.assistant.chatgpt.mappings.readabilityanalysis","content":"[ChatGPT] Code reability analysis","path":"options.html#option-vim-assistant-chatgpt-mappings-readabilityanalysis","tokens":["analysis","code","chatgpt","reability"],"title_tokens":["chatgpt","assistant","option","mappings","vim","readabilityanalysis"],"anchors":[]},{"id":"65","title":"Option: vim.assistant.chatgpt.mappings.roxygenEdit","content":"[ChatGPT] Roxygen edit","path":"options.html#option-vim-assistant-chatgpt-mappings-roxygenEdit","tokens":["chatgpt","roxygen","edit"],"title_tokens":["chatgpt","option","roxygenedit","assistant","mappings","vim"],"anchors":[]},{"id":"66","title":"Option: vim.assistant.chatgpt.mappings.summarize","content":"[ChatGPT] Summarize","path":"options.html#option-vim-assistant-chatgpt-mappings-summarize","tokens":["summarize","chatgpt"],"title_tokens":["chatgpt","option","vim","mappings","assistant","summarize"],"anchors":[]},{"id":"67","title":"Option: vim.assistant.chatgpt.mappings.translate","content":"[ChatGPT] Translate","path":"options.html#option-vim-assistant-chatgpt-mappings-translate","tokens":["chatgpt","translate"],"title_tokens":["mappings","option","translate","vim","assistant","chatgpt"],"anchors":[]},{"id":"68","title":"Option: vim.assistant.chatgpt.setupOpts","content":"Option table to pass into the setup function of chatgpt\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-chatgpt-setupOpts","tokens":["the","listed","options","option","docs","chatgpt","even","they","table","you","additional","function","into","pass","setup","not","can","any"],"title_tokens":["vim","assistant","option","setupopts","chatgpt"],"anchors":[]},{"id":"69","title":"Option: vim.assistant.codecompanion-nvim.enable","content":"Whether to enable complementary neovim plugin for codecompanion.nvim.","path":"options.html#option-vim-assistant-codecompanion-nvim-enable","tokens":["enable","plugin","complementary","neovim","for","whether","nvim","codecompanion"],"title_tokens":["vim","codecompanion-nvim","enable","assistant","option"],"anchors":[]},{"id":"70","title":"Option: vim.assistant.codecompanion-nvim.setupOpts","content":"Option table to pass into the setup function of codecompanion-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts","tokens":["can","table","option","the","into","not","you","setup","they","any","additional","function","even","listed","codecompanion-nvim","options","docs","pass"],"title_tokens":["assistant","codecompanion-nvim","setupopts","vim","option"],"anchors":[]},{"id":"71","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.adapters","content":"An adapter is what connects Neovim to an LLM.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-adapters","tokens":["connects","what","adapter","neovim","llm"],"title_tokens":["vim","assistant","setupopts","option","codecompanion-nvim","adapters"],"anchors":[]},{"id":"72","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.height","content":"Height of the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-height","tokens":["height","palette","action","the"],"title_tokens":["vim","codecompanion-nvim","height","option","assistant","setupopts","action_palette","display"],"anchors":[]},{"id":"73","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.opts.show_default_actions","content":"Whether to enable showing default actions in the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-opts-show_default_actions","tokens":["action","default","whether","the","palette","actions","showing","enable"],"title_tokens":["assistant","option","action_palette","opts","setupopts","show_default_actions","display","codecompanion-nvim","vim"],"anchors":[]},{"id":"74","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.opts.show_default_prompt_library","content":"Whether to enable showing default prompt library in the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-opts-show_default_prompt_library","tokens":["whether","prompt","action","the","enable","default","palette","showing","library"],"title_tokens":["codecompanion-nvim","setupopts","display","option","opts","action_palette","vim","assistant","show_default_prompt_library"],"anchors":[]},{"id":"75","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.prompt","content":"Prompt used for interactive LLM calls.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-prompt","tokens":["interactive","llm","prompt","calls","for","used"],"title_tokens":["vim","action_palette","display","codecompanion-nvim","option","setupopts","prompt","assistant"],"anchors":[]},{"id":"76","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.provider","content":"Provider used for the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-provider","tokens":["for","the","palette","action","provider","used"],"title_tokens":["setupopts","display","action_palette","provider","codecompanion-nvim","assistant","vim","option"],"anchors":[]},{"id":"77","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.action_palette.width","content":"Width of the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-action_palette-width","tokens":["width","action","the","palette"],"title_tokens":["action_palette","codecompanion-nvim","assistant","setupopts","vim","width","option","display"],"anchors":[]},{"id":"78","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.auto_scroll","content":"Whether to enable automatic page scrolling.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-auto_scroll","tokens":["scrolling","enable","whether","automatic","page"],"title_tokens":["assistant","display","codecompanion-nvim","auto_scroll","setupopts","chat","vim","option"],"anchors":[]},{"id":"79","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.icons.pinned_buffer","content":"The icon to represent a pinned buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-icons-pinned_buffer","tokens":["buffer","the","icon","pinned","represent"],"title_tokens":["pinned_buffer","chat","icons","option","setupopts","assistant","codecompanion-nvim","vim","display"],"anchors":[]},{"id":"80","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.icons.watched_buffer","content":"The icon to represent a watched buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-icons-watched_buffer","tokens":["the","icon","watched","represent","buffer"],"title_tokens":["codecompanion-nvim","setupopts","option","watched_buffer","icons","assistant","chat","vim","display"],"anchors":[]},{"id":"81","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.intro_message","content":"Message to appear in chat buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-intro_message","tokens":["message","chat","buffer","appear"],"title_tokens":["chat","intro_message","setupopts","assistant","codecompanion-nvim","option","vim","display"],"anchors":[]},{"id":"82","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.separator","content":"The separator between the different messages in the chat buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-separator","tokens":["different","the","separator","between","messages","chat","buffer"],"title_tokens":["option","assistant","chat","codecompanion-nvim","vim","setupopts","separator","display"],"anchors":[]},{"id":"83","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.show_header_separator","content":"Whether to enable header separators in the chat buffer.\nSet this to false if you're using an external markdown formatting plugin. .","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-show_header_separator","tokens":["buffer","you","chat","header","enable","set","this","formatting","plugin","markdown","using","the","separators","whether","false","external"],"title_tokens":["assistant","display","show_header_separator","setupopts","chat","vim","option","codecompanion-nvim"],"anchors":[]},{"id":"84","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.show_references","content":"Whether to enable references in the chat buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-show_references","tokens":["the","whether","references","enable","chat","buffer"],"title_tokens":["chat","option","codecompanion-nvim","assistant","show_references","vim","setupopts","display"],"anchors":[]},{"id":"85","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.show_settings","content":"Whether to enable LLM settings to appear at the top of the chat buffer. .","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-show_settings","tokens":["whether","appear","buffer","settings","the","llm","top","enable","chat"],"title_tokens":["display","assistant","codecompanion-nvim","setupopts","vim","option","show_settings","chat"],"anchors":[]},{"id":"86","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.show_token_count","content":"Whether to enable the token count for each response.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-show_token_count","tokens":["enable","token","each","for","whether","the","response","count"],"title_tokens":["chat","codecompanion-nvim","assistant","show_token_count","option","vim","display","setupopts"],"anchors":[]},{"id":"87","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.chat.start_in_insert_mode","content":"Whether to enable opening the chat buffer in insert mode. .","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-chat-start_in_insert_mode","tokens":["whether","opening","enable","insert","chat","buffer","the","mode"],"title_tokens":["assistant","chat","codecompanion-nvim","vim","display","setupopts","start_in_insert_mode","option"],"anchors":[]},{"id":"88","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.diff.close_chat_at","content":"Close an open chat buffer if the total columns of your display are less than...","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-diff-close_chat_at","tokens":["total","than","buffer","display","close","columns","your","chat","open","are","the","less"],"title_tokens":["option","setupopts","display","vim","diff","assistant","close_chat_at","codecompanion-nvim"],"anchors":[]},{"id":"89","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.diff.enabled","content":"Whether to enable a diff view to see the changes made by the LLM.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-diff-enabled","tokens":["made","changes","whether","see","llm","view","enable","the","diff"],"title_tokens":["codecompanion-nvim","diff","assistant","display","vim","option","enabled","setupopts"],"anchors":[]},{"id":"90","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.diff.layout","content":"Type of split for default provider.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-diff-layout","tokens":["default","split","provider","type","for"],"title_tokens":["assistant","diff","codecompanion-nvim","option","vim","setupopts","display","layout"],"anchors":[]},{"id":"91","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.diff.provider","content":"The preferred kind of provider.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-diff-provider","tokens":["preferred","the","kind","provider"],"title_tokens":["setupopts","display","provider","option","codecompanion-nvim","assistant","vim","diff"],"anchors":[]},{"id":"92","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.display.inline.layout","content":"Customize how output is created in new buffer.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-display-inline-layout","tokens":["created","new","customize","output","buffer","how"],"title_tokens":["vim","option","codecompanion-nvim","setupopts","inline","layout","assistant","display"],"anchors":[]},{"id":"93","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.opts.language","content":"Specify which language an LLM should respond in.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-opts-language","tokens":["respond","should","language","specify","llm","which"],"title_tokens":["setupopts","option","codecompanion-nvim","language","vim","assistant","opts"],"anchors":[]},{"id":"94","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.opts.log_level","content":"Change the level of logging.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-opts-log_level","tokens":["the","logging","change","level"],"title_tokens":["option","vim","assistant","setupopts","codecompanion-nvim","log_level","opts"],"anchors":[]},{"id":"95","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.opts.send_code","content":"Whether to enable code being sent to the LLM.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-opts-send_code","tokens":["whether","enable","code","being","sent","the","llm"],"title_tokens":["option","codecompanion-nvim","opts","setupopts","assistant","send_code","vim"],"anchors":[]},{"id":"96","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.prompt_library","content":"A prompt library is a collection of prompts that can be used in the action palette.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-prompt_library","tokens":["that","collection","library","can","the","prompt","palette","prompts","action","used"],"title_tokens":["option","assistant","setupopts","vim","prompt_library","codecompanion-nvim"],"anchors":[]},{"id":"97","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.adapter","content":"Adapter used for the chat strategy.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-adapter","tokens":["strategy","used","for","chat","adapter","the"],"title_tokens":["strategies","option","codecompanion-nvim","adapter","vim","chat","setupopts","assistant"],"anchors":[]},{"id":"98","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.keymaps","content":"Define or override the default keymaps.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-keymaps","tokens":["define","keymaps","default","the","override"],"title_tokens":["vim","strategies","codecompanion-nvim","assistant","chat","setupopts","keymaps","option"],"anchors":[]},{"id":"99","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.roles","content":"The chat buffer places user and LLM responses under a H2 header. These can be customized in the configuration.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-roles","tokens":["these","the","responses","can","customized","configuration","user","llm","buffer","places","and","under","header","chat"],"title_tokens":["strategies","roles","assistant","option","setupopts","codecompanion-nvim","chat","vim"],"anchors":[]},{"id":"100","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.slash_commands","content":"Slash Commands (invoked with /) let you dynamically insert context into the chat buffer, such as file contents or date/time.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-slash_commands","tokens":["let","date","buffer","invoked","contents","with","you","the","time","chat","context","dynamically","such","into","commands","slash","insert","file"],"title_tokens":["option","slash_commands","codecompanion-nvim","vim","assistant","chat","setupopts","strategies"],"anchors":[]},{"id":"101","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.tools","content":"Configure tools to perform specific tasks when invoked by an LLM.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-tools","tokens":["specific","perform","configure","invoked","tasks","tools","when","llm"],"title_tokens":["chat","setupopts","codecompanion-nvim","strategies","option","vim","assistant","tools"],"anchors":[]},{"id":"102","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.chat.variables","content":"Define your own variables to share specific content.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-chat-variables","tokens":["variables","own","define","content","your","specific","share"],"title_tokens":["option","strategies","assistant","vim","chat","codecompanion-nvim","setupopts","variables"],"anchors":[]},{"id":"103","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.inline.adapter","content":"Adapter used for the inline strategy.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-inline-adapter","tokens":["used","adapter","inline","strategy","for","the"],"title_tokens":["assistant","codecompanion-nvim","setupopts","strategies","inline","vim","adapter","option"],"anchors":[]},{"id":"104","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.inline.keymaps.accept_change.n","content":"Accept the suggested change.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-inline-keymaps-accept_change-n","tokens":["change","accept","the","suggested"],"title_tokens":["option","codecompanion-nvim","inline","assistant","strategies","accept_change","vim","keymaps","setupopts"],"anchors":[]},{"id":"105","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.inline.keymaps.reject_change.n","content":"Reject the suggested change.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-inline-keymaps-reject_change-n","tokens":["the","suggested","change","reject"],"title_tokens":["strategies","reject_change","assistant","inline","keymaps","vim","codecompanion-nvim","option","setupopts"],"anchors":[]},{"id":"106","title":"Option: vim.assistant.codecompanion-nvim.setupOpts.strategies.inline.variables","content":"Define your own variables to share specific content.","path":"options.html#option-vim-assistant-codecompanion-nvim-setupOpts-strategies-inline-variables","tokens":["own","your","share","specific","define","content","variables"],"title_tokens":["option","assistant","inline","vim","setupopts","variables","codecompanion-nvim","strategies"],"anchors":[]},{"id":"107","title":"Option: vim.assistant.copilot.cmp.enable","content":"Whether to enable nvim-cmp integration for GitHub Copilot.","path":"options.html#option-vim-assistant-copilot-cmp-enable","tokens":["github","copilot","enable","integration","for","nvim-cmp","whether"],"title_tokens":["option","cmp","vim","enable","copilot","assistant"],"anchors":[]},{"id":"108","title":"Option: vim.assistant.copilot.enable","content":"Whether to enable GitHub Copilot AI assistant.","path":"options.html#option-vim-assistant-copilot-enable","tokens":["github","whether","copilot","assistant","enable"],"title_tokens":["option","copilot","enable","assistant","vim"],"anchors":[]},{"id":"109","title":"Option: vim.assistant.copilot.mappings.panel.accept","content":"Accept suggestion","path":"options.html#option-vim-assistant-copilot-mappings-panel-accept","tokens":["accept","suggestion"],"title_tokens":["mappings","option","panel","accept","vim","copilot","assistant"],"anchors":[]},{"id":"110","title":"Option: vim.assistant.copilot.mappings.panel.jumpNext","content":"Jump to next suggestion","path":"options.html#option-vim-assistant-copilot-mappings-panel-jumpNext","tokens":["suggestion","next","jump"],"title_tokens":["option","mappings","copilot","panel","jumpnext","assistant","vim"],"anchors":[]},{"id":"111","title":"Option: vim.assistant.copilot.mappings.panel.jumpPrev","content":"Jump to previous suggestion","path":"options.html#option-vim-assistant-copilot-mappings-panel-jumpPrev","tokens":["jump","previous","suggestion"],"title_tokens":["copilot","jumpprev","panel","assistant","mappings","vim","option"],"anchors":[]},{"id":"112","title":"Option: vim.assistant.copilot.mappings.panel.open","content":"Open suggestions","path":"options.html#option-vim-assistant-copilot-mappings-panel-open","tokens":["suggestions","open"],"title_tokens":["option","copilot","panel","mappings","vim","open","assistant"],"anchors":[]},{"id":"113","title":"Option: vim.assistant.copilot.mappings.panel.refresh","content":"Refresh suggestions","path":"options.html#option-vim-assistant-copilot-mappings-panel-refresh","tokens":["refresh","suggestions"],"title_tokens":["vim","assistant","mappings","panel","refresh","copilot","option"],"anchors":[]},{"id":"114","title":"Option: vim.assistant.copilot.mappings.suggestion.accept","content":"Accept suggestion","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-accept","tokens":["accept","suggestion"],"title_tokens":["vim","option","mappings","accept","copilot","suggestion","assistant"],"anchors":[]},{"id":"115","title":"Option: vim.assistant.copilot.mappings.suggestion.acceptLine","content":"Accept next line","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-acceptLine","tokens":["next","line","accept"],"title_tokens":["option","assistant","suggestion","acceptline","vim","copilot","mappings"],"anchors":[]},{"id":"116","title":"Option: vim.assistant.copilot.mappings.suggestion.acceptWord","content":"Accept next word","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-acceptWord","tokens":["accept","word","next"],"title_tokens":["option","assistant","copilot","suggestion","acceptword","vim","mappings"],"anchors":[]},{"id":"117","title":"Option: vim.assistant.copilot.mappings.suggestion.dismiss","content":"Dismiss suggestion","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-dismiss","tokens":["dismiss","suggestion"],"title_tokens":["copilot","mappings","option","suggestion","vim","dismiss","assistant"],"anchors":[]},{"id":"118","title":"Option: vim.assistant.copilot.mappings.suggestion.next","content":"Next suggestion","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-next","tokens":["next","suggestion"],"title_tokens":["next","option","copilot","vim","assistant","mappings","suggestion"],"anchors":[]},{"id":"119","title":"Option: vim.assistant.copilot.mappings.suggestion.prev","content":"Previous suggestion","path":"options.html#option-vim-assistant-copilot-mappings-suggestion-prev","tokens":["previous","suggestion"],"title_tokens":["option","suggestion","mappings","assistant","vim","copilot","prev"],"anchors":[]},{"id":"120","title":"Option: vim.assistant.copilot.setupOpts","content":"Option table to pass into the setup function of Copilot\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-copilot-setupOpts","tokens":["can","option","even","table","the","any","not","docs","setup","pass","additional","copilot","you","they","listed","into","options","function"],"title_tokens":["vim","copilot","assistant","option","setupopts"],"anchors":[]},{"id":"121","title":"Option: vim.assistant.copilot.setupOpts.copilot_node_command","content":"The command that will be executed to initiate nodejs for GitHub Copilot. Recommended to leave as default.","path":"options.html#option-vim-assistant-copilot-setupOpts-copilot_node_command","tokens":["default","executed","that","nodejs","for","command","initiate","copilot","the","leave","will","recommended","github"],"title_tokens":["copilot_node_command","option","vim","assistant","copilot","setupopts"],"anchors":[]},{"id":"122","title":"Option: vim.assistant.copilot.setupOpts.panel.enabled","content":"Whether to enable Completion Panel.","path":"options.html#option-vim-assistant-copilot-setupOpts-panel-enabled","tokens":["whether","panel","completion","enable"],"title_tokens":["panel","copilot","setupopts","assistant","enabled","option","vim"],"anchors":[]},{"id":"123","title":"Option: vim.assistant.copilot.setupOpts.panel.layout.position","content":"Panel position","path":"options.html#option-vim-assistant-copilot-setupOpts-panel-layout-position","tokens":["panel","position"],"title_tokens":["position","layout","assistant","vim","setupopts","panel","copilot","option"],"anchors":[]},{"id":"124","title":"Option: vim.assistant.copilot.setupOpts.panel.layout.ratio","content":"Panel size","path":"options.html#option-vim-assistant-copilot-setupOpts-panel-layout-ratio","tokens":["panel","size"],"title_tokens":["assistant","layout","setupopts","panel","vim","copilot","ratio","option"],"anchors":[]},{"id":"125","title":"Option: vim.assistant.copilot.setupOpts.suggestion.enabled","content":"Whether to enable Suggestions.","path":"options.html#option-vim-assistant-copilot-setupOpts-suggestion-enabled","tokens":["suggestions","enable","whether"],"title_tokens":["vim","option","copilot","enabled","assistant","setupopts","suggestion"],"anchors":[]},{"id":"126","title":"Option: vim.assistant.neocodeium.enable","content":"Whether to enable NeoCodeium AI completion.","path":"options.html#option-vim-assistant-neocodeium-enable","tokens":["whether","completion","enable","neocodeium"],"title_tokens":["vim","assistant","option","neocodeium","enable"],"anchors":[]},{"id":"127","title":"Option: vim.assistant.neocodeium.keymaps.accept","content":"Accept suggestion","path":"options.html#option-vim-assistant-neocodeium-keymaps-accept","tokens":["accept","suggestion"],"title_tokens":["vim","neocodeium","accept","option","assistant","keymaps"],"anchors":[]},{"id":"128","title":"Option: vim.assistant.neocodeium.keymaps.accept_line","content":"Accept line","path":"options.html#option-vim-assistant-neocodeium-keymaps-accept_line","tokens":["line","accept"],"title_tokens":["keymaps","accept_line","neocodeium","option","vim","assistant"],"anchors":[]},{"id":"129","title":"Option: vim.assistant.neocodeium.keymaps.accept_word","content":"Accept word","path":"options.html#option-vim-assistant-neocodeium-keymaps-accept_word","tokens":["word","accept"],"title_tokens":["accept_word","keymaps","option","vim","assistant","neocodeium"],"anchors":[]},{"id":"130","title":"Option: vim.assistant.neocodeium.keymaps.clear","content":"Clear suggestion","path":"options.html#option-vim-assistant-neocodeium-keymaps-clear","tokens":["clear","suggestion"],"title_tokens":["option","vim","neocodeium","keymaps","clear","assistant"],"anchors":[]},{"id":"131","title":"Option: vim.assistant.neocodeium.keymaps.cycle_or_complete","content":"Cycle or complete","path":"options.html#option-vim-assistant-neocodeium-keymaps-cycle_or_complete","tokens":["complete","cycle"],"title_tokens":["option","neocodeium","keymaps","cycle_or_complete","vim","assistant"],"anchors":[]},{"id":"132","title":"Option: vim.assistant.neocodeium.keymaps.cycle_or_complete_reverse","content":"Cycle or complete (reverse)","path":"options.html#option-vim-assistant-neocodeium-keymaps-cycle_or_complete_reverse","tokens":["complete","cycle","reverse"],"title_tokens":["neocodeium","cycle_or_complete_reverse","assistant","keymaps","vim","option"],"anchors":[]},{"id":"133","title":"Option: vim.assistant.neocodeium.setupOpts","content":"Option table to pass into the setup function of NeoCodeium\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-neocodeium-setupOpts","tokens":["docs","additional","function","the","they","not","setup","listed","options","even","neocodeium","table","pass","can","option","you","any","into"],"title_tokens":["setupopts","neocodeium","vim","assistant","option"],"anchors":[]},{"id":"134","title":"Option: vim.assistant.neocodeium.setupOpts.bin","content":"Path to custom windsurf server binary","path":"options.html#option-vim-assistant-neocodeium-setupOpts-bin","tokens":["windsurf","server","custom","path","binary"],"title_tokens":["neocodeium","vim","setupopts","option","bin","assistant"],"anchors":[]},{"id":"135","title":"Option: vim.assistant.neocodeium.setupOpts.debounce","content":"Whether to enable suggestions debounce","path":"options.html#option-vim-assistant-neocodeium-setupOpts-debounce","tokens":["debounce","enable","whether","suggestions"],"title_tokens":["option","setupopts","debounce","neocodeium","vim","assistant"],"anchors":[]},{"id":"136","title":"Option: vim.assistant.neocodeium.setupOpts.disable_in_special_buftypes","content":"Whether to disable suggestions in special buftypes like nofile","path":"options.html#option-vim-assistant-neocodeium-setupOpts-disable_in_special_buftypes","tokens":["nofile","like","disable","buftypes","suggestions","whether","special"],"title_tokens":["option","assistant","neocodeium","vim","setupopts","disable_in_special_buftypes"],"anchors":[]},{"id":"137","title":"Option: vim.assistant.neocodeium.setupOpts.enabled","content":"Whether to start windsurf server. Can be manually enabled with :NeoCodeium enable","path":"options.html#option-vim-assistant-neocodeium-setupOpts-enabled","tokens":["neocodeium","whether","windsurf","server","start","manually","can","enabled","with","enable"],"title_tokens":["setupopts","enabled","neocodeium","assistant","vim","option"],"anchors":[]},{"id":"138","title":"Option: vim.assistant.neocodeium.setupOpts.filetypes","content":"Filetypes to disable suggestions in. You can still enable disabled buffer with :NeoCodeium enable_buffer","path":"options.html#option-vim-assistant-neocodeium-setupOpts-filetypes","tokens":["can","disabled","suggestions","neocodeium","enable_buffer","buffer","with","filetypes","still","disable","you","enable"],"title_tokens":["option","assistant","neocodeium","setupopts","filetypes","vim"],"anchors":[]},{"id":"139","title":"Option: vim.assistant.neocodeium.setupOpts.filter","content":"Function that returns true if a buffer should be enabled and false if disabled. You can still enable disabled buffer with :NeoCodeium enable_buffer","path":"options.html#option-vim-assistant-neocodeium-setupOpts-filter","tokens":["should","and","neocodeium","disabled","enable","enable_buffer","false","you","buffer","that","still","returns","true","with","enabled","can","function"],"title_tokens":["option","setupopts","filter","vim","assistant","neocodeium"],"anchors":[]},{"id":"140","title":"Option: vim.assistant.neocodeium.setupOpts.log_level","content":"Log level","path":"options.html#option-vim-assistant-neocodeium-setupOpts-log_level","tokens":["level","log"],"title_tokens":["setupopts","log_level","assistant","vim","option","neocodeium"],"anchors":[]},{"id":"141","title":"Option: vim.assistant.neocodeium.setupOpts.manual","content":"When true, autosuggestions are disabled. Use require'neocodeium'.cycle_or_complete() to show suggestions manually","path":"options.html#option-vim-assistant-neocodeium-setupOpts-manual","tokens":["neocodeium","suggestions","manually","disabled","true","are","cycle_or_complete","require","autosuggestions","use","show","when"],"title_tokens":["assistant","neocodeium","vim","option","setupopts","manual"],"anchors":[]},{"id":"142","title":"Option: vim.assistant.neocodeium.setupOpts.max_lines","content":"Maximum number of lines parsed from loaded buffers (current buffer always fully parsed). Set to 0 to disable parsing non-current buffers. Set to -1 to parse all lines","path":"options.html#option-vim-assistant-neocodeium-setupOpts-max_lines","tokens":["from","set","maximum","loaded","parsing","number","always","disable","fully","parse","buffers","lines","current","buffer","non-current","all","parsed"],"title_tokens":["neocodeium","max_lines","option","assistant","setupopts","vim"],"anchors":[]},{"id":"143","title":"Option: vim.assistant.neocodeium.setupOpts.root_dir","content":"List of directories and files to detect workspace root directory for Windsurf Chat","path":"options.html#option-vim-assistant-neocodeium-setupOpts-root_dir","tokens":["detect","directory","workspace","for","and","windsurf","chat","files","directories","list","root"],"title_tokens":["setupopts","root_dir","neocodeium","option","vim","assistant"],"anchors":[]},{"id":"144","title":"Option: vim.assistant.neocodeium.setupOpts.server.api_url","content":"API URL to use (for Enterprise mode)","path":"options.html#option-vim-assistant-neocodeium-setupOpts-server-api_url","tokens":["api","mode","enterprise","use","url","for"],"title_tokens":["assistant","neocodeium","option","vim","setupopts","server","api_url"],"anchors":[]},{"id":"145","title":"Option: vim.assistant.neocodeium.setupOpts.server.portal_url","content":"Portal URL to use (for registering a user and downloading the binary)","path":"options.html#option-vim-assistant-neocodeium-setupOpts-server-portal_url","tokens":["portal","registering","for","user","downloading","the","binary","use","url","and"],"title_tokens":["option","server","vim","assistant","neocodeium","setupopts","portal_url"],"anchors":[]},{"id":"146","title":"Option: vim.assistant.neocodeium.setupOpts.show_label","content":"Whether to show the number of suggestions label in the line number column","path":"options.html#option-vim-assistant-neocodeium-setupOpts-show_label","tokens":["show","suggestions","number","label","line","whether","the","column"],"title_tokens":["neocodeium","setupopts","assistant","option","vim","show_label"],"anchors":[]},{"id":"147","title":"Option: vim.assistant.neocodeium.setupOpts.silent","content":"Whether to disable non-important messages","path":"options.html#option-vim-assistant-neocodeium-setupOpts-silent","tokens":["whether","messages","disable","non-important"],"title_tokens":["assistant","option","setupopts","vim","neocodeium","silent"],"anchors":[]},{"id":"148","title":"Option: vim.assistant.neocodeium.setupOpts.single_line.enabled","content":"Whether to enable single line mode. Multi-line suggestions collapse into a single line","path":"options.html#option-vim-assistant-neocodeium-setupOpts-single_line-enabled","tokens":["single","line","mode","enable","whether","multi-line","collapse","into","suggestions"],"title_tokens":["option","neocodeium","single_line","setupopts","enabled","assistant","vim"],"anchors":[]},{"id":"149","title":"Option: vim.assistant.neocodeium.setupOpts.single_line.label","content":"Label indicating that there is multi-line suggestion","path":"options.html#option-vim-assistant-neocodeium-setupOpts-single_line-label","tokens":["there","multi-line","that","label","indicating","suggestion"],"title_tokens":["label","neocodeium","option","assistant","setupopts","vim","single_line"],"anchors":[]},{"id":"150","title":"Option: vim.assistant.supermaven-nvim.enable","content":"Whether to enable Supermaven AI assistant.","path":"options.html#option-vim-assistant-supermaven-nvim-enable","tokens":["enable","supermaven","whether","assistant"],"title_tokens":["assistant","supermaven-nvim","enable","option","vim"],"anchors":[]},{"id":"151","title":"Option: vim.assistant.supermaven-nvim.setupOpts","content":"Option table to pass into the setup function of Supermaven\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts","tokens":["into","setup","the","pass","table","you","any","additional","not","they","listed","docs","supermaven","even","option","function","can","options"],"title_tokens":["supermaven-nvim","setupopts","assistant","option","vim"],"anchors":[]},{"id":"152","title":"Option: vim.assistant.supermaven-nvim.setupOpts.color.cterm","content":"The cterm color of the suggestion","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-color-cterm","tokens":["suggestion","the","cterm","color"],"title_tokens":["color","cterm","vim","assistant","option","setupopts","supermaven-nvim"],"anchors":[]},{"id":"153","title":"Option: vim.assistant.supermaven-nvim.setupOpts.color.suggestion_color","content":"The hex color of the suggestion","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-color-suggestion_color","tokens":["suggestion","the","color","hex"],"title_tokens":["assistant","suggestion_color","option","vim","supermaven-nvim","setupopts","color"],"anchors":[]},{"id":"154","title":"Option: vim.assistant.supermaven-nvim.setupOpts.condition","content":"Condition function to check for stopping supermaven.\nA returned true means to stop supermaven","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-condition","tokens":["stop","supermaven","true","condition","for","means","function","stopping","returned","check"],"title_tokens":["vim","supermaven-nvim","setupopts","assistant","option","condition"],"anchors":[]},{"id":"155","title":"Option: vim.assistant.supermaven-nvim.setupOpts.disable_inline_completion","content":"Disable inline completion for use with cmp","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-disable_inline_completion","tokens":["completion","for","disable","use","with","inline","cmp"],"title_tokens":["disable_inline_completion","setupopts","option","vim","supermaven-nvim","assistant"],"anchors":[]},{"id":"156","title":"Option: vim.assistant.supermaven-nvim.setupOpts.disable_keymaps","content":"Disable built-in keymaps for more manual control","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-disable_keymaps","tokens":["disable","control","for","built-in","more","keymaps","manual"],"title_tokens":["assistant","setupopts","disable_keymaps","supermaven-nvim","vim","option"],"anchors":[]},{"id":"157","title":"Option: vim.assistant.supermaven-nvim.setupOpts.ignore_file","content":"List of fileto ignore","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-ignore_file","tokens":["fileto","ignore","list"],"title_tokens":["assistant","option","vim","setupopts","supermaven-nvim","ignore_file"],"anchors":[]},{"id":"158","title":"Option: vim.assistant.supermaven-nvim.setupOpts.keymaps.accept_suggestion","content":"The key to accept a suggestion","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-keymaps-accept_suggestion","tokens":["the","suggestion","key","accept"],"title_tokens":["option","supermaven-nvim","keymaps","accept_suggestion","setupopts","assistant","vim"],"anchors":[]},{"id":"159","title":"Option: vim.assistant.supermaven-nvim.setupOpts.keymaps.accept_word","content":"The key to accept a word","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-keymaps-accept_word","tokens":["word","the","accept","key"],"title_tokens":["vim","accept_word","assistant","supermaven-nvim","option","setupopts","keymaps"],"anchors":[]},{"id":"160","title":"Option: vim.assistant.supermaven-nvim.setupOpts.keymaps.clear_suggestion","content":"The key to clear a suggestion","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-keymaps-clear_suggestion","tokens":["key","the","clear","suggestion"],"title_tokens":["assistant","setupopts","clear_suggestion","vim","supermaven-nvim","option","keymaps"],"anchors":[]},{"id":"161","title":"Option: vim.assistant.supermaven-nvim.setupOpts.log_level","content":"The log level. Set to \"off\" to disable completely","path":"options.html#option-vim-assistant-supermaven-nvim-setupOpts-log_level","tokens":["disable","set","the","log","level","off","completely"],"title_tokens":["vim","supermaven-nvim","setupopts","log_level","option","assistant"],"anchors":[]},{"id":"162","title":"Option: vim.augroups","content":"A list of Neovim autogroups, which are used to organize and manage related autocommands together. Groups allow multiple autocommands to be cleared or redefined collectively, preventing duplicate definitions.\nEach autogroup consists of a name and a boolean indicating whether to clear existing autocommands.","path":"options.html#option-vim-augroups","tokens":["list","and","neovim","existing","consists","autogroup","multiple","autocommands","redefined","preventing","which","allow","groups","clear","autogroups","cleared","manage","together","name","duplicate","definitions","indicating","used","collectively","organize","whether","each","boolean","related","are"],"title_tokens":["augroups","option","vim"],"anchors":[]},{"id":"163","title":"Option: vim.augroups.*.clear","content":"Whether to clear existing autocommands in this group before defining new ones. This helps avoid duplicate autocommands.","path":"options.html#option-vim-augroups-*-clear","tokens":["clear","autocommands","new","duplicate","defining","group","ones","whether","this","helps","avoid","existing","before"],"title_tokens":["option","augroups","clear","vim"],"anchors":[]},{"id":"164","title":"Option: vim.augroups.*.enable","content":"Whether to enable this autocommand group.","path":"options.html#option-vim-augroups-*-enable","tokens":["enable","this","group","whether","autocommand"],"title_tokens":["vim","enable","augroups","option"],"anchors":[]},{"id":"165","title":"Option: vim.augroups.*.name","content":"The name of the autocommand group.","path":"options.html#option-vim-augroups-*-name","tokens":["group","name","autocommand","the"],"title_tokens":["augroups","vim","option","name"],"anchors":[]},{"id":"166","title":"Option: vim.autocmds","content":"A list of Neovim autocommands to be registered.\nEach entry defines an autocommand, specifying events, patterns, a callback or Vim command, an optional group, a description, and execution settings.","path":"options.html#option-vim-autocmds","tokens":["autocommands","callback","group","entry","execution","defines","settings","autocommand","neovim","specifying","command","registered","list","optional","patterns","events","vim","description","and","each"],"title_tokens":["vim","option","autocmds"],"anchors":[]},{"id":"167","title":"Option: vim.autocmds.*.callback","content":"Lua function to be called when the event(s) are triggered.","path":"options.html#option-vim-autocmds-*-callback","tokens":["called","event","lua","function","the","when","are","triggered"],"title_tokens":["callback","option","vim","autocmds"],"anchors":[]},{"id":"168","title":"Option: vim.autocmds.*.command","content":"Vim command to be executed when the event(s) are triggered. Cannot be defined if the callback option is already defined.","path":"options.html#option-vim-autocmds-*-command","tokens":["callback","already","option","command","cannot","vim","event","the","are","triggered","when","defined","executed"],"title_tokens":["command","option","vim","autocmds"],"anchors":[]},{"id":"169","title":"Option: vim.autocmds.*.desc","content":"A description for the autocommand.","path":"options.html#option-vim-autocmds-*-desc","tokens":["description","autocommand","for","the"],"title_tokens":["autocmds","option","vim","desc"],"anchors":[]},{"id":"170","title":"Option: vim.autocmds.*.enable","content":"Whether to enable this autocommand.","path":"options.html#option-vim-autocmds-*-enable","tokens":["whether","enable","this","autocommand"],"title_tokens":["autocmds","enable","vim","option"],"anchors":[]},{"id":"171","title":"Option: vim.autocmds.*.event","content":"The event(s) that trigger the autocommand.","path":"options.html#option-vim-autocmds-*-event","tokens":["trigger","the","that","event","autocommand"],"title_tokens":["event","option","autocmds","vim"],"anchors":[]},{"id":"172","title":"Option: vim.autocmds.*.group","content":"An optional autocommand group to manage related autocommands.","path":"options.html#option-vim-autocmds-*-group","tokens":["autocommand","optional","manage","related","autocommands","group"],"title_tokens":["vim","option","autocmds","group"],"anchors":[]},{"id":"173","title":"Option: vim.autocmds.*.nested","content":"Whether to allow nested autocommands to trigger.","path":"options.html#option-vim-autocmds-*-nested","tokens":["trigger","autocommands","whether","allow","nested"],"title_tokens":["vim","nested","autocmds","option"],"anchors":[]},{"id":"174","title":"Option: vim.autocmds.*.once","content":"Whether to run the autocommand only once.","path":"options.html#option-vim-autocmds-*-once","tokens":["once","the","run","whether","only","autocommand"],"title_tokens":["vim","once","option","autocmds"],"anchors":[]},{"id":"175","title":"Option: vim.autocmds.*.pattern","content":"The file pattern(s) that determine when the autocommand applies.","path":"options.html#option-vim-autocmds-*-pattern","tokens":["applies","pattern","that","determine","autocommand","the","file","when"],"title_tokens":["pattern","option","vim","autocmds"],"anchors":[]},{"id":"176","title":"Option: vim.autocomplete.blink-cmp.enable","content":"Whether to enable blink.cmp.","path":"options.html#option-vim-autocomplete-blink-cmp-enable","tokens":["enable","whether","blink","cmp"],"title_tokens":["blink-cmp","option","vim","autocomplete","enable"],"anchors":[]},{"id":"177","title":"Option: vim.autocomplete.blink-cmp.friendly-snippets.enable","content":"Whether to enable friendly-snippets for blink to source from automatically.","path":"options.html#option-vim-autocomplete-blink-cmp-friendly-snippets-enable","tokens":["enable","automatically","source","for","from","friendly-snippets","blink","whether"],"title_tokens":["vim","option","blink-cmp","friendly-snippets","enable","autocomplete"],"anchors":[]},{"id":"178","title":"Option: vim.autocomplete.blink-cmp.mappings.close","content":"Close [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-close","tokens":["close","cmp","blink"],"title_tokens":["close","option","blink-cmp","vim","autocomplete","mappings"],"anchors":[]},{"id":"179","title":"Option: vim.autocomplete.blink-cmp.mappings.complete","content":"Complete [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-complete","tokens":["blink","cmp","complete"],"title_tokens":["blink-cmp","mappings","complete","option","vim","autocomplete"],"anchors":[]},{"id":"180","title":"Option: vim.autocomplete.blink-cmp.mappings.confirm","content":"Confirm [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-confirm","tokens":["confirm","cmp","blink"],"title_tokens":["autocomplete","confirm","vim","option","blink-cmp","mappings"],"anchors":[]},{"id":"181","title":"Option: vim.autocomplete.blink-cmp.mappings.next","content":"Next item [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-next","tokens":["next","blink","item","cmp"],"title_tokens":["blink-cmp","vim","option","autocomplete","mappings","next"],"anchors":[]},{"id":"182","title":"Option: vim.autocomplete.blink-cmp.mappings.previous","content":"Previous item [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-previous","tokens":["cmp","previous","blink","item"],"title_tokens":["option","blink-cmp","mappings","vim","previous","autocomplete"],"anchors":[]},{"id":"183","title":"Option: vim.autocomplete.blink-cmp.mappings.scrollDocsDown","content":"Scroll docs down [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-scrollDocsDown","tokens":["blink","cmp","docs","scroll","down"],"title_tokens":["blink-cmp","scrolldocsdown","mappings","option","vim","autocomplete"],"anchors":[]},{"id":"184","title":"Option: vim.autocomplete.blink-cmp.mappings.scrollDocsUp","content":"Scroll docs up [blink.cmp]","path":"options.html#option-vim-autocomplete-blink-cmp-mappings-scrollDocsUp","tokens":["cmp","scroll","blink","docs"],"title_tokens":["vim","option","blink-cmp","mappings","scrolldocsup","autocomplete"],"anchors":[]},{"id":"185","title":"Option: vim.autocomplete.blink-cmp.setupOpts","content":"Option table to pass into the setup function of blink.cmp\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts","tokens":["into","option","setup","listed","cmp","can","docs","options","table","the","even","blink","any","pass","they","not","function","additional","you"],"title_tokens":["setupopts","autocomplete","option","vim","blink-cmp"],"anchors":[]},{"id":"186","title":"Option: vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap","content":"blink.cmp cmdline keymap","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-cmdline-keymap","tokens":["cmp","keymap","blink","cmdline"],"title_tokens":["autocomplete","vim","keymap","option","cmdline","blink-cmp","setupopts"],"anchors":[]},{"id":"187","title":"Option: vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap.preset","content":"keymap presets","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-cmdline-keymap-preset","tokens":["keymap","presets"],"title_tokens":["autocomplete","keymap","option","setupopts","vim","cmdline","preset","blink-cmp"],"anchors":[]},{"id":"188","title":"Option: vim.autocomplete.blink-cmp.setupOpts.cmdline.sources","content":"List of sources to enable for cmdline. Null means use default source list.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-cmdline-sources","tokens":["means","list","use","cmdline","source","default","for","null","sources","enable"],"title_tokens":["sources","option","setupopts","cmdline","blink-cmp","vim","autocomplete"],"anchors":[]},{"id":"189","title":"Option: vim.autocomplete.blink-cmp.setupOpts.completion.documentation.auto_show","content":"Show documentation whenever an item is selected","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-completion-documentation-auto_show","tokens":["show","item","whenever","documentation","selected"],"title_tokens":["option","completion","autocomplete","setupopts","vim","documentation","auto_show","blink-cmp"],"anchors":[]},{"id":"190","title":"Option: vim.autocomplete.blink-cmp.setupOpts.completion.documentation.auto_show_delay_ms","content":"Delay before auto show triggers","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-completion-documentation-auto_show_delay_ms","tokens":["show","triggers","delay","before","auto"],"title_tokens":["option","vim","blink-cmp","documentation","completion","autocomplete","setupopts","auto_show_delay_ms"],"anchors":[]},{"id":"191","title":"Option: vim.autocomplete.blink-cmp.setupOpts.completion.menu.auto_show","content":"Manages the appearance of the completion menu. You may prevent the menu from automatically showing by this option to false and manually showing it with the show keymap command.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-completion-menu-auto_show","tokens":["you","completion","and","automatically","manually","with","command","the","showing","manages","menu","from","prevent","appearance","this","keymap","option","false","may","show"],"title_tokens":["setupopts","blink-cmp","auto_show","completion","autocomplete","menu","option","vim"],"anchors":[]},{"id":"192","title":"Option: vim.autocomplete.blink-cmp.setupOpts.fuzzy.implementation","content":"fuzzy matcher implementation for Blink.\n\"lua\": slower, Lua native fuzzy matcher implementation\n`\"rust\": use the SIMD fuzzy matcher, 'frizbee'\n\"prefer_rust\": use the rust implementation, but fall back to lua\n\"prefer_rust_with_warning\": use the rust implementation, and fall back to lua if it is not available after emitting a warning.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-fuzzy-implementation","tokens":["the","lua","and","back","prefer_rust_with_warning","not","fuzzy","prefer_rust","warning","slower","rust","simd","fall","available","implementation","matcher","for","but","frizbee","use","after","emitting","blink","native"],"title_tokens":["vim","autocomplete","blink-cmp","setupopts","option","fuzzy","implementation"],"anchors":[]},{"id":"193","title":"Option: vim.autocomplete.blink-cmp.setupOpts.fuzzy.prebuilt_binaries.download","content":"Auto-downloads prebuilt binaries.\n::: .{warning} Do not enable this option, as it does not work on Nix! :::","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-fuzzy-prebuilt_binaries-download","tokens":["does","nix","warning","not","this","prebuilt","binaries","option","work","enable","auto-downloads"],"title_tokens":["download","prebuilt_binaries","blink-cmp","option","setupopts","fuzzy","vim","autocomplete"],"anchors":[]},{"id":"194","title":"Option: vim.autocomplete.blink-cmp.setupOpts.keymap","content":"blink.cmp keymap","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-keymap","tokens":["blink","keymap","cmp"],"title_tokens":["keymap","blink-cmp","vim","setupopts","option","autocomplete"],"anchors":[]},{"id":"195","title":"Option: vim.autocomplete.blink-cmp.setupOpts.keymap.preset","content":"keymap presets","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-keymap-preset","tokens":["presets","keymap"],"title_tokens":["preset","keymap","vim","option","autocomplete","blink-cmp","setupopts"],"anchors":[]},{"id":"196","title":"Option: vim.autocomplete.blink-cmp.setupOpts.sources.default","content":"Default list of sources to enable for completion.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-sources-default","tokens":["enable","completion","for","list","sources","default"],"title_tokens":["vim","option","blink-cmp","setupopts","default","sources","autocomplete"],"anchors":[]},{"id":"197","title":"Option: vim.autocomplete.blink-cmp.setupOpts.sources.providers","content":"Settings for completion providers.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-sources-providers","tokens":["providers","for","completion","settings"],"title_tokens":["vim","option","sources","autocomplete","setupopts","providers","blink-cmp"],"anchors":[]},{"id":"198","title":"Option: vim.autocomplete.blink-cmp.setupOpts.sources.providers.<name>.module","content":"Provider module.","path":"options.html#option-vim-autocomplete-blink-cmp-setupOpts-sources-providers--module","tokens":["provider","module"],"title_tokens":["sources","providers","setupopts","name","blink-cmp","option","vim","autocomplete","module"],"anchors":[]},{"id":"199","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins","content":"blink.cmp sources.\nAttribute names must be source names used in {option}vim.autocomplete.blink-cmp.setupOpts.sources.default.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins","tokens":["blink-cmp","default","must","used","option","attribute","blink","names","sources","source","autocomplete","setupopts","cmp","vim"],"title_tokens":["option","vim","autocomplete","sourceplugins","blink-cmp"],"anchors":[]},{"id":"200","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.<name>.enable","content":"Whether to enable this source.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins--enable","tokens":["whether","source","enable","this"],"title_tokens":["sourceplugins","name","enable","autocomplete","blink-cmp","option","vim"],"anchors":[]},{"id":"201","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.<name>.module","content":"Value of {option}vim.autocomplete.blink-cmp.setupOpts.sources.providers..module.\nShould be present in the source's documentation.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins--module","tokens":["sources","name","vim","source","should","module","the","value","autocomplete","providers","option","blink-cmp","setupopts","documentation","present"],"title_tokens":["module","autocomplete","blink-cmp","vim","option","name","sourceplugins"],"anchors":[]},{"id":"202","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.<name>.package","content":"blink-cmp source plugin package.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins--package","tokens":["blink-cmp","source","package","plugin"],"title_tokens":["package","option","autocomplete","sourceplugins","blink-cmp","vim","name"],"anchors":[]},{"id":"203","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.emoji.enable","content":"Whether to enable emoji source.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-emoji-enable","tokens":["source","emoji","whether","enable"],"title_tokens":["option","sourceplugins","enable","blink-cmp","autocomplete","vim","emoji"],"anchors":[]},{"id":"204","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.emoji.module","content":"Value of {option}vim.autocomplete.blink-cmp.setupOpts.sources.providers.emoji.module.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-emoji-module","tokens":["value","autocomplete","setupopts","vim","option","providers","sources","emoji","module","blink-cmp"],"title_tokens":["vim","blink-cmp","emoji","module","option","autocomplete","sourceplugins"],"anchors":[]},{"id":"205","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.emoji.package","content":"blink-cmp emoji source plugin package.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-emoji-package","tokens":["plugin","emoji","package","source","blink-cmp"],"title_tokens":["emoji","option","package","vim","blink-cmp","autocomplete","sourceplugins"],"anchors":[]},{"id":"206","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.ripgrep.enable","content":"Whether to enable ripgrep source.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-ripgrep-enable","tokens":["whether","enable","source","ripgrep"],"title_tokens":["enable","autocomplete","option","vim","blink-cmp","sourceplugins","ripgrep"],"anchors":[]},{"id":"207","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.ripgrep.module","content":"Value of {option}vim.autocomplete.blink-cmp.setupOpts.sources.providers.ripgrep.module.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-ripgrep-module","tokens":["vim","autocomplete","value","blink-cmp","sources","setupopts","module","option","providers","ripgrep"],"title_tokens":["autocomplete","ripgrep","blink-cmp","module","option","vim","sourceplugins"],"anchors":[]},{"id":"208","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.ripgrep.package","content":"blink-cmp ripgrep source plugin package.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-ripgrep-package","tokens":["ripgrep","plugin","blink-cmp","package","source"],"title_tokens":["autocomplete","option","ripgrep","package","sourceplugins","vim","blink-cmp"],"anchors":[]},{"id":"209","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.spell.enable","content":"Whether to enable spell source.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-spell-enable","tokens":["spell","source","whether","enable"],"title_tokens":["autocomplete","sourceplugins","enable","option","spell","vim","blink-cmp"],"anchors":[]},{"id":"210","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.spell.module","content":"Value of {option}vim.autocomplete.blink-cmp.setupOpts.sources.providers.spell.module.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-spell-module","tokens":["blink-cmp","providers","value","spell","sources","vim","setupopts","option","module","autocomplete"],"title_tokens":["option","blink-cmp","sourceplugins","module","vim","spell","autocomplete"],"anchors":[]},{"id":"211","title":"Option: vim.autocomplete.blink-cmp.sourcePlugins.spell.package","content":"blink-cmp spell source plugin package.","path":"options.html#option-vim-autocomplete-blink-cmp-sourcePlugins-spell-package","tokens":["blink-cmp","spell","plugin","package","source"],"title_tokens":["autocomplete","spell","sourceplugins","blink-cmp","vim","package","option"],"anchors":[]},{"id":"212","title":"Option: vim.autocomplete.enableSharedCmpSources","content":"Whether to enable sources shared by blink.cmp and nvim-cmp.","path":"options.html#option-vim-autocomplete-enableSharedCmpSources","tokens":["shared","enable","cmp","sources","and","nvim-cmp","blink","whether"],"title_tokens":["vim","option","autocomplete","enablesharedcmpsources"],"anchors":[]},{"id":"213","title":"Option: vim.autocomplete.nvim-cmp.enable","content":"Whether to enable nvim-cmp.","path":"options.html#option-vim-autocomplete-nvim-cmp-enable","tokens":["enable","nvim-cmp","whether"],"title_tokens":["autocomplete","nvim-cmp","vim","option","enable"],"anchors":[]},{"id":"214","title":"Option: vim.autocomplete.nvim-cmp.format","content":"The function used to customize the completion menu entries. This is outside of setupOpts to allow for an easier integration with lspkind.nvim.\nSee :help cmp-config.formatting.format.","path":"options.html#option-vim-autocomplete-nvim-cmp-format","tokens":["outside","format","the","entries","function","nvim","help","allow","cmp-config","formatting","completion","customize","with","integration","setupopts","this","menu","see","used","easier","for","lspkind"],"title_tokens":["vim","option","format","autocomplete","nvim-cmp"],"anchors":[]},{"id":"215","title":"Option: vim.autocomplete.nvim-cmp.mappings.close","content":"Close [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-close","tokens":["nvim-cmp","close"],"title_tokens":["close","vim","nvim-cmp","autocomplete","option","mappings"],"anchors":[]},{"id":"216","title":"Option: vim.autocomplete.nvim-cmp.mappings.complete","content":"Complete [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-complete","tokens":["nvim-cmp","complete"],"title_tokens":["vim","option","autocomplete","nvim-cmp","complete","mappings"],"anchors":[]},{"id":"217","title":"Option: vim.autocomplete.nvim-cmp.mappings.confirm","content":"Confirm [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-confirm","tokens":["nvim-cmp","confirm"],"title_tokens":["nvim-cmp","mappings","confirm","vim","autocomplete","option"],"anchors":[]},{"id":"218","title":"Option: vim.autocomplete.nvim-cmp.mappings.next","content":"Next item [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-next","tokens":["nvim-cmp","next","item"],"title_tokens":["autocomplete","vim","mappings","next","nvim-cmp","option"],"anchors":[]},{"id":"219","title":"Option: vim.autocomplete.nvim-cmp.mappings.previous","content":"Previous item [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-previous","tokens":["item","previous","nvim-cmp"],"title_tokens":["autocomplete","option","nvim-cmp","mappings","previous","vim"],"anchors":[]},{"id":"220","title":"Option: vim.autocomplete.nvim-cmp.mappings.scrollDocsDown","content":"Scroll docs down [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-scrollDocsDown","tokens":["scroll","nvim-cmp","docs","down"],"title_tokens":["autocomplete","option","vim","nvim-cmp","scrolldocsdown","mappings"],"anchors":[]},{"id":"221","title":"Option: vim.autocomplete.nvim-cmp.mappings.scrollDocsUp","content":"Scroll docs up [nvim-cmp]","path":"options.html#option-vim-autocomplete-nvim-cmp-mappings-scrollDocsUp","tokens":["docs","nvim-cmp","scroll"],"title_tokens":["option","vim","scrolldocsup","mappings","nvim-cmp","autocomplete"],"anchors":[]},{"id":"222","title":"Option: vim.autocomplete.nvim-cmp.setupOpts","content":"Option table to pass into the setup function of the autocomplete plugin\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-autocomplete-nvim-cmp-setupOpts","tokens":["even","they","function","plugin","listed","the","any","setup","docs","autocomplete","options","option","pass","additional","not","table","into","you","can"],"title_tokens":["autocomplete","vim","option","nvim-cmp","setupopts"],"anchors":[]},{"id":"223","title":"Option: vim.autocomplete.nvim-cmp.setupOpts.completion.completeopt","content":"A comma-separated list of options for completion.\nSee :help completeopt for the complete list.","path":"options.html#option-vim-autocomplete-nvim-cmp-setupOpts-completion-completeopt","tokens":["options","list","for","completion","completeopt","help","the","comma-separated","complete","see"],"title_tokens":["setupopts","completeopt","autocomplete","option","completion","vim","nvim-cmp"],"anchors":[]},{"id":"224","title":"Option: vim.autocomplete.nvim-cmp.setupOpts.sorting.comparators","content":"The comparator functions used for sorting completions.\nYou can either pass a valid inline lua function (see :help cmp-config.sorting.comparators), or a string, in which case the builtin comparator with that name will be used.\nA deprio function and a kinds (require(\"cmp.types\").lsp.CompletionItemKind) variable is provided above setupOpts. By passing a type to the function, the returned function will be a comparator that always ranks the specified kind the lowest.","path":"options.html#option-vim-autocomplete-nvim-cmp-setupOpts-sorting-comparators","tokens":["cmp","lsp","see","above","and","setupopts","type","types","specified","valid","builtin","returned","for","kind","pass","the","variable","comparator","either","name","you","always","provided","deprio","ranks","which","case","functions","completions","kinds","require","inline","function","with","will","completionitemkind","lua","passing","lowest","can","string","cmp-config","that","used","comparators","sorting","help"],"title_tokens":["nvim-cmp","setupopts","sorting","comparators","vim","option","autocomplete"],"anchors":[]},{"id":"225","title":"Option: vim.autocomplete.nvim-cmp.sourcePlugins","content":"List of source plugins used by nvim-cmp.","path":"options.html#option-vim-autocomplete-nvim-cmp-sourcePlugins","tokens":["plugins","nvim-cmp","source","used","list"],"title_tokens":["nvim-cmp","autocomplete","sourceplugins","vim","option"],"anchors":[]},{"id":"226","title":"Option: vim.autocomplete.nvim-cmp.sources","content":"The list of sources used by nvim-cmp","path":"options.html#option-vim-autocomplete-nvim-cmp-sources","tokens":["sources","nvim-cmp","the","list","used"],"title_tokens":["nvim-cmp","option","sources","vim","autocomplete"],"anchors":[]},{"id":"227","title":"Option: vim.autopairs.nvim-autopairs.enable","content":"Whether to enable autopairs.","path":"options.html#option-vim-autopairs-nvim-autopairs-enable","tokens":["enable","whether","autopairs"],"title_tokens":["vim","nvim-autopairs","option","enable","autopairs"],"anchors":[]},{"id":"228","title":"Option: vim.autopairs.nvim-autopairs.setupOpts","content":"Option table to pass into the setup function of nvim-autopairs\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-autopairs-nvim-autopairs-setupOpts","tokens":["any","options","docs","function","the","additional","listed","option","into","nvim-autopairs","pass","table","you","setup","can","they","not","even"],"title_tokens":["setupopts","vim","autopairs","option","nvim-autopairs"],"anchors":[]},{"id":"229","title":"Option: vim.bell","content":"Set how bells are handled. Options: on, visual or none","path":"options.html#option-vim-bell","tokens":["options","none","are","bells","handled","set","visual","how"],"title_tokens":["vim","bell","option"],"anchors":[]},{"id":"230","title":"Option: vim.binds.cheatsheet.enable","content":"Whether to enable cheatsheet-nvim: searchable cheatsheet for nvim using telescope.","path":"options.html#option-vim-binds-cheatsheet-enable","tokens":["searchable","cheatsheet","cheatsheet-nvim","telescope","enable","using","nvim","for","whether"],"title_tokens":["option","enable","cheatsheet","binds","vim"],"anchors":[]},{"id":"231","title":"Option: vim.binds.hardtime-nvim.enable","content":"Whether to enable hardtime helper for no repeat keybinds.","path":"options.html#option-vim-binds-hardtime-nvim-enable","tokens":["keybinds","whether","repeat","for","enable","helper","hardtime"],"title_tokens":["vim","hardtime-nvim","enable","option","binds"],"anchors":[]},{"id":"232","title":"Option: vim.binds.hardtime-nvim.setupOpts","content":"Option table to pass into the setup function of hardtime-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-binds-hardtime-nvim-setupOpts","tokens":["can","even","listed","you","not","docs","additional","the","any","pass","they","into","options","table","option","function","setup","hardtime-nvim"],"title_tokens":["binds","vim","hardtime-nvim","setupopts","option"],"anchors":[]},{"id":"233","title":"Option: vim.binds.whichKey.enable","content":"Whether to enable which-key keybind helper menu.","path":"options.html#option-vim-binds-whichKey-enable","tokens":["helper","whether","enable","keybind","menu","which-key"],"title_tokens":["option","binds","whichkey","enable","vim"],"anchors":[]},{"id":"234","title":"Option: vim.binds.whichKey.register","content":"Register label for which-key keybind helper menu","path":"options.html#option-vim-binds-whichKey-register","tokens":["for","which-key","menu","label","helper","keybind","register"],"title_tokens":["option","binds","whichkey","register","vim"],"anchors":[]},{"id":"235","title":"Option: vim.binds.whichKey.setupOpts","content":"Option table to pass into the setup function of which-key\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-binds-whichKey-setupOpts","tokens":["option","the","pass","not","additional","into","can","listed","which-key","docs","function","setup","you","even","they","table","options","any"],"title_tokens":["whichkey","vim","setupopts","binds","option"],"anchors":[]},{"id":"236","title":"Option: vim.binds.whichKey.setupOpts.notify","content":"Show a warning when issues were detected with mappings","path":"options.html#option-vim-binds-whichKey-setupOpts-notify","tokens":["warning","when","mappings","issues","show","were","with","detected"],"title_tokens":["notify","option","setupopts","vim","whichkey","binds"],"anchors":[]},{"id":"237","title":"Option: vim.binds.whichKey.setupOpts.preset","content":"The default preset for the which-key window","path":"options.html#option-vim-binds-whichKey-setupOpts-preset","tokens":["default","window","the","preset","for","which-key"],"title_tokens":["option","preset","binds","vim","whichkey","setupopts"],"anchors":[]},{"id":"238","title":"Option: vim.binds.whichKey.setupOpts.replace","content":"Functions/Lua Patterns for formatting the labels","path":"options.html#option-vim-binds-whichKey-setupOpts-replace","tokens":["the","formatting","labels","lua","functions","patterns","for"],"title_tokens":["option","vim","replace","binds","whichkey","setupopts"],"anchors":[]},{"id":"239","title":"Option: vim.binds.whichKey.setupOpts.win.border","content":"Which-key window border style","path":"options.html#option-vim-binds-whichKey-setupOpts-win-border","tokens":["window","border","which-key","style"],"title_tokens":["setupopts","option","border","vim","whichkey","binds","win"],"anchors":[]},{"id":"240","title":"Option: vim.build.finalPackage","content":"final output package","path":"options.html#option-vim-build-finalPackage","tokens":["package","output","final"],"title_tokens":["build","option","finalpackage","vim"],"anchors":[]},{"id":"241","title":"Option: vim.clipboard.enable","content":"Whether to enable clipboard management for Neovim. Users may still choose to manage their clipboard through {option}vim.options should they wish to avoid using this module. .","path":"options.html#option-vim-clipboard-enable","tokens":["whether","avoid","should","module","users","this","using","their","option","vim","for","wish","choose","management","neovim","enable","still","may","manage","through","clipboard","options","they"],"title_tokens":["option","clipboard","enable","vim"],"anchors":[]},{"id":"242","title":"Option: vim.clipboard.providers","content":"Clipboard providers for which packages will be added to nvf's {option}extraPackages. The package field may be set to null if related packages are already found in system packages to potentially reduce closure sizes.","path":"options.html#option-vim-clipboard-providers","tokens":["the","which","sizes","found","reduce","package","are","field","system","nvf","providers","packages","already","added","will","may","extrapackages","option","null","related","potentially","for","set","closure","clipboard"],"title_tokens":["clipboard","vim","providers","option"],"anchors":[]},{"id":"243","title":"Option: vim.clipboard.providers.wl-copy.enable","content":"Whether to enable wl-copy.","path":"options.html#option-vim-clipboard-providers-wl-copy-enable","tokens":["enable","wl-copy","whether"],"title_tokens":["vim","option","enable","providers","clipboard","wl-copy"],"anchors":[]},{"id":"244","title":"Option: vim.clipboard.providers.wl-copy.package","content":"The wl-clipboard package to use.","path":"options.html#option-vim-clipboard-providers-wl-copy-package","tokens":["the","use","package","wl-clipboard"],"title_tokens":["clipboard","package","option","vim","providers","wl-copy"],"anchors":[]},{"id":"245","title":"Option: vim.clipboard.providers.xclip.enable","content":"Whether to enable xclip.","path":"options.html#option-vim-clipboard-providers-xclip-enable","tokens":["whether","enable","xclip"],"title_tokens":["xclip","option","providers","enable","vim","clipboard"],"anchors":[]},{"id":"246","title":"Option: vim.clipboard.providers.xclip.package","content":"The xclip package to use.","path":"options.html#option-vim-clipboard-providers-xclip-package","tokens":["use","the","xclip","package"],"title_tokens":["xclip","vim","package","clipboard","option","providers"],"anchors":[]},{"id":"247","title":"Option: vim.clipboard.providers.xsel.enable","content":"Whether to enable xsel.","path":"options.html#option-vim-clipboard-providers-xsel-enable","tokens":["enable","whether","xsel"],"title_tokens":["xsel","providers","clipboard","enable","option","vim"],"anchors":[]},{"id":"248","title":"Option: vim.clipboard.providers.xsel.package","content":"The xsel package to use.","path":"options.html#option-vim-clipboard-providers-xsel-package","tokens":["package","the","xsel","use"],"title_tokens":["providers","option","vim","clipboard","package","xsel"],"anchors":[]},{"id":"249","title":"Option: vim.clipboard.registers","content":"The register to be used by the Neovim clipboard. Recognized types are:\nunnamed: Vim will use the clipboard register \"*\" for all yank, delete, change and put operations which would normally go to the unnamed register.\nunnamedplus: A variant of the \"unnamed\" flag which uses the clipboard register \"+\" ({command}:h quoteplus) instead of register \"*\" for all yank, delete, change and put operations which would normally go to the unnamed register.\n\nWhen unnamed and unnamedplus is included simultaneously as \"unnamed,unnamedplus\", yank and delete operations (but not put) will additionally copy the text into register \"*\".\nPlease see {command}:h clipboard for more details.","path":"options.html#option-vim-clipboard-registers","tokens":["use","put","operations","would","which","but","unnamed","instead","when","neovim","additionally","not","and","into","please","uses","unnamedplus","yank","delete","the","recognized","quoteplus","will","change","vim","variant","types","command","clipboard","register","all","copy","see","more","for","details","used","are","normally","flag","text","included","simultaneously"],"title_tokens":["option","clipboard","vim","registers"],"anchors":[]},{"id":"250","title":"Option: vim.comments.comment-nvim.enable","content":"Whether to enable smart and powerful comment plugin for neovim comment-nvim.","path":"options.html#option-vim-comments-comment-nvim-enable","tokens":["for","and","smart","enable","neovim","powerful","comment","comment-nvim","whether","plugin"],"title_tokens":["comment-nvim","enable","option","comments","vim"],"anchors":[]},{"id":"251","title":"Option: vim.comments.comment-nvim.mappings.toggleCurrentBlock","content":"Toggle current block comment","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleCurrentBlock","tokens":["toggle","block","comment","current"],"title_tokens":["comments","option","mappings","vim","togglecurrentblock","comment-nvim"],"anchors":[]},{"id":"252","title":"Option: vim.comments.comment-nvim.mappings.toggleCurrentLine","content":"Toggle current line comment","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleCurrentLine","tokens":["line","comment","toggle","current"],"title_tokens":["vim","mappings","comment-nvim","comments","option","togglecurrentline"],"anchors":[]},{"id":"253","title":"Option: vim.comments.comment-nvim.mappings.toggleOpLeaderBlock","content":"Toggle block comment","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleOpLeaderBlock","tokens":["toggle","block","comment"],"title_tokens":["toggleopleaderblock","comments","option","vim","comment-nvim","mappings"],"anchors":[]},{"id":"254","title":"Option: vim.comments.comment-nvim.mappings.toggleOpLeaderLine","content":"Toggle line comment","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleOpLeaderLine","tokens":["line","toggle","comment"],"title_tokens":["vim","comments","comment-nvim","mappings","toggleopleaderline","option"],"anchors":[]},{"id":"255","title":"Option: vim.comments.comment-nvim.mappings.toggleSelectedBlock","content":"Toggle selected block","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleSelectedBlock","tokens":["block","toggle","selected"],"title_tokens":["mappings","option","comment-nvim","toggleselectedblock","vim","comments"],"anchors":[]},{"id":"256","title":"Option: vim.comments.comment-nvim.mappings.toggleSelectedLine","content":"Toggle selected comment","path":"options.html#option-vim-comments-comment-nvim-mappings-toggleSelectedLine","tokens":["comment","selected","toggle"],"title_tokens":["option","comments","vim","mappings","toggleselectedline","comment-nvim"],"anchors":[]},{"id":"257","title":"Option: vim.comments.comment-nvim.setupOpts","content":"Option table to pass into the setup function of Comment-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-comments-comment-nvim-setupOpts","tokens":["options","additional","option","the","setup","not","listed","they","pass","even","can","docs","any","into","function","table","comment-nvim","you"],"title_tokens":["option","comments","vim","comment-nvim","setupopts"],"anchors":[]},{"id":"258","title":"Option: vim.comments.comment-nvim.setupOpts.mappings.basic","content":"Whether to enable basic mappings.","path":"options.html#option-vim-comments-comment-nvim-setupOpts-mappings-basic","tokens":["mappings","whether","basic","enable"],"title_tokens":["basic","comment-nvim","comments","vim","setupopts","option","mappings"],"anchors":[]},{"id":"259","title":"Option: vim.comments.comment-nvim.setupOpts.mappings.extra","content":"Whether to enable extra mappings.","path":"options.html#option-vim-comments-comment-nvim-setupOpts-mappings-extra","tokens":["mappings","extra","whether","enable"],"title_tokens":["mappings","extra","vim","setupopts","comments","comment-nvim","option"],"anchors":[]},{"id":"260","title":"Option: vim.dashboard.alpha.enable","content":"Whether to enable fast and fully programmable greeter for neovim [alpha.nvim].","path":"options.html#option-vim-dashboard-alpha-enable","tokens":["neovim","fully","programmable","greeter","enable","whether","for","alpha","nvim","fast","and"],"title_tokens":["vim","enable","dashboard","option","alpha"],"anchors":[]},{"id":"261","title":"Option: vim.dashboard.alpha.layout","content":"Alpha dashboard layout","path":"options.html#option-vim-dashboard-alpha-layout","tokens":["layout","dashboard","alpha"],"title_tokens":["option","alpha","dashboard","layout","vim"],"anchors":[]},{"id":"262","title":"Option: vim.dashboard.alpha.opts","content":"Optional global options","path":"options.html#option-vim-dashboard-alpha-opts","tokens":["options","global","optional"],"title_tokens":["option","alpha","opts","dashboard","vim"],"anchors":[]},{"id":"263","title":"Option: vim.dashboard.alpha.theme","content":"Alpha default theme to use","path":"options.html#option-vim-dashboard-alpha-theme","tokens":["theme","use","alpha","default"],"title_tokens":["vim","option","dashboard","alpha","theme"],"anchors":[]},{"id":"264","title":"Option: vim.dashboard.dashboard-nvim.enable","content":"Whether to enable Fancy and Blazing Fast start screen plugin of neovim [dashboard.nvim].","path":"options.html#option-vim-dashboard-dashboard-nvim-enable","tokens":["enable","fast","fancy","neovim","nvim","screen","blazing","and","plugin","dashboard","whether","start"],"title_tokens":["dashboard-nvim","option","vim","enable","dashboard"],"anchors":[]},{"id":"265","title":"Option: vim.dashboard.dashboard-nvim.setupOpts","content":"Option table to pass into the setup function of dashboard.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-dashboard-dashboard-nvim-setupOpts","tokens":["additional","you","not","options","can","into","even","they","pass","docs","table","nvim","listed","option","dashboard","setup","function","the","any"],"title_tokens":["setupopts","vim","dashboard","option","dashboard-nvim"],"anchors":[]},{"id":"266","title":"Option: vim.dashboard.startify.bookmarks","content":"List of book marks to display on start page","path":"options.html#option-vim-dashboard-startify-bookmarks","tokens":["display","marks","start","book","page","list"],"title_tokens":["vim","option","dashboard","startify","bookmarks"],"anchors":[]},{"id":"267","title":"Option: vim.dashboard.startify.changeDirCmd","content":"Command to change the current window with.","path":"options.html#option-vim-dashboard-startify-changeDirCmd","tokens":["the","current","with","command","change","window"],"title_tokens":["vim","option","dashboard","startify","changedircmd"],"anchors":[]},{"id":"268","title":"Option: vim.dashboard.startify.changeToDir","content":"Whether Vim should change to the directory of the file you open","path":"options.html#option-vim-dashboard-startify-changeToDir","tokens":["vim","the","you","file","should","open","whether","change","directory"],"title_tokens":["option","vim","dashboard","startify","changetodir"],"anchors":[]},{"id":"269","title":"Option: vim.dashboard.startify.changeToVCRoot","content":"Whether Vim should change to the version control root when opening a file","path":"options.html#option-vim-dashboard-startify-changeToVCRoot","tokens":["whether","opening","change","should","control","root","when","vim","the","version","file"],"title_tokens":["startify","option","vim","dashboard","changetovcroot"],"anchors":[]},{"id":"270","title":"Option: vim.dashboard.startify.commands","content":"Commands that are presented to the user on startify page","path":"options.html#option-vim-dashboard-startify-commands","tokens":["commands","startify","presented","page","the","are","that","user"],"title_tokens":["startify","commands","option","vim","dashboard"],"anchors":[]},{"id":"271","title":"Option: vim.dashboard.startify.customFooter","content":"Text to place in the footer","path":"options.html#option-vim-dashboard-startify-customFooter","tokens":["place","the","footer","text"],"title_tokens":["startify","customfooter","option","dashboard","vim"],"anchors":[]},{"id":"272","title":"Option: vim.dashboard.startify.customHeader","content":"Text to place in the header","path":"options.html#option-vim-dashboard-startify-customHeader","tokens":["text","header","the","place"],"title_tokens":["vim","customheader","option","dashboard","startify"],"anchors":[]},{"id":"273","title":"Option: vim.dashboard.startify.customIndices","content":"Specify a list of default characters to use instead of numbers","path":"options.html#option-vim-dashboard-startify-customIndices","tokens":["instead","use","numbers","list","specify","characters","default"],"title_tokens":["option","customindices","vim","dashboard","startify"],"anchors":[]},{"id":"274","title":"Option: vim.dashboard.startify.disableOnStartup","content":"Whether vim-startify should be disabled on startup.\nThis will prevent startify from opening on startup, but it can still be called with :Startify","path":"options.html#option-vim-dashboard-startify-disableOnStartup","tokens":["startify","still","startup","will","this","but","whether","vim-startify","disabled","from","opening","prevent","can","with","should","called"],"title_tokens":["disableonstartup","vim","dashboard","startify","option"],"anchors":[]},{"id":"275","title":"Option: vim.dashboard.startify.enable","content":"Whether to enable fancy start screen for Vim [vim-startify].","path":"options.html#option-vim-dashboard-startify-enable","tokens":["screen","whether","vim","for","vim-startify","start","enable","fancy"],"title_tokens":["option","dashboard","vim","enable","startify"],"anchors":[]},{"id":"276","title":"Option: vim.dashboard.startify.filesNumber","content":"How many files to list","path":"options.html#option-vim-dashboard-startify-filesNumber","tokens":["how","list","files","many"],"title_tokens":["vim","dashboard","startify","option","filesnumber"],"anchors":[]},{"id":"277","title":"Option: vim.dashboard.startify.lists","content":"Specify the lists and in what order they are displayed on startify.","path":"options.html#option-vim-dashboard-startify-lists","tokens":["lists","specify","the","they","what","and","displayed","order","are","startify"],"title_tokens":["option","lists","vim","dashboard","startify"],"anchors":[]},{"id":"278","title":"Option: vim.dashboard.startify.paddingLeft","content":"Number of spaces used for left padding.","path":"options.html#option-vim-dashboard-startify-paddingLeft","tokens":["number","for","used","padding","left","spaces"],"title_tokens":["vim","option","startify","dashboard","paddingleft"],"anchors":[]},{"id":"279","title":"Option: vim.dashboard.startify.sessionAutoload","content":"Make vim-startify auto load Session.vim files from the current directory","path":"options.html#option-vim-dashboard-startify-sessionAutoload","tokens":["current","session","files","vim","the","load","directory","vim-startify","from","make","auto"],"title_tokens":["option","dashboard","vim","startify","sessionautoload"],"anchors":[]},{"id":"280","title":"Option: vim.dashboard.startify.sessionBeforeSave","content":"Commands to run before saving a session","path":"options.html#option-vim-dashboard-startify-sessionBeforeSave","tokens":["commands","saving","session","before","run"],"title_tokens":["option","startify","vim","sessionbeforesave","dashboard"],"anchors":[]},{"id":"281","title":"Option: vim.dashboard.startify.sessionDeleteBuffers","content":"Delete all buffers when loading or closing a session","path":"options.html#option-vim-dashboard-startify-sessionDeleteBuffers","tokens":["session","all","buffers","delete","when","loading","closing"],"title_tokens":["option","startify","sessiondeletebuffers","dashboard","vim"],"anchors":[]},{"id":"282","title":"Option: vim.dashboard.startify.sessionDir","content":"Directory to save and load sessions from","path":"options.html#option-vim-dashboard-startify-sessionDir","tokens":["sessions","from","directory","and","save","load"],"title_tokens":["option","vim","dashboard","startify","sessiondir"],"anchors":[]},{"id":"283","title":"Option: vim.dashboard.startify.sessionPersistence","content":"Persist session before leaving vim or switching session","path":"options.html#option-vim-dashboard-startify-sessionPersistence","tokens":["switching","persist","session","leaving","before","vim"],"title_tokens":["option","vim","dashboard","startify","sessionpersistence"],"anchors":[]},{"id":"284","title":"Option: vim.dashboard.startify.sessionRemoveLines","content":"Patterns to remove from session files","path":"options.html#option-vim-dashboard-startify-sessionRemoveLines","tokens":["remove","session","files","patterns","from"],"title_tokens":["startify","sessionremovelines","option","dashboard","vim"],"anchors":[]},{"id":"285","title":"Option: vim.dashboard.startify.sessionSavecmds","content":"List of commands to run when loading a session.","path":"options.html#option-vim-dashboard-startify-sessionSavecmds","tokens":["session","commands","list","loading","run","when"],"title_tokens":["sessionsavecmds","vim","startify","dashboard","option"],"anchors":[]},{"id":"286","title":"Option: vim.dashboard.startify.sessionSavevars","content":"List of variables to save into a session file.","path":"options.html#option-vim-dashboard-startify-sessionSavevars","tokens":["variables","session","file","list","into","save"],"title_tokens":["option","vim","startify","sessionsavevars","dashboard"],"anchors":[]},{"id":"287","title":"Option: vim.dashboard.startify.sessionSort","content":"While true, sessions will be sorted by date rather than alphabetically.","path":"options.html#option-vim-dashboard-startify-sessionSort","tokens":["sessions","while","than","will","sorted","date","true","alphabetically","rather"],"title_tokens":["option","dashboard","vim","sessionsort","startify"],"anchors":[]},{"id":"288","title":"Option: vim.dashboard.startify.skipList","content":"List of regex patterns to exclude from MRU lists","path":"options.html#option-vim-dashboard-startify-skipList","tokens":["from","exclude","mru","list","patterns","regex","lists"],"title_tokens":["startify","option","skiplist","dashboard","vim"],"anchors":[]},{"id":"289","title":"Option: vim.dashboard.startify.skipListServer","content":"List of vim servers to not load startify for","path":"options.html#option-vim-dashboard-startify-skipListServer","tokens":["vim","not","load","list","for","startify","servers"],"title_tokens":["vim","startify","option","skiplistserver","dashboard"],"anchors":[]},{"id":"290","title":"Option: vim.dashboard.startify.unsafe","content":"Whether to turn on unsafe mode for Startify.\nWhile enabld, vim-startify will stops resolving links, checking files are readable and filtering bookmark list","path":"options.html#option-vim-dashboard-startify-unsafe","tokens":["stops","whether","unsafe","files","turn","list","mode","for","are","enabld","filtering","while","vim-startify","startify","will","links","readable","and","bookmark","resolving","checking"],"title_tokens":["dashboard","option","startify","unsafe","vim"],"anchors":[]},{"id":"291","title":"Option: vim.dashboard.startify.updateOldFiles","content":"Set if you want startify to always update and not just when neovim closes","path":"options.html#option-vim-dashboard-startify-updateOldFiles","tokens":["neovim","set","when","want","startify","closes","always","you","update","and","not","just"],"title_tokens":["option","startify","dashboard","updateoldfiles","vim"],"anchors":[]},{"id":"292","title":"Option: vim.dashboard.startify.useEnv","content":"Show environment variables in path if name is shorter than value","path":"options.html#option-vim-dashboard-startify-useEnv","tokens":["show","path","shorter","environment","value","name","than","variables"],"title_tokens":["vim","startify","useenv","dashboard","option"],"anchors":[]},{"id":"293","title":"Option: vim.debugMode.enable","content":"Whether to enable debug mode.","path":"options.html#option-vim-debugMode-enable","tokens":["enable","mode","whether","debug"],"title_tokens":["enable","debugmode","vim","option"],"anchors":[]},{"id":"294","title":"Option: vim.debugMode.level","content":"Set verbosity level of Neovim while debug mode is enabled.\nValue must be be one of the levels expected by Neovim's verbose option","path":"options.html#option-vim-debugMode-level","tokens":["verbosity","the","option","value","levels","must","verbose","set","debug","expected","while","one","level","enabled","mode","neovim"],"title_tokens":["option","vim","debugmode","level"],"anchors":[]},{"id":"295","title":"Option: vim.debugMode.logFile","content":"Set the log file that will be used to store verbose messages set by the verbose option.","path":"options.html#option-vim-debugMode-logFile","tokens":["log","will","store","option","messages","verbose","set","file","that","the","used"],"title_tokens":["option","debugmode","vim","logfile"],"anchors":[]},{"id":"296","title":"Option: vim.debugger.nvim-dap.enable","content":"Whether to enable debugging via nvim-dap.","path":"options.html#option-vim-debugger-nvim-dap-enable","tokens":["via","enable","debugging","nvim-dap","whether"],"title_tokens":["vim","nvim-dap","debugger","enable","option"],"anchors":[]},{"id":"297","title":"Option: vim.debugger.nvim-dap.mappings.continue","content":"Continue","path":"options.html#option-vim-debugger-nvim-dap-mappings-continue","tokens":["continue"],"title_tokens":["debugger","option","nvim-dap","mappings","continue","vim"],"anchors":[]},{"id":"298","title":"Option: vim.debugger.nvim-dap.mappings.goDown","content":"Go down stacktrace","path":"options.html#option-vim-debugger-nvim-dap-mappings-goDown","tokens":["down","stacktrace"],"title_tokens":["option","vim","debugger","nvim-dap","mappings","godown"],"anchors":[]},{"id":"299","title":"Option: vim.debugger.nvim-dap.mappings.goUp","content":"Go up stacktrace","path":"options.html#option-vim-debugger-nvim-dap-mappings-goUp","tokens":["stacktrace"],"title_tokens":["option","vim","debugger","nvim-dap","mappings","goup"],"anchors":[]},{"id":"300","title":"Option: vim.debugger.nvim-dap.mappings.hover","content":"Hover","path":"options.html#option-vim-debugger-nvim-dap-mappings-hover","tokens":["hover"],"title_tokens":["hover","vim","option","nvim-dap","mappings","debugger"],"anchors":[]},{"id":"301","title":"Option: vim.debugger.nvim-dap.mappings.restart","content":"Restart","path":"options.html#option-vim-debugger-nvim-dap-mappings-restart","tokens":["restart"],"title_tokens":["mappings","debugger","restart","vim","option","nvim-dap"],"anchors":[]},{"id":"302","title":"Option: vim.debugger.nvim-dap.mappings.runLast","content":"Re-run Last Debug Session","path":"options.html#option-vim-debugger-nvim-dap-mappings-runLast","tokens":["last","debug","session","re-run"],"title_tokens":["runlast","vim","mappings","debugger","option","nvim-dap"],"anchors":[]},{"id":"303","title":"Option: vim.debugger.nvim-dap.mappings.runToCursor","content":"Continue to the current cursor","path":"options.html#option-vim-debugger-nvim-dap-mappings-runToCursor","tokens":["continue","cursor","the","current"],"title_tokens":["debugger","mappings","vim","option","runtocursor","nvim-dap"],"anchors":[]},{"id":"304","title":"Option: vim.debugger.nvim-dap.mappings.stepBack","content":"Step back","path":"options.html#option-vim-debugger-nvim-dap-mappings-stepBack","tokens":["back","step"],"title_tokens":["mappings","option","stepback","vim","debugger","nvim-dap"],"anchors":[]},{"id":"305","title":"Option: vim.debugger.nvim-dap.mappings.stepInto","content":"Step into function","path":"options.html#option-vim-debugger-nvim-dap-mappings-stepInto","tokens":["step","into","function"],"title_tokens":["option","nvim-dap","debugger","vim","mappings","stepinto"],"anchors":[]},{"id":"306","title":"Option: vim.debugger.nvim-dap.mappings.stepOut","content":"Step out of function","path":"options.html#option-vim-debugger-nvim-dap-mappings-stepOut","tokens":["function","step","out"],"title_tokens":["stepout","vim","debugger","nvim-dap","option","mappings"],"anchors":[]},{"id":"307","title":"Option: vim.debugger.nvim-dap.mappings.stepOver","content":"Next step","path":"options.html#option-vim-debugger-nvim-dap-mappings-stepOver","tokens":["step","next"],"title_tokens":["vim","mappings","nvim-dap","stepover","debugger","option"],"anchors":[]},{"id":"308","title":"Option: vim.debugger.nvim-dap.mappings.terminate","content":"Terminate","path":"options.html#option-vim-debugger-nvim-dap-mappings-terminate","tokens":["terminate"],"title_tokens":["debugger","mappings","option","terminate","vim","nvim-dap"],"anchors":[]},{"id":"309","title":"Option: vim.debugger.nvim-dap.mappings.toggleBreakpoint","content":"Toggle breakpoint","path":"options.html#option-vim-debugger-nvim-dap-mappings-toggleBreakpoint","tokens":["toggle","breakpoint"],"title_tokens":["togglebreakpoint","option","vim","mappings","nvim-dap","debugger"],"anchors":[]},{"id":"310","title":"Option: vim.debugger.nvim-dap.mappings.toggleDapUI","content":"Toggle DAP-UI","path":"options.html#option-vim-debugger-nvim-dap-mappings-toggleDapUI","tokens":["dap-ui","toggle"],"title_tokens":["nvim-dap","toggledapui","vim","mappings","option","debugger"],"anchors":[]},{"id":"311","title":"Option: vim.debugger.nvim-dap.mappings.toggleRepl","content":"Toggle Repl","path":"options.html#option-vim-debugger-nvim-dap-mappings-toggleRepl","tokens":["toggle","repl"],"title_tokens":["nvim-dap","debugger","mappings","vim","togglerepl","option"],"anchors":[]},{"id":"312","title":"Option: vim.debugger.nvim-dap.sources","content":"List of debuggers to install","path":"options.html#option-vim-debugger-nvim-dap-sources","tokens":["debuggers","install","list"],"title_tokens":["sources","nvim-dap","option","vim","debugger"],"anchors":[]},{"id":"313","title":"Option: vim.debugger.nvim-dap.ui.autoStart","content":"Automatically Opens and Closes DAP-UI upon starting/closing a debugging session","path":"options.html#option-vim-debugger-nvim-dap-ui-autoStart","tokens":["session","automatically","dap-ui","upon","closes","closing","starting","opens","debugging","and"],"title_tokens":["nvim-dap","autostart","debugger","option","vim"],"anchors":[]},{"id":"314","title":"Option: vim.debugger.nvim-dap.ui.enable","content":"Whether to enable UI extension for nvim-dap.","path":"options.html#option-vim-debugger-nvim-dap-ui-enable","tokens":["for","enable","extension","whether","nvim-dap"],"title_tokens":["vim","nvim-dap","debugger","enable","option"],"anchors":[]},{"id":"315","title":"Option: vim.debugger.nvim-dap.ui.setupOpts","content":"Option table to pass into the setup function of nvim-dap-ui\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-debugger-nvim-dap-ui-setupOpts","tokens":["the","even","additional","nvim-dap-ui","setup","they","you","can","option","not","table","listed","any","options","pass","function","docs","into"],"title_tokens":["setupopts","vim","option","debugger","nvim-dap"],"anchors":[]},{"id":"316","title":"Option: vim.diagnostics.config","content":"Values that will be passed to vim.diagnostic.config after being converted to a Lua table. Possible values for each key can be found in the help text for vim.diagnostics.Opts. You may find more about the diagnostics API of Neovim in {command}:help diagnostic-api.\n:::{.note} This option is freeform. You may set values that are not present in nvf documentation, but those values will not be fully type checked. Please refer to the help text for vim.diagnostic.Opts for appropriate values. :::","path":"options.html#option-vim-diagnostics-config","tokens":["type","please","lua","nvf","possible","refer","are","option","being","key","vim","will","opts","this","present","diagnostic-api","note","text","documentation","after","appropriate","config","fully","freeform","checked","set","for","the","neovim","can","passed","diagnostic","values","each","help","you","table","found","find","more","that","converted","diagnostics","api","command","not","but","may","about","those"],"title_tokens":["vim","config","diagnostics","option"],"anchors":[]},{"id":"317","title":"Option: vim.diagnostics.config.signs","content":"Use signs for diagnostics. See {command}:help diagnostic-signs.\n:::{.note} The code presented in that example section uses Lua expressions as object keys which only translate well if you use lib.generators.mkLuaInline as in the example. :::","path":"options.html#option-vim-diagnostics-config-signs","tokens":["well","the","for","see","diagnostics","which","that","only","section","you","diagnostic-signs","expressions","use","keys","example","object","lib","code","translate","help","lua","note","generators","presented","signs","command","mkluainline","uses"],"title_tokens":["config","signs","option","vim","diagnostics"],"anchors":[]},{"id":"318","title":"Option: vim.diagnostics.config.underline","content":"Use underline for diagnostics.","path":"options.html#option-vim-diagnostics-config-underline","tokens":["underline","use","for","diagnostics"],"title_tokens":["option","diagnostics","vim","underline","config"],"anchors":[]},{"id":"319","title":"Option: vim.diagnostics.config.update_in_insert","content":"Update diagnostics in Insert mode. If false, diagnostics will be updated on InsertLeave ({command}:help InsertLeave).","path":"options.html#option-vim-diagnostics-config-update_in_insert","tokens":["insertleave","command","updated","help","insert","will","diagnostics","update","false","mode"],"title_tokens":["update_in_insert","diagnostics","config","option","vim"],"anchors":[]},{"id":"320","title":"Option: vim.diagnostics.config.virtual_lines","content":"Use virtual lines for diagnostics.","path":"options.html#option-vim-diagnostics-config-virtual_lines","tokens":["virtual","lines","use","for","diagnostics"],"title_tokens":["virtual_lines","vim","diagnostics","option","config"],"anchors":[]},{"id":"321","title":"Option: vim.diagnostics.config.virtual_text","content":"Use virtual text for diagnostics. If multiple diagnostics are set for a namespace, one prefix per diagnostic + the last diagnostic message are shown.","path":"options.html#option-vim-diagnostics-config-virtual_text","tokens":["shown","the","use","diagnostic","namespace","multiple","are","text","diagnostics","per","virtual","set","for","prefix","one","last","message"],"title_tokens":["vim","option","virtual_text","diagnostics","config"],"anchors":[]},{"id":"322","title":"Option: vim.diagnostics.enable","content":"Whether to enable diagnostics module for Neovim.","path":"options.html#option-vim-diagnostics-enable","tokens":["for","whether","module","neovim","enable","diagnostics"],"title_tokens":["enable","vim","diagnostics","option"],"anchors":[]},{"id":"323","title":"Option: vim.diagnostics.nvim-lint.enable","content":"Whether to enable asynchronous linter plugin for Neovim [nvim-lint].","path":"options.html#option-vim-diagnostics-nvim-lint-enable","tokens":["enable","nvim-lint","linter","for","whether","asynchronous","plugin","neovim"],"title_tokens":["option","nvim-lint","vim","diagnostics","enable"],"anchors":[]},{"id":"324","title":"Option: vim.diagnostics.nvim-lint.lint_after_save","content":"Whether to enable autocmd to lint after each save.","path":"options.html#option-vim-diagnostics-nvim-lint-lint_after_save","tokens":["whether","after","enable","lint","each","save","autocmd"],"title_tokens":["option","vim","diagnostics","nvim-lint","lint_after_save"],"anchors":[]},{"id":"325","title":"Option: vim.diagnostics.nvim-lint.lint_function","content":"Define the global function nvf_lint which is used by nvf to lint.","path":"options.html#option-vim-diagnostics-nvim-lint-lint_function","tokens":["function","global","used","lint","which","the","define","nvf_lint","nvf"],"title_tokens":["nvim-lint","option","lint_function","vim","diagnostics"],"anchors":[]},{"id":"326","title":"Option: vim.diagnostics.nvim-lint.linters","content":"Linter configurations. Builtin linters will be updated and not replaced, but note that this is not a deep extend operation, i.e. if you define an env option, it will replace the entire env table provided by the builtin (if it exists).","path":"options.html#option-vim-diagnostics-nvim-lint-linters","tokens":["that","and","deep","env","replace","exists","linter","but","extend","you","entire","operation","not","this","define","will","updated","note","option","table","configurations","the","builtin","replaced","linters","provided"],"title_tokens":["diagnostics","option","linters","nvim-lint","vim"],"anchors":[]},{"id":"327","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.append_fname","content":"Automatically add the current file name to the commands arguments. Only has an effect if stdin is false","path":"options.html#option-vim-diagnostics-nvim-lint-linters--append_fname","tokens":["stdin","commands","false","name","the","add","arguments","automatically","current","file","has","effect","only"],"title_tokens":["diagnostics","name","linters","option","nvim-lint","append_fname","vim"],"anchors":[]},{"id":"328","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.args","content":"Arguments to pass","path":"options.html#option-vim-diagnostics-nvim-lint-linters--args","tokens":["arguments","pass"],"title_tokens":["linters","args","diagnostics","vim","option","name","nvim-lint"],"anchors":[]},{"id":"329","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.cmd","content":"Command of the linter","path":"options.html#option-vim-diagnostics-nvim-lint-linters--cmd","tokens":["linter","command","the"],"title_tokens":["nvim-lint","diagnostics","option","vim","linters","cmd","name"],"anchors":[]},{"id":"330","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.cwd","content":"Working directory of the linter","path":"options.html#option-vim-diagnostics-nvim-lint-linters--cwd","tokens":["directory","the","working","linter"],"title_tokens":["vim","nvim-lint","diagnostics","name","linters","cwd","option"],"anchors":[]},{"id":"331","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.env","content":"Environment variables to use","path":"options.html#option-vim-diagnostics-nvim-lint-linters--env","tokens":["environment","use","variables"],"title_tokens":["option","env","linters","nvim-lint","vim","diagnostics","name"],"anchors":[]},{"id":"332","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.ignore_exitcode","content":"Declares if exit code != 1 should be ignored or result in a warning.","path":"options.html#option-vim-diagnostics-nvim-lint-linters--ignore_exitcode","tokens":["result","should","ignored","warning","exit","declares","code"],"title_tokens":["name","nvim-lint","diagnostics","ignore_exitcode","option","vim","linters"],"anchors":[]},{"id":"333","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.name","content":"Name of the linter","path":"options.html#option-vim-diagnostics-nvim-lint-linters--name","tokens":["name","linter","the"],"title_tokens":["option","vim","linters","diagnostics","name","nvim-lint"],"anchors":[]},{"id":"334","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.parser","content":"Parser function","path":"options.html#option-vim-diagnostics-nvim-lint-linters--parser","tokens":["parser","function"],"title_tokens":["parser","option","nvim-lint","linters","diagnostics","vim","name"],"anchors":[]},{"id":"335","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.required_files","content":"Required files to lint. These files must exist relative to the cwd of the linter or else this linter will be skipped\n::: {.note} This option is an nvf extension that only takes effect if you use the nvf_lint() lua function.\nSee {option}vim.diagnostics.nvim-lint.lint_function. :::","path":"options.html#option-vim-diagnostics-nvim-lint-linters--required_files","tokens":["cwd","see","you","relative","linter","takes","function","nvim-lint","diagnostics","these","must","else","extension","use","nvf_lint","only","lint","required","the","skipped","will","that","files","exist","option","lua","lint_function","nvf","effect","note","this","vim"],"title_tokens":["name","vim","option","diagnostics","nvim-lint","linters","required_files"],"anchors":[]},{"id":"336","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.stdin","content":"Send content via stdin.","path":"options.html#option-vim-diagnostics-nvim-lint-linters--stdin","tokens":["send","stdin","via","content"],"title_tokens":["nvim-lint","linters","name","option","diagnostics","stdin","vim"],"anchors":[]},{"id":"337","title":"Option: vim.diagnostics.nvim-lint.linters.<name>.stream","content":"Result stream","path":"options.html#option-vim-diagnostics-nvim-lint-linters--stream","tokens":["stream","result"],"title_tokens":["nvim-lint","linters","name","stream","vim","option","diagnostics"],"anchors":[]},{"id":"338","title":"Option: vim.diagnostics.nvim-lint.linters_by_ft","content":"Map of filetype to formatters. This option takes a set of key = value format where the value will be converted to its Lua equivalent through `toLuaObject. You are responsible for passing the correct Nix data types to generate a correct Lua value that conform is able to accept.","path":"options.html#option-vim-diagnostics-nvim-lint-linters_by_ft","tokens":["are","through","value","types","converted","filetype","conform","will","responsible","this","that","generate","set","lua","data","passing","toluaobject","where","for","takes","accept","nix","correct","its","you","able","key","the","equivalent","format","formatters","map","option"],"title_tokens":["diagnostics","option","nvim-lint","vim","linters_by_ft"],"anchors":[]},{"id":"339","title":"Option: vim.enableLuaLoader","content":"Whether to enable the experimental Lua module loader to speed up the start up process. If true, this will enable the experimental Lua module loader which:\noverrides loadfile\nadds the lua loader using the byte-compilation cache\nadds the libs loader\nremoves the default Neovim loader\n\n::: {.note} The Lua module loader is disabled by default. Before setting this option, please take a look at the {option}[official documentation]. This option may be enabled by default in the future. :::","path":"options.html#option-vim-enableLuaLoader","tokens":["enable","before","option","take","true","official","enabled","loadfile","may","start","libs","note","documentation","will","please","cache","disabled","loader","module","adds","look","setting","byte-compilation","which","overrides","process","this","the","future","removes","speed","neovim","experimental","using","whether","lua","default"],"title_tokens":["option","vim","enablelualoader"],"anchors":[]},{"id":"340","title":"Option: vim.extraLuaFiles","content":"Additional Lua files that will be sourced by Neovim.\nTakes both absolute and relative paths, all of which will be called via the luafile command in Neovim.\nSee lua-commands on the Neovim documentation for more details.\n::: {.warning} All paths passed to this option must be valid. If Neovim cannot resolve the path you are attempting to source, then your configuration will error, and Neovim will not start. Please ensure that all paths are correct before using this option. :::","path":"options.html#option-vim-extraLuaFiles","tokens":["error","luafile","then","lua","relative","path","see","option","are","files","and","you","sourced","both","called","this","attempting","source","warning","for","more","cannot","please","lua-commands","valid","all","resolve","before","command","will","must","start","correct","absolute","paths","passed","your","via","the","details","not","additional","neovim","takes","configuration","which","that","documentation","ensure","using"],"title_tokens":["extraluafiles","option","vim"],"anchors":[]},{"id":"341","title":"Option: vim.extraPackages","content":"List of additional packages to make available to the Neovim wrapper.","path":"options.html#option-vim-extraPackages","tokens":["available","wrapper","neovim","the","additional","make","packages","list"],"title_tokens":["option","vim","extrapackages"],"anchors":[]},{"id":"342","title":"Option: vim.extraPlugins","content":"A list of plugins and their configurations that will be set up after builtin plugins.\nThis option takes a special type that allows you to order your custom plugins using nvf's modified DAG library.","path":"options.html#option-vim-extraPlugins","tokens":["will","their","builtin","custom","list","that","set","takes","your","dag","nvf","plugins","this","allows","special","after","type","order","option","and","using","library","configurations","you","modified"],"title_tokens":["extraplugins","vim","option"],"anchors":[]},{"id":"343","title":"Option: vim.extraPlugins.<name>.after","content":"Setup this plugin after the following ones.","path":"options.html#option-vim-extraPlugins--after","tokens":["ones","the","plugin","setup","this","after","following"],"title_tokens":["option","name","vim","extraplugins","after"],"anchors":[]},{"id":"344","title":"Option: vim.extraPlugins.<name>.package","content":"Plugin Package.","path":"options.html#option-vim-extraPlugins--package","tokens":["package","plugin"],"title_tokens":["package","vim","extraplugins","name","option"],"anchors":[]},{"id":"345","title":"Option: vim.extraPlugins.<name>.setup","content":"Lua code to run during setup.","path":"options.html#option-vim-extraPlugins--setup","tokens":["run","setup","code","during","lua"],"title_tokens":["option","name","setup","vim","extraplugins"],"anchors":[]},{"id":"346","title":"Option: vim.filetree.neo-tree.enable","content":"Whether to enable filetree via neo-tree.nvim.","path":"options.html#option-vim-filetree-neo-tree-enable","tokens":["neo-tree","whether","filetree","via","nvim","enable"],"title_tokens":["enable","option","neo-tree","filetree","vim"],"anchors":[]},{"id":"347","title":"Option: vim.filetree.neo-tree.setupOpts","content":"Option table to pass into the setup function of neo-tree\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-filetree-neo-tree-setupOpts","tokens":["listed","neo-tree","the","options","setup","even","additional","function","table","you","can","they","pass","option","docs","not","any","into"],"title_tokens":["neo-tree","filetree","setupopts","option","vim"],"anchors":[]},{"id":"348","title":"Option: vim.filetree.neo-tree.setupOpts.add_blank_line_at_top","content":"Whether to add a blank line at the top of the tree","path":"options.html#option-vim-filetree-neo-tree-setupOpts-add_blank_line_at_top","tokens":["whether","blank","add","top","tree","line","the"],"title_tokens":["filetree","option","setupopts","neo-tree","add_blank_line_at_top","vim"],"anchors":[]},{"id":"349","title":"Option: vim.filetree.neo-tree.setupOpts.auto_clean_after_session_restore","content":"Whether to automatically clean up broken neo-tree buffers saved in sessions","path":"options.html#option-vim-filetree-neo-tree-setupOpts-auto_clean_after_session_restore","tokens":["neo-tree","sessions","automatically","broken","whether","clean","saved","buffers"],"title_tokens":["auto_clean_after_session_restore","setupopts","neo-tree","option","filetree","vim"],"anchors":[]},{"id":"350","title":"Option: vim.filetree.neo-tree.setupOpts.default_source","content":"You can choose a specific source.\nlast here which indicates the last used source","path":"options.html#option-vim-filetree-neo-tree-setupOpts-default_source","tokens":["the","last","can","used","which","indicates","here","specific","you","choose","source"],"title_tokens":["default_source","vim","neo-tree","setupopts","option","filetree"],"anchors":[]},{"id":"351","title":"Option: vim.filetree.neo-tree.setupOpts.enable_cursor_hijack","content":"Whether to enable cursor hijacking.\nIf enabled neotree will keep the cursor on the first letter of the filename when moving in the tree .","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_cursor_hijack","tokens":["enabled","when","whether","will","letter","tree","first","the","moving","cursor","filename","neotree","hijacking","keep","enable"],"title_tokens":["filetree","neo-tree","setupopts","enable_cursor_hijack","vim","option"],"anchors":[]},{"id":"352","title":"Option: vim.filetree.neo-tree.setupOpts.enable_diagnostics","content":"Whether to enable diagnostics.","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_diagnostics","tokens":["whether","enable","diagnostics"],"title_tokens":["neo-tree","enable_diagnostics","vim","setupopts","filetree","option"],"anchors":[]},{"id":"353","title":"Option: vim.filetree.neo-tree.setupOpts.enable_git_status","content":"Whether to enable git status.","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_git_status","tokens":["git","whether","enable","status"],"title_tokens":["enable_git_status","neo-tree","setupopts","filetree","option","vim"],"anchors":[]},{"id":"354","title":"Option: vim.filetree.neo-tree.setupOpts.enable_modified_markers","content":"Whether to enable markers for files with unsaved changes..","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_modified_markers","tokens":["changes","whether","with","for","files","markers","enable","unsaved"],"title_tokens":["filetree","vim","option","enable_modified_markers","setupopts","neo-tree"],"anchors":[]},{"id":"355","title":"Option: vim.filetree.neo-tree.setupOpts.enable_opened_markers","content":"Whether to enable tracking of opened files.\nRequired for components.name.highlight_opened_files .","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_opened_markers","tokens":["files","whether","for","highlight_opened_files","required","enable","tracking","name","opened","components"],"title_tokens":["enable_opened_markers","neo-tree","option","filetree","vim","setupopts"],"anchors":[]},{"id":"356","title":"Option: vim.filetree.neo-tree.setupOpts.enable_refresh_on_write","content":"Whether to enable Refresh the tree when a file is written.\nOnly used if use_libuv_file_watcher is false. .","path":"options.html#option-vim-filetree-neo-tree-setupOpts-enable_refresh_on_write","tokens":["tree","use_libuv_file_watcher","written","used","false","the","only","whether","enable","refresh","when","file"],"title_tokens":["enable_refresh_on_write","setupopts","vim","option","filetree","neo-tree"],"anchors":[]},{"id":"357","title":"Option: vim.filetree.neo-tree.setupOpts.filesystem.hijack_netrw_behavior","content":"Hijack Netrw behavior","path":"options.html#option-vim-filetree-neo-tree-setupOpts-filesystem-hijack_netrw_behavior","tokens":["netrw","behavior","hijack"],"title_tokens":["option","setupopts","vim","filesystem","hijack_netrw_behavior","filetree","neo-tree"],"anchors":[]},{"id":"358","title":"Option: vim.filetree.neo-tree.setupOpts.git_status_async","content":"Whether to enable async git status.\nThis will make the git status check async and will not block the UI. .","path":"options.html#option-vim-filetree-neo-tree-setupOpts-git_status_async","tokens":["check","status","this","will","enable","and","whether","make","not","block","async","the","git"],"title_tokens":["vim","neo-tree","git_status_async","option","setupopts","filetree"],"anchors":[]},{"id":"359","title":"Option: vim.filetree.neo-tree.setupOpts.hide_root_node","content":"Whether to hide the root node of the tree","path":"options.html#option-vim-filetree-neo-tree-setupOpts-hide_root_node","tokens":["root","node","tree","whether","hide","the"],"title_tokens":["hide_root_node","filetree","option","vim","setupopts","neo-tree"],"anchors":[]},{"id":"360","title":"Option: vim.filetree.neo-tree.setupOpts.log_level","content":"Log level for the plugin.","path":"options.html#option-vim-filetree-neo-tree-setupOpts-log_level","tokens":["for","level","log","the","plugin"],"title_tokens":["neo-tree","setupopts","log_level","vim","filetree","option"],"anchors":[]},{"id":"361","title":"Option: vim.filetree.neo-tree.setupOpts.log_to_file","content":"Must be either a boolean or a path to your log file.\nUse :NeoTreeLogs to show the file","path":"options.html#option-vim-filetree-neo-tree-setupOpts-log_to_file","tokens":["either","file","the","must","log","show","use","neotreelogs","boolean","your","path"],"title_tokens":["log_to_file","vim","option","neo-tree","setupopts","filetree"],"anchors":[]},{"id":"362","title":"Option: vim.filetree.neo-tree.setupOpts.open_files_do_not_replace_types","content":"A list of filetypes that should not be replaced when opening a file","path":"options.html#option-vim-filetree-neo-tree-setupOpts-open_files_do_not_replace_types","tokens":["should","replaced","filetypes","when","list","file","opening","not","that"],"title_tokens":["option","filetree","vim","setupopts","open_files_do_not_replace_types","neo-tree"],"anchors":[]},{"id":"363","title":"Option: vim.filetree.neo-tree.setupOpts.open_files_in_last_window","content":"Whether to open files in the last window\nIf disabled, neo-tree will open files in top left window","path":"options.html#option-vim-filetree-neo-tree-setupOpts-open_files_in_last_window","tokens":["top","window","left","last","will","whether","disabled","neo-tree","files","the","open"],"title_tokens":["vim","open_files_in_last_window","option","neo-tree","filetree","setupopts"],"anchors":[]},{"id":"364","title":"Option: vim.filetree.neo-tree.setupOpts.retain_hidden_root_indent","content":"Whether to retain the indent of the hidden root node\nIF the root node is hidden, keep the indentation anyhow. This is needed if you use expanders because they render in the indent.","path":"options.html#option-vim-filetree-neo-tree-setupOpts-retain_hidden_root_indent","tokens":["node","needed","the","root","because","they","indent","render","this","indentation","keep","expanders","retain","hidden","whether","use","anyhow","you"],"title_tokens":["vim","option","filetree","neo-tree","setupopts","retain_hidden_root_indent"],"anchors":[]},{"id":"365","title":"Option: vim.filetree.nvimTree.enable","content":"Whether to enable filetree via nvim-tree.lua.","path":"options.html#option-vim-filetree-nvimTree-enable","tokens":["lua","nvim-tree","via","whether","filetree","enable"],"title_tokens":["enable","option","filetree","nvimtree","vim"],"anchors":[]},{"id":"366","title":"Option: vim.filetree.nvimTree.mappings.findFile","content":"Find file in NvimTree","path":"options.html#option-vim-filetree-nvimTree-mappings-findFile","tokens":["nvimtree","find","file"],"title_tokens":["findfile","filetree","option","mappings","nvimtree","vim"],"anchors":[]},{"id":"367","title":"Option: vim.filetree.nvimTree.mappings.focus","content":"Focus NvimTree","path":"options.html#option-vim-filetree-nvimTree-mappings-focus","tokens":["nvimtree","focus"],"title_tokens":["nvimtree","mappings","filetree","vim","focus","option"],"anchors":[]},{"id":"368","title":"Option: vim.filetree.nvimTree.mappings.refresh","content":"Refresh NvimTree","path":"options.html#option-vim-filetree-nvimTree-mappings-refresh","tokens":["nvimtree","refresh"],"title_tokens":["mappings","refresh","filetree","option","vim","nvimtree"],"anchors":[]},{"id":"369","title":"Option: vim.filetree.nvimTree.mappings.toggle","content":"Toggle NvimTree","path":"options.html#option-vim-filetree-nvimTree-mappings-toggle","tokens":["nvimtree","toggle"],"title_tokens":["vim","option","toggle","nvimtree","mappings","filetree"],"anchors":[]},{"id":"370","title":"Option: vim.filetree.nvimTree.openOnSetup","content":"Open when vim is started on a directory","path":"options.html#option-vim-filetree-nvimTree-openOnSetup","tokens":["when","started","vim","directory","open"],"title_tokens":["nvimtree","option","filetree","vim","openonsetup"],"anchors":[]},{"id":"371","title":"Option: vim.filetree.nvimTree.setupOpts","content":"Option table to pass into the setup function of Nvim Tree\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-filetree-nvimTree-setupOpts","tokens":["listed","additional","the","function","tree","you","option","table","setup","not","options","any","pass","can","they","even","docs","into","nvim"],"title_tokens":["nvimtree","vim","filetree","setupopts","option"],"anchors":[]},{"id":"372","title":"Option: vim.filetree.nvimTree.setupOpts.actions","content":"Configuration for various actions.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions","tokens":["for","various","configuration","actions"],"title_tokens":["actions","filetree","vim","option","nvimtree","setupopts"],"anchors":[]},{"id":"373","title":"Option: vim.filetree.nvimTree.setupOpts.actions.change_dir","content":"vim change-directory behaviour","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-change_dir","tokens":["behaviour","change-directory","vim"],"title_tokens":["change_dir","nvimtree","actions","setupopts","vim","option","filetree"],"anchors":[]},{"id":"374","title":"Option: vim.filetree.nvimTree.setupOpts.actions.change_dir.enable","content":"Change the working directory when changing directories in the tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-change_dir-enable","tokens":["directories","directory","when","working","change","tree","changing","the"],"title_tokens":["actions","vim","change_dir","option","filetree","setupopts","enable","nvimtree"],"anchors":[]},{"id":"375","title":"Option: vim.filetree.nvimTree.setupOpts.actions.change_dir.global","content":"Use :cd instead of :lcd when changing directories. Consider that this might cause issues with the nvimTree.syncRootWithCwd option.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-change_dir-global","tokens":["option","cause","instead","changing","that","syncrootwithcwd","use","consider","the","lcd","directories","issues","nvimtree","with","might","when","this"],"title_tokens":["setupopts","global","nvimtree","actions","change_dir","filetree","vim","option"],"anchors":[]},{"id":"376","title":"Option: vim.filetree.nvimTree.setupOpts.actions.change_dir.restrict_above_cwd","content":"Restrict changing to a directory above the global current working directory.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-change_dir-restrict_above_cwd","tokens":["restrict","above","the","directory","changing","global","current","working"],"title_tokens":["nvimtree","setupopts","restrict_above_cwd","change_dir","filetree","vim","option","actions"],"anchors":[]},{"id":"377","title":"Option: vim.filetree.nvimTree.setupOpts.actions.expand_all","content":"Configuration for expand_all behaviour.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-expand_all","tokens":["expand_all","for","behaviour","configuration"],"title_tokens":["actions","expand_all","filetree","vim","option","nvimtree","setupopts"],"anchors":[]},{"id":"378","title":"Option: vim.filetree.nvimTree.setupOpts.actions.expand_all.exclude","content":"A list of directories that should not be expanded automatically.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-expand_all-exclude","tokens":["expanded","should","automatically","list","directories","that","not"],"title_tokens":["vim","filetree","nvimtree","setupopts","exclude","expand_all","option","actions"],"anchors":[]},{"id":"379","title":"Option: vim.filetree.nvimTree.setupOpts.actions.expand_all.max_folder_discovery","content":"Limit the number of folders being explored when expanding every folders. Avoids hanging neovim when running this action on very large folders.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-expand_all-max_folder_discovery","tokens":["folders","hanging","every","avoids","this","number","the","being","explored","neovim","very","large","limit","when","action","expanding","running"],"title_tokens":["vim","actions","filetree","max_folder_discovery","expand_all","option","nvimtree","setupopts"],"anchors":[]},{"id":"380","title":"Option: vim.filetree.nvimTree.setupOpts.actions.file_popup","content":"Configuration for file_popup behaviour.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-file_popup","tokens":["file_popup","for","configuration","behaviour"],"title_tokens":["file_popup","setupopts","filetree","option","vim","nvimtree","actions"],"anchors":[]},{"id":"381","title":"Option: vim.filetree.nvimTree.setupOpts.actions.file_popup.open_win_config","content":"Floating window config for file_popup. See |nvim_open_win| for more details.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-file_popup-open_win_config","tokens":["config","file_popup","see","floating","more","nvim_open_win","details","window","for"],"title_tokens":["open_win_config","setupopts","file_popup","filetree","actions","option","nvimtree","vim"],"anchors":[]},{"id":"382","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file","content":"Configuration options for opening a file from nvim-tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file","tokens":["file","nvim-tree","options","for","configuration","opening","from"],"title_tokens":["setupopts","nvimtree","actions","option","vim","open_file","filetree"],"anchors":[]},{"id":"383","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.eject","content":"Prevent new opened file from opening in the same window as the tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-eject","tokens":["same","opened","from","new","file","window","prevent","tree","the","opening"],"title_tokens":["vim","filetree","eject","option","nvimtree","actions","open_file","setupopts"],"anchors":[]},{"id":"384","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.quit_on_open","content":"Closes the explorer when opening a file.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-quit_on_open","tokens":["opening","closes","explorer","the","when","file"],"title_tokens":["vim","quit_on_open","actions","filetree","nvimtree","setupopts","open_file","option"],"anchors":[]},{"id":"385","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.resize_window","content":"Resizes the tree when opening a file. Previously view.auto_resize","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-resize_window","tokens":["when","file","auto_resize","previously","the","resizes","tree","opening","view"],"title_tokens":["filetree","setupopts","open_file","vim","nvimtree","option","actions","resize_window"],"anchors":[]},{"id":"386","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker","content":"window_picker","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker","tokens":["window_picker"],"title_tokens":["window_picker","vim","setupopts","actions","open_file","nvimtree","option","filetree"],"anchors":[]},{"id":"387","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker.chars","content":"A string of chars used as identifiers by the window picker.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker-chars","tokens":["picker","chars","identifiers","used","string","the","window"],"title_tokens":["filetree","chars","option","vim","actions","window_picker","open_file","setupopts","nvimtree"],"anchors":[]},{"id":"388","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker.enable","content":"Enable the window picker. If this feature is not enabled, files will open in window from which you last opened the tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker-enable","tokens":["you","this","feature","picker","the","enabled","files","enable","not","will","from","which","open","opened","tree","window","last"],"title_tokens":["option","nvimtree","window_picker","vim","open_file","actions","enable","filetree","setupopts"],"anchors":[]},{"id":"389","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker.exclude.buftype","content":"A list of buftypes to exclude from the window picker.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker-exclude-buftype","tokens":["from","the","window","picker","list","buftypes","exclude"],"title_tokens":["exclude","actions","open_file","nvimtree","setupopts","buftype","option","filetree","vim","window_picker"],"anchors":[]},{"id":"390","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker.exclude.filetype","content":"A list of filetypes to exclude from the window picker.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker-exclude-filetype","tokens":["filetypes","exclude","from","the","window","picker","list"],"title_tokens":["filetype","setupopts","option","window_picker","filetree","actions","open_file","exclude","nvimtree","vim"],"anchors":[]},{"id":"391","title":"Option: vim.filetree.nvimTree.setupOpts.actions.open_file.window_picker.picker","content":"Change the default window picker, can be a string \"default\" or a function. The function should return the window id that will open the node, or nil if an invalid window is picked or user cancelled the action.\nThe picker may create a new window.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-open_file-window_picker-picker","tokens":["cancelled","open","return","may","picked","window","will","node","the","default","action","nil","invalid","create","picker","function","change","new","should","can","user","that","string"],"title_tokens":["actions","nvimtree","setupopts","vim","window_picker","open_file","option","filetree","picker"],"anchors":[]},{"id":"392","title":"Option: vim.filetree.nvimTree.setupOpts.actions.remove_file.close_window","content":"Close any window displaying a file when removing the file from the tree","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-remove_file-close_window","tokens":["tree","window","displaying","file","removing","close","when","the","from","any"],"title_tokens":["setupopts","nvimtree","remove_file","close_window","vim","filetree","option","actions"],"anchors":[]},{"id":"393","title":"Option: vim.filetree.nvimTree.setupOpts.actions.use_system_clipboard","content":"A boolean value that toggle the use of system clipboard when copy/paste function are invoked. When enabled, copied text will be stored in registers '+' (system), otherwise, it will be stored in '1' and '\"'.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-actions-use_system_clipboard","tokens":["function","copied","when","otherwise","boolean","will","clipboard","copy","enabled","use","invoked","system","the","stored","registers","toggle","are","that","text","and","value","paste"],"title_tokens":["nvimtree","setupopts","actions","use_system_clipboard","vim","filetree","option"],"anchors":[]},{"id":"394","title":"Option: vim.filetree.nvimTree.setupOpts.auto_reload_on_write","content":"Auto reload tree on write","path":"options.html#option-vim-filetree-nvimTree-setupOpts-auto_reload_on_write","tokens":["write","tree","reload","auto"],"title_tokens":["setupopts","option","filetree","vim","nvimtree","auto_reload_on_write"],"anchors":[]},{"id":"395","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics","content":"Show LSP and COC diagnostics in the signcolumn Note that the modified sign will take precedence over the diagnostics signs.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics","tokens":["precedence","signcolumn","note","over","lsp","that","and","coc","the","sign","show","modified","will","diagnostics","take","signs"],"title_tokens":["option","nvimtree","setupopts","filetree","vim","diagnostics"],"anchors":[]},{"id":"396","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.debounce_delay","content":"Idle milliseconds between diagnostic event and update.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-debounce_delay","tokens":["update","milliseconds","between","diagnostic","event","and","idle"],"title_tokens":["diagnostics","debounce_delay","vim","option","filetree","nvimtree","setupopts"],"anchors":[]},{"id":"397","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.enable","content":"Whether to enable diagnostics view in the signcolumn..","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-enable","tokens":["signcolumn","whether","enable","view","diagnostics","the"],"title_tokens":["option","filetree","nvimtree","diagnostics","setupopts","enable","vim"],"anchors":[]},{"id":"398","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.icons","content":"Icons for diagnostic severity.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-icons","tokens":["diagnostic","severity","icons","for"],"title_tokens":["nvimtree","diagnostics","vim","setupopts","filetree","icons","option"],"anchors":[]},{"id":"399","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.icons.error","content":"Icon used for error diagnostic.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-icons-error","tokens":["used","for","icon","error","diagnostic"],"title_tokens":["setupopts","option","filetree","error","vim","diagnostics","nvimtree","icons"],"anchors":[]},{"id":"400","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.icons.hint","content":"Icon used for hint diagnostic.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-icons-hint","tokens":["for","hint","diagnostic","used","icon"],"title_tokens":["icons","setupopts","hint","nvimtree","diagnostics","vim","option","filetree"],"anchors":[]},{"id":"401","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.icons.info","content":"Icon used for info diagnostic.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-icons-info","tokens":["diagnostic","for","icon","used","info"],"title_tokens":["icons","setupopts","diagnostics","vim","filetree","info","option","nvimtree"],"anchors":[]},{"id":"402","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.icons.warning","content":"Icon used for warning diagnostic.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-icons-warning","tokens":["warning","diagnostic","used","icon","for"],"title_tokens":["diagnostics","icons","filetree","setupopts","vim","warning","nvimtree","option"],"anchors":[]},{"id":"403","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.severity","content":"Severity for which the diagnostics will be displayed. See :help diagnostic-severity","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-severity","tokens":["which","for","severity","the","will","see","help","diagnostic-severity","displayed","diagnostics"],"title_tokens":["setupopts","diagnostics","severity","vim","filetree","nvimtree","option"],"anchors":[]},{"id":"404","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.severity.max","content":"Maximum severity.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-severity-max","tokens":["maximum","severity"],"title_tokens":["filetree","max","vim","setupopts","option","diagnostics","severity","nvimtree"],"anchors":[]},{"id":"405","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.severity.min","content":"Minimum severity.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-severity-min","tokens":["severity","minimum"],"title_tokens":["setupopts","min","severity","vim","diagnostics","option","filetree","nvimtree"],"anchors":[]},{"id":"406","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.show_on_dirs","content":"Show diagnostic icons on parent directories.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-show_on_dirs","tokens":["show","icons","parent","directories","diagnostic"],"title_tokens":["option","vim","nvimtree","diagnostics","filetree","show_on_dirs","setupopts"],"anchors":[]},{"id":"407","title":"Option: vim.filetree.nvimTree.setupOpts.diagnostics.show_on_open_dirs","content":"Show diagnostics icons on directories that are open. Only relevant when diagnostics.show_on_dirs is true.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-diagnostics-show_on_open_dirs","tokens":["show","are","only","true","diagnostics","open","when","that","icons","relevant","directories","show_on_dirs"],"title_tokens":["vim","nvimtree","setupopts","diagnostics","show_on_open_dirs","option","filetree"],"anchors":[]},{"id":"408","title":"Option: vim.filetree.nvimTree.setupOpts.disable_netrw","content":"Disables netrw and replaces it with tree","path":"options.html#option-vim-filetree-nvimTree-setupOpts-disable_netrw","tokens":["disables","with","tree","and","netrw","replaces"],"title_tokens":["option","disable_netrw","vim","nvimtree","setupopts","filetree"],"anchors":[]},{"id":"409","title":"Option: vim.filetree.nvimTree.setupOpts.filesystem_watchers","content":"Will use file system watcher (libuv fs_event) to watch the filesystem for changes. Using this will disable BufEnter / BufWritePost events in nvim-tree which were used to update the whole tree. With this feature, the tree will be updated only for the appropriate folder change, resulting in better performance.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filesystem_watchers","tokens":["updated","appropriate","used","filesystem","nvim-tree","change","with","bufwritepost","file","fs_event","using","feature","only","watch","better","watcher","will","performance","libuv","system","for","update","folder","changes","events","tree","which","the","use","bufenter","were","resulting","disable","whole","this"],"title_tokens":["nvimtree","vim","option","filetree","setupopts","filesystem_watchers"],"anchors":[]},{"id":"410","title":"Option: vim.filetree.nvimTree.setupOpts.filesystem_watchers.debounce_delay","content":"Idle milliseconds between filesystem change and action.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filesystem_watchers-debounce_delay","tokens":["idle","change","and","between","milliseconds","filesystem","action"],"title_tokens":["debounce_delay","vim","filetree","option","filesystem_watchers","setupopts","nvimtree"],"anchors":[]},{"id":"411","title":"Option: vim.filetree.nvimTree.setupOpts.filesystem_watchers.enable","content":"Enable filesystem watchers.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filesystem_watchers-enable","tokens":["filesystem","watchers","enable"],"title_tokens":["setupopts","option","filetree","filesystem_watchers","nvimtree","vim","enable"],"anchors":[]},{"id":"412","title":"Option: vim.filetree.nvimTree.setupOpts.filesystem_watchers.ignore_dirs","content":"List of vim regex for absolute directory paths that will not be watched. Backslashes must be escaped e.g. \"my-project/\\\\.build$\". Useful when path is not in .gitignore or git integration is disabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filesystem_watchers-ignore_dirs","tokens":["backslashes","integration","vim","list","escaped","gitignore","directory","absolute","disabled","paths","will","that","for","must","when","watched","my-project","not","path","regex","useful","git","build"],"title_tokens":["setupopts","option","filetree","filesystem_watchers","ignore_dirs","vim","nvimtree"],"anchors":[]},{"id":"413","title":"Option: vim.filetree.nvimTree.setupOpts.filters","content":"Filtering options.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters","tokens":["filtering","options"],"title_tokens":["setupopts","filetree","filters","option","vim","nvimtree"],"anchors":[]},{"id":"414","title":"Option: vim.filetree.nvimTree.setupOpts.filters.dotfiles","content":"Do not show dotfiles: files starting with a .","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters-dotfiles","tokens":["not","show","starting","with","dotfiles","files"],"title_tokens":["vim","option","setupopts","filters","dotfiles","filetree","nvimtree"],"anchors":[]},{"id":"415","title":"Option: vim.filetree.nvimTree.setupOpts.filters.exclude","content":"List of directories or files to exclude from filtering: always show them.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters-exclude","tokens":["always","list","show","them","filtering","from","files","directories","exclude"],"title_tokens":["exclude","vim","filters","option","nvimtree","setupopts","filetree"],"anchors":[]},{"id":"416","title":"Option: vim.filetree.nvimTree.setupOpts.filters.git_clean","content":"Do not show files with no git status. This will show ignored files when nvimTree.filters.gitIgnored is set, as they are effectively dirty.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters-git_clean","tokens":["when","this","effectively","will","they","files","dirty","not","nvimtree","status","filters","git","gitignored","set","show","are","ignored","with"],"title_tokens":["filters","git_clean","setupopts","filetree","option","vim","nvimtree"],"anchors":[]},{"id":"417","title":"Option: vim.filetree.nvimTree.setupOpts.filters.git_ignored","content":"Ignore files based on .gitignore. Requires git.enableto betrue`","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters-git_ignored","tokens":["based","files","enableto","requires","git","betrue","ignore","gitignore"],"title_tokens":["git_ignored","vim","filetree","nvimtree","option","setupopts","filters"],"anchors":[]},{"id":"418","title":"Option: vim.filetree.nvimTree.setupOpts.filters.no_buffer","content":"Do not show files that have no buflisted() buffer.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-filters-no_buffer","tokens":["show","files","buflisted","not","that","have","buffer"],"title_tokens":["option","setupopts","vim","filters","filetree","nvimtree","no_buffer"],"anchors":[]},{"id":"419","title":"Option: vim.filetree.nvimTree.setupOpts.git.disable_for_dirs","content":"Disable git integration when git top-level matches these paths. May be relative, evaluated via \":p\"","path":"options.html#option-vim-filetree-nvimTree-setupOpts-git-disable_for_dirs","tokens":["matches","when","top-level","these","disable","git","evaluated","integration","relative","via","paths","may"],"title_tokens":["git","vim","nvimtree","disable_for_dirs","option","filetree","setupopts"],"anchors":[]},{"id":"420","title":"Option: vim.filetree.nvimTree.setupOpts.git.enable","content":"Whether to enable Git integration with icons and colors..","path":"options.html#option-vim-filetree-nvimTree-setupOpts-git-enable","tokens":["with","and","git","integration","icons","enable","whether","colors"],"title_tokens":["git","filetree","enable","nvimtree","option","vim","setupopts"],"anchors":[]},{"id":"421","title":"Option: vim.filetree.nvimTree.setupOpts.git.show_on_dirs","content":"Show git icons on parent directories.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-git-show_on_dirs","tokens":["show","git","icons","parent","directories"],"title_tokens":["filetree","vim","option","setupopts","nvimtree","git","show_on_dirs"],"anchors":[]},{"id":"422","title":"Option: vim.filetree.nvimTree.setupOpts.git.show_on_open_dirs","content":"Show git icons on directories that are open.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-git-show_on_open_dirs","tokens":["show","are","open","directories","git","icons","that"],"title_tokens":["option","nvimtree","filetree","setupopts","git","show_on_open_dirs","vim"],"anchors":[]},{"id":"423","title":"Option: vim.filetree.nvimTree.setupOpts.git.timeout","content":"Kills the git process after some time if it takes too long. Git integration will be disabled after 10 git jobs exceed this timeout.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-git-timeout","tokens":["exceed","disabled","takes","time","integration","process","some","too","will","long","this","after","kills","git","jobs","timeout","the"],"title_tokens":["nvimtree","setupopts","git","vim","option","timeout","filetree"],"anchors":[]},{"id":"424","title":"Option: vim.filetree.nvimTree.setupOpts.hijack_cursor","content":"Hijack the cursor in the tree to put it at the start of the filename","path":"options.html#option-vim-filetree-nvimTree-setupOpts-hijack_cursor","tokens":["start","the","filename","cursor","tree","put","hijack"],"title_tokens":["filetree","vim","option","nvimtree","setupopts","hijack_cursor"],"anchors":[]},{"id":"425","title":"Option: vim.filetree.nvimTree.setupOpts.hijack_directories.auto_open","content":"Opens the tree if the tree was previously closed.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-hijack_directories-auto_open","tokens":["closed","the","previously","opens","tree","was"],"title_tokens":["option","setupopts","filetree","auto_open","hijack_directories","vim","nvimtree"],"anchors":[]},{"id":"426","title":"Option: vim.filetree.nvimTree.setupOpts.hijack_directories.enable","content":"Enable the hijack_directories feature. Disable this option if you use vim-dirvish or dirbuf.nvim. If hijack_netrw and disable_netrw are false, this feature will be disabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-hijack_directories-enable","tokens":["are","disabled","hijack_netrw","enable","and","will","the","dirbuf","you","false","this","nvim","vim-dirvish","feature","disable_netrw","use","disable","option","hijack_directories"],"title_tokens":["option","hijack_directories","enable","vim","filetree","nvimtree","setupopts"],"anchors":[]},{"id":"427","title":"Option: vim.filetree.nvimTree.setupOpts.hijack_netrw","content":"Prevents netrw from automatically opening when opening directories","path":"options.html#option-vim-filetree-nvimTree-setupOpts-hijack_netrw","tokens":["prevents","when","from","directories","automatically","opening","netrw"],"title_tokens":["hijack_netrw","filetree","vim","setupopts","option","nvimtree"],"anchors":[]},{"id":"428","title":"Option: vim.filetree.nvimTree.setupOpts.hijack_unnamed_buffer_when_opening","content":"Open nvimtree in place of the unnamed buffer if it's empty.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-hijack_unnamed_buffer_when_opening","tokens":["open","place","the","nvimtree","unnamed","buffer","empty"],"title_tokens":["option","setupopts","filetree","vim","hijack_unnamed_buffer_when_opening","nvimtree"],"anchors":[]},{"id":"429","title":"Option: vim.filetree.nvimTree.setupOpts.live_filter","content":"Configurations for the live_filtering feature. The live filter allows you to filter the tree nodes dynamically, based on regex matching (see vim.regex). This feature is bound to the f key by default. The filter can be cleared with the F key by default.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-live_filter","tokens":["vim","for","bound","key","allows","can","tree","matching","you","nodes","configurations","dynamically","live_filtering","regex","this","filter","feature","default","cleared","with","see","based","live","the"],"title_tokens":["filetree","nvimtree","option","vim","setupopts","live_filter"],"anchors":[]},{"id":"430","title":"Option: vim.filetree.nvimTree.setupOpts.live_filter.always_show_folders","content":"Whether to filter folders or not.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-live_filter-always_show_folders","tokens":["filter","not","folders","whether"],"title_tokens":["option","always_show_folders","filetree","nvimtree","setupopts","live_filter","vim"],"anchors":[]},{"id":"431","title":"Option: vim.filetree.nvimTree.setupOpts.live_filter.prefix","content":"Prefix of the filter displayed in the buffer.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-live_filter-prefix","tokens":["displayed","the","buffer","prefix","filter"],"title_tokens":["option","prefix","setupopts","live_filter","nvimtree","filetree","vim"],"anchors":[]},{"id":"432","title":"Option: vim.filetree.nvimTree.setupOpts.modified","content":"Indicate which file have unsaved modification.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-modified","tokens":["which","unsaved","file","modification","indicate","have"],"title_tokens":["vim","modified","option","nvimtree","filetree","setupopts"],"anchors":[]},{"id":"433","title":"Option: vim.filetree.nvimTree.setupOpts.modified.enable","content":"Whether to enable Modified files with icons and color highlight..","path":"options.html#option-vim-filetree-nvimTree-setupOpts-modified-enable","tokens":["icons","color","modified","highlight","whether","with","files","enable","and"],"title_tokens":["filetree","nvimtree","modified","enable","option","setupopts","vim"],"anchors":[]},{"id":"434","title":"Option: vim.filetree.nvimTree.setupOpts.modified.show_on_dirs","content":"Show modified icons on parent directories.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-modified-show_on_dirs","tokens":["directories","modified","icons","show","parent"],"title_tokens":["show_on_dirs","filetree","vim","setupopts","option","nvimtree","modified"],"anchors":[]},{"id":"435","title":"Option: vim.filetree.nvimTree.setupOpts.modified.show_on_open_dirs","content":"Show modified icons on directories that are open.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-modified-show_on_open_dirs","tokens":["modified","are","directories","show","open","icons","that"],"title_tokens":["filetree","nvimtree","setupopts","vim","modified","show_on_open_dirs","option"],"anchors":[]},{"id":"436","title":"Option: vim.filetree.nvimTree.setupOpts.notify","content":"Configuration for notifications.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-notify","tokens":["for","configuration","notifications"],"title_tokens":["vim","nvimtree","notify","setupopts","option","filetree"],"anchors":[]},{"id":"437","title":"Option: vim.filetree.nvimTree.setupOpts.notify.absolute_path","content":"Whether to use absolute paths or item names in fs action notifications.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-notify-absolute_path","tokens":["paths","item","whether","names","notifications","absolute","use","action"],"title_tokens":["setupopts","notify","absolute_path","vim","nvimtree","option","filetree"],"anchors":[]},{"id":"438","title":"Option: vim.filetree.nvimTree.setupOpts.notify.threshold","content":"Specify minimum notification level, uses the values from vim.log.levels","path":"options.html#option-vim-filetree-nvimTree-setupOpts-notify-threshold","tokens":["specify","uses","the","notification","vim","log","values","from","minimum","level","levels"],"title_tokens":["filetree","setupopts","notify","vim","threshold","option","nvimtree"],"anchors":[]},{"id":"439","title":"Option: vim.filetree.nvimTree.setupOpts.prefer_startup_root","content":"Prefer startup root directory when updating root directory of the tree. Only relevant when update_focused_file.update_root is true","path":"options.html#option-vim-filetree-nvimTree-setupOpts-prefer_startup_root","tokens":["directory","when","updating","tree","true","startup","root","the","update_focused_file","prefer","only","relevant","update_root"],"title_tokens":["filetree","setupopts","option","prefer_startup_root","nvimtree","vim"],"anchors":[]},{"id":"440","title":"Option: vim.filetree.nvimTree.setupOpts.reload_on_bufenter","content":"Automatically reloads the tree on BufEnter nvim-tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-reload_on_bufenter","tokens":["the","tree","nvim-tree","reloads","bufenter","automatically"],"title_tokens":["option","filetree","reload_on_bufenter","setupopts","vim","nvimtree"],"anchors":[]},{"id":"441","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.add_trailing","content":"Appends a trailing slash to folder names.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-add_trailing","tokens":["appends","folder","slash","names","trailing"],"title_tokens":["add_trailing","filetree","nvimtree","renderer","vim","option","setupopts"],"anchors":[]},{"id":"442","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.full_name","content":"Display node whose name length is wider than the width of nvim-tree window in floating window.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-full_name","tokens":["window","the","than","wider","name","floating","node","whose","nvim-tree","length","width","display"],"title_tokens":["option","setupopts","nvimtree","filetree","renderer","full_name","vim"],"anchors":[]},{"id":"443","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.group_empty","content":"Compact folders that only contain a single folder into one node in the file tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-group_empty","tokens":["single","folders","only","that","the","compact","into","one","node","file","folder","tree","contain"],"title_tokens":["setupopts","vim","group_empty","nvimtree","renderer","filetree","option"],"anchors":[]},{"id":"444","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.highlight_git","content":"Enable file highlight for git attributes using NvimTreeGit highlight groups. Requires nvimTree.git.enable This can be used with or without the icons.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-highlight_git","tokens":["for","the","git","requires","highlight","enable","file","used","nvimtreegit","with","groups","using","this","can","nvimtree","icons","without","attributes"],"title_tokens":["option","nvimtree","highlight_git","setupopts","vim","filetree","renderer"],"anchors":[]},{"id":"445","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.highlight_modified","content":"Highlight modified files in the tree using NvimTreeNormal highlight group. Requires nvimTree.view.highlightOpenedFiles","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-highlight_modified","tokens":["view","highlightopenedfiles","group","highlight","files","the","requires","using","nvimtree","tree","nvimtreenormal","modified"],"title_tokens":["vim","filetree","nvimtree","setupopts","renderer","option","highlight_modified"],"anchors":[]},{"id":"446","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.highlight_opened_files","content":"Highlight icons and/or names for bufloaded() files using the NvimTreeOpenedFile highlight group.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-highlight_opened_files","tokens":["names","for","bufloaded","the","nvimtreeopenedfile","highlight","and","using","icons","files","group"],"title_tokens":["option","nvimtree","vim","renderer","filetree","setupopts","highlight_opened_files"],"anchors":[]},{"id":"447","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons","content":"Configuration options for icons.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons","tokens":["icons","options","for","configuration"],"title_tokens":["setupopts","renderer","filetree","vim","nvimtree","option","icons"],"anchors":[]},{"id":"448","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.bookmarks_placement","content":"Place where the bookmark icons will be rendered. signcolumn requires view.signcolumn to be enabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-bookmarks_placement","tokens":["icons","enabled","bookmark","where","the","rendered","requires","view","place","will","signcolumn"],"title_tokens":["vim","setupopts","bookmarks_placement","nvimtree","icons","option","filetree","renderer"],"anchors":[]},{"id":"449","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.diagnostics_placement","content":"Place where the diagnostics icons will be rendered. signcolumn requires view.signcolumn to be enabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-diagnostics_placement","tokens":["view","where","will","enabled","diagnostics","place","the","icons","rendered","signcolumn","requires"],"title_tokens":["vim","icons","nvimtree","setupopts","renderer","filetree","diagnostics_placement","option"],"anchors":[]},{"id":"450","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.git_placement","content":"Place where the git icons will be rendered. signcolumn requires view.signcolumn to be enabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-git_placement","tokens":["icons","signcolumn","view","rendered","git","will","place","requires","enabled","where","the"],"title_tokens":["nvimtree","renderer","setupopts","git_placement","icons","filetree","vim","option"],"anchors":[]},{"id":"451","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs","content":"Configuration options for icon glyphs. NOTE: Do not set any glyphs to more than two characters if it's going to appear in the signcolumn.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs","tokens":["configuration","icon","for","signcolumn","more","set","not","than","two","the","note","going","characters","appear","glyphs","options","any"],"title_tokens":["renderer","option","filetree","icons","vim","glyphs","setupopts","nvimtree"],"anchors":[]},{"id":"452","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs.default","content":"Glyph for files. Will be overridden by nvim-web-devicons if available.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs-default","tokens":["will","overridden","nvim-web-devicons","available","files","glyph","for"],"title_tokens":["filetree","option","setupopts","default","icons","renderer","vim","nvimtree","glyphs"],"anchors":[]},{"id":"453","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs.folder","content":"Glyphs for directories. Recommended to use the defaults unless you know what you are doing.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs-folder","tokens":["unless","recommended","the","know","you","directories","glyphs","what","use","are","doing","defaults","for"],"title_tokens":["option","filetree","renderer","glyphs","setupopts","nvimtree","icons","folder","vim"],"anchors":[]},{"id":"454","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs.git","content":"Glyphs for git status.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs-git","tokens":["status","glyphs","git","for"],"title_tokens":["vim","filetree","setupopts","glyphs","option","renderer","git","icons","nvimtree"],"anchors":[]},{"id":"455","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs.modified","content":"Icon to display for modified files.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs-modified","tokens":["for","display","modified","icon","files"],"title_tokens":["option","vim","filetree","icons","renderer","setupopts","modified","nvimtree","glyphs"],"anchors":[]},{"id":"456","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.glyphs.symlink","content":"Glyph for symlinks.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-glyphs-symlink","tokens":["for","symlinks","glyph"],"title_tokens":["filetree","vim","setupopts","glyphs","symlink","nvimtree","option","renderer","icons"],"anchors":[]},{"id":"457","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.hidden_placement","content":"Place where the hidden icons will be rendered. signcolumn requires view.signcolumn to be enabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-hidden_placement","tokens":["hidden","requires","icons","will","enabled","signcolumn","rendered","the","view","where","place"],"title_tokens":["icons","option","vim","hidden_placement","nvimtree","setupopts","filetree","renderer"],"anchors":[]},{"id":"458","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.modified_placement","content":"Place where the modified icons will be rendered. signcolumn requires view.signcolumn to be enabled.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-modified_placement","tokens":["modified","icons","enabled","signcolumn","view","place","where","will","the","requires","rendered"],"title_tokens":["nvimtree","icons","modified_placement","setupopts","filetree","vim","renderer","option"],"anchors":[]},{"id":"459","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.padding","content":"Inserted between icon and filename","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-padding","tokens":["and","filename","inserted","between","icon"],"title_tokens":["option","setupopts","vim","nvimtree","renderer","filetree","icons","padding"],"anchors":[]},{"id":"460","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.show.file","content":"Show an icon before the file name. nvim-web-devicons will be used if available.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-show-file","tokens":["nvim-web-devicons","name","file","show","icon","the","will","before","used","available"],"title_tokens":["filetree","icons","nvimtree","vim","setupopts","file","option","renderer","show"],"anchors":[]},{"id":"461","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.show.folder","content":"Show an icon before the folder name.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-show-folder","tokens":["icon","name","before","show","folder","the"],"title_tokens":["renderer","icons","option","vim","setupopts","nvimtree","filetree","show","folder"],"anchors":[]},{"id":"462","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.show.folder_arrow","content":"Show a small arrow before the folder node. Arrow will be a part of the node when using renderer.indent_markers.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-show-folder_arrow","tokens":["when","the","will","small","using","show","indent_markers","folder","arrow","before","part","node","renderer"],"title_tokens":["setupopts","folder_arrow","icons","renderer","option","show","vim","filetree","nvimtree"],"anchors":[]},{"id":"463","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.show.git","content":"Show a git status icon, see renderer.icons.gitPlacement Requires git.enable to be true.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-show-git","tokens":["icon","see","icons","enable","show","true","git","renderer","gitplacement","requires","status"],"title_tokens":["nvimtree","git","renderer","option","vim","show","setupopts","icons","filetree"],"anchors":[]},{"id":"464","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.show.modified","content":"Show a modified icon, see renderer.icons.modifiedPlacement Requires modified.enable to be true.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-show-modified","tokens":["modified","renderer","enable","show","true","see","icons","icon","modifiedplacement","requires"],"title_tokens":["renderer","icons","nvimtree","filetree","modified","setupopts","option","show","vim"],"anchors":[]},{"id":"465","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.symlink_arrow","content":"Used as a separator between symlinks' source and target.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-symlink_arrow","tokens":["used","separator","between","symlinks","source","and","target"],"title_tokens":["vim","nvimtree","symlink_arrow","renderer","icons","option","setupopts","filetree"],"anchors":[]},{"id":"466","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.icons.webdev_colors","content":"Use the webdev icon colors, otherwise NvimTreeFileIcon","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-icons-webdev_colors","tokens":["icon","colors","the","nvimtreefileicon","use","webdev","otherwise"],"title_tokens":["nvimtree","icons","filetree","setupopts","option","vim","renderer","webdev_colors"],"anchors":[]},{"id":"467","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.indent_markers","content":"Configuration options for tree indent markers.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-indent_markers","tokens":["options","configuration","indent","tree","for","markers"],"title_tokens":["renderer","vim","option","nvimtree","indent_markers","setupopts","filetree"],"anchors":[]},{"id":"468","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.indent_markers.enable","content":"Whether to enable Display indent markers when folders are open..","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-indent_markers-enable","tokens":["open","indent","are","display","when","enable","whether","markers","folders"],"title_tokens":["option","setupopts","renderer","vim","indent_markers","enable","filetree","nvimtree"],"anchors":[]},{"id":"469","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.indent_markers.icons","content":"Individual elements of the indent markers","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-indent_markers-icons","tokens":["markers","individual","indent","elements","the"],"title_tokens":["filetree","vim","indent_markers","option","setupopts","icons","renderer","nvimtree"],"anchors":[]},{"id":"470","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.indent_markers.inline_arrows","content":"Display folder arrows in the same column as indent marker when using renderer.icons.show.folder_arrow","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-indent_markers-inline_arrows","tokens":["indent","marker","using","icons","folder_arrow","renderer","same","folder","the","display","when","show","column","arrows"],"title_tokens":["filetree","inline_arrows","option","renderer","nvimtree","vim","setupopts","indent_markers"],"anchors":[]},{"id":"471","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.indent_width","content":"Number of spaces for an each tree nesting level. Minimum 1.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-indent_width","tokens":["minimum","tree","each","for","number","level","spaces","nesting"],"title_tokens":["setupopts","indent_width","option","renderer","vim","filetree","nvimtree"],"anchors":[]},{"id":"472","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.root_folder_label","content":"In what format to show root folder. See :help filename-modifiers for available string options. Set to false to hide the root folder.\nFunction is passed the absolute path of the root folder and should return a string. e.g. my_root_folder_label = function(path) return \".../\" .. vim.fn.fnamemodify(path, \":t\") end","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-root_folder_label","tokens":["root","fnamemodify","help","options","and","false","show","set","filename-modifiers","for","format","hide","return","function","absolute","end","available","my_root_folder_label","the","path","folder","passed","what","should","vim","see","string"],"title_tokens":["option","vim","filetree","nvimtree","renderer","root_folder_label","setupopts"],"anchors":[]},{"id":"473","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.special_files","content":"A list of filenames that gets highlighted with `NvimTreeSpecialFile","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-special_files","tokens":["highlighted","list","filenames","that","gets","with","nvimtreespecialfile"],"title_tokens":["filetree","renderer","special_files","option","setupopts","nvimtree","vim"],"anchors":[]},{"id":"474","title":"Option: vim.filetree.nvimTree.setupOpts.renderer.symlink_destination","content":"Whether to show the destination of the symlink.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-renderer-symlink_destination","tokens":["the","whether","show","destination","symlink"],"title_tokens":["symlink_destination","vim","option","nvimtree","setupopts","filetree","renderer"],"anchors":[]},{"id":"475","title":"Option: vim.filetree.nvimTree.setupOpts.respect_buf_cwd","content":"Will change cwd of nvim-tree to that of new buffer's when opening nvim-tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-respect_buf_cwd","tokens":["cwd","opening","that","new","nvim-tree","buffer","will","change","when"],"title_tokens":["respect_buf_cwd","nvimtree","vim","option","filetree","setupopts"],"anchors":[]},{"id":"476","title":"Option: vim.filetree.nvimTree.setupOpts.root_dirs","content":"Preferred root directories. Only relevant when updateFocusedFile.updateRoot is true","path":"options.html#option-vim-filetree-nvimTree-setupOpts-root_dirs","tokens":["true","when","relevant","only","updateroot","preferred","updatefocusedfile","root","directories"],"title_tokens":["nvimtree","setupopts","root_dirs","filetree","vim","option"],"anchors":[]},{"id":"477","title":"Option: vim.filetree.nvimTree.setupOpts.select_prompts","content":"Whether to enable Use vim.ui.select style prompts. Necessary when using a UI prompt decorator such as dressing.nvim or telescope-ui-select.nvim .","path":"options.html#option-vim-filetree-nvimTree-setupOpts-select_prompts","tokens":["style","select","use","prompts","whether","dressing","enable","nvim","decorator","prompt","vim","such","telescope-ui-select","using","necessary","when"],"title_tokens":["option","nvimtree","select_prompts","vim","filetree","setupopts"],"anchors":[]},{"id":"478","title":"Option: vim.filetree.nvimTree.setupOpts.sort.folders_first","content":"Sort folders before files. Has no effect when sort.sorter is a function.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-sort-folders_first","tokens":["folders","effect","function","sorter","before","when","has","files","sort"],"title_tokens":["nvimtree","vim","option","folders_first","sort","filetree","setupopts"],"anchors":[]},{"id":"479","title":"Option: vim.filetree.nvimTree.setupOpts.sort.sorter","content":"How files within the same directory are sorted.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-sort-sorter","tokens":["how","are","same","the","sorted","directory","within","files"],"title_tokens":["sort","vim","filetree","nvimtree","option","setupopts","sorter"],"anchors":[]},{"id":"480","title":"Option: vim.filetree.nvimTree.setupOpts.sync_root_with_cwd","content":"Changes the tree root directory on DirChanged and refreshes the tree. Only relevant when updateFocusedFile.updateRoot is true\n(previously update_cwd)","path":"options.html#option-vim-filetree-nvimTree-setupOpts-sync_root_with_cwd","tokens":["when","the","updatefocusedfile","refreshes","dirchanged","updateroot","root","previously","only","directory","relevant","update_cwd","changes","true","tree","and"],"title_tokens":["setupopts","option","sync_root_with_cwd","vim","filetree","nvimtree"],"anchors":[]},{"id":"481","title":"Option: vim.filetree.nvimTree.setupOpts.system_open.args","content":"Optional argument list.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-system_open-args","tokens":["list","argument","optional"],"title_tokens":["args","system_open","option","filetree","nvimtree","vim","setupopts"],"anchors":[]},{"id":"482","title":"Option: vim.filetree.nvimTree.setupOpts.system_open.cmd","content":"The open command itself","path":"options.html#option-vim-filetree-nvimTree-setupOpts-system_open-cmd","tokens":["the","itself","command","open"],"title_tokens":["option","filetree","nvimtree","system_open","cmd","setupopts","vim"],"anchors":[]},{"id":"483","title":"Option: vim.filetree.nvimTree.setupOpts.tab","content":"Configuration for tab behaviour.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-tab","tokens":["for","tab","configuration","behaviour"],"title_tokens":["vim","tab","nvimtree","option","filetree","setupopts"],"anchors":[]},{"id":"484","title":"Option: vim.filetree.nvimTree.setupOpts.tab.sync","content":"Configuration for syncing nvim-tree across tabs.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-tab-sync","tokens":["configuration","nvim-tree","tabs","for","across","syncing"],"title_tokens":["tab","sync","filetree","setupopts","nvimtree","vim","option"],"anchors":[]},{"id":"485","title":"Option: vim.filetree.nvimTree.setupOpts.tab.sync.close","content":"Closes the tree across all tabpages when the tree is closed.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-tab-sync-close","tokens":["all","the","closes","tabpages","closed","tree","across","when"],"title_tokens":["setupopts","tab","option","sync","close","filetree","nvimtree","vim"],"anchors":[]},{"id":"486","title":"Option: vim.filetree.nvimTree.setupOpts.tab.sync.ignore","content":"List of filetypes or buffer names on new tab that will prevent nvimTree.tab.sync.open and nvimTree.tab.sync.close","path":"options.html#option-vim-filetree-nvimTree-setupOpts-tab-sync-ignore","tokens":["nvimtree","buffer","new","tab","prevent","sync","and","open","close","names","filetypes","list","that","will"],"title_tokens":["option","nvimtree","vim","sync","tab","filetree","ignore","setupopts"],"anchors":[]},{"id":"487","title":"Option: vim.filetree.nvimTree.setupOpts.tab.sync.open","content":"Opens the tree automatically when switching tabpage or opening a new tabpage if the tree was previously open.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-tab-sync-open","tokens":["tree","automatically","new","was","open","previously","switching","opens","opening","tabpage","the","when"],"title_tokens":["nvimtree","vim","tab","sync","setupopts","option","open","filetree"],"anchors":[]},{"id":"488","title":"Option: vim.filetree.nvimTree.setupOpts.trash","content":"Configuration options for trashing.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-trash","tokens":["options","for","configuration","trashing"],"title_tokens":["vim","filetree","trash","nvimtree","option","setupopts"],"anchors":[]},{"id":"489","title":"Option: vim.filetree.nvimTree.setupOpts.trash.cmd","content":"The command used to trash items","path":"options.html#option-vim-filetree-nvimTree-setupOpts-trash-cmd","tokens":["items","the","trash","used","command"],"title_tokens":["vim","cmd","option","filetree","nvimtree","setupopts","trash"],"anchors":[]},{"id":"490","title":"Option: vim.filetree.nvimTree.setupOpts.ui","content":"General UI configuration.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-ui","tokens":["general","configuration"],"title_tokens":["vim","setupopts","filetree","option","nvimtree"],"anchors":[]},{"id":"491","title":"Option: vim.filetree.nvimTree.setupOpts.ui.confirm.remove","content":"Prompt before removing.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-ui-confirm-remove","tokens":["prompt","before","removing"],"title_tokens":["filetree","vim","setupopts","option","nvimtree","remove","confirm"],"anchors":[]},{"id":"492","title":"Option: vim.filetree.nvimTree.setupOpts.ui.confirm.trash","content":"Prompt before trash.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-ui-confirm-trash","tokens":["before","prompt","trash"],"title_tokens":["trash","setupopts","nvimtree","option","vim","filetree","confirm"],"anchors":[]},{"id":"493","title":"Option: vim.filetree.nvimTree.setupOpts.update_focused_file","content":"Update the focused file on BufEnter, un-collapses the folders recursively until it finds the file.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-update_focused_file","tokens":["file","bufenter","finds","recursively","focused","un-collapses","until","update","the","folders"],"title_tokens":["update_focused_file","option","vim","filetree","nvimtree","setupopts"],"anchors":[]},{"id":"494","title":"Option: vim.filetree.nvimTree.setupOpts.update_focused_file.enable","content":"update focused file","path":"options.html#option-vim-filetree-nvimTree-setupOpts-update_focused_file-enable","tokens":["focused","file","update"],"title_tokens":["option","nvimtree","update_focused_file","filetree","enable","setupopts","vim"],"anchors":[]},{"id":"495","title":"Option: vim.filetree.nvimTree.setupOpts.update_focused_file.ignore_list","content":"List of buffer names and filetypes that will not update the root dir of the tree if the file isn't found under the current root directory. Only relevant when update_focused_file.update_root and update_focused_file.enable are true.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-update_focused_file-ignore_list","tokens":["file","current","not","only","update_focused_file","names","true","are","relevant","when","tree","and","filetypes","dir","root","under","directory","update","buffer","will","update_root","enable","list","isn","the","found","that"],"title_tokens":["nvimtree","option","vim","filetree","ignore_list","update_focused_file","setupopts"],"anchors":[]},{"id":"496","title":"Option: vim.filetree.nvimTree.setupOpts.update_focused_file.update_root","content":"Update the root directory of the tree if the file is not under current root directory. It prefers vim's cwd and root_dirs. Otherwise it falls back to the folder containing the file. Only relevant when update_focused_file.enable is true","path":"options.html#option-vim-filetree-nvimTree-setupOpts-update_focused_file-update_root","tokens":["prefers","when","update_focused_file","true","directory","vim","folder","enable","and","current","root_dirs","containing","only","otherwise","root","relevant","file","update","not","under","cwd","falls","back","tree","the"],"title_tokens":["nvimtree","setupopts","update_focused_file","update_root","option","vim","filetree"],"anchors":[]},{"id":"497","title":"Option: vim.filetree.nvimTree.setupOpts.view","content":"Window / buffer setup.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view","tokens":["window","setup","buffer"],"title_tokens":["vim","nvimtree","filetree","option","view","setupopts"],"anchors":[]},{"id":"498","title":"Option: vim.filetree.nvimTree.setupOpts.view.centralize_selection","content":"If true, reposition the view so that the current node is initially centralized when entering nvim-tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-centralize_selection","tokens":["true","that","current","view","initially","centralized","when","nvim-tree","the","entering","reposition","node"],"title_tokens":["view","centralize_selection","filetree","vim","option","nvimtree","setupopts"],"anchors":[]},{"id":"499","title":"Option: vim.filetree.nvimTree.setupOpts.view.cursorline","content":"Enable cursorline in nvim-tree window.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-cursorline","tokens":["cursorline","enable","window","nvim-tree"],"title_tokens":["option","filetree","nvimtree","cursorline","setupopts","view","vim"],"anchors":[]},{"id":"500","title":"Option: vim.filetree.nvimTree.setupOpts.view.debounce_delay","content":"Idle milliseconds before some reload / refresh operations. Increase if you experience performance issues around screen refresh.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-debounce_delay","tokens":["around","reload","refresh","you","issues","milliseconds","operations","before","screen","some","performance","increase","idle","experience"],"title_tokens":["setupopts","filetree","view","nvimtree","debounce_delay","vim","option"],"anchors":[]},{"id":"501","title":"Option: vim.filetree.nvimTree.setupOpts.view.float","content":"Configuration options for floating window.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-float","tokens":["window","options","configuration","for","floating"],"title_tokens":["nvimtree","view","filetree","float","vim","option","setupopts"],"anchors":[]},{"id":"502","title":"Option: vim.filetree.nvimTree.setupOpts.view.float.enable","content":"If true, tree window will be floating.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-float-enable","tokens":["window","true","tree","floating","will"],"title_tokens":["setupopts","vim","filetree","option","nvimtree","enable","float","view"],"anchors":[]},{"id":"503","title":"Option: vim.filetree.nvimTree.setupOpts.view.float.open_win_config","content":"Floating window config. See :h nvim_open_win() for more details.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-float-open_win_config","tokens":["see","nvim_open_win","config","floating","more","window","for","details"],"title_tokens":["float","vim","filetree","option","view","open_win_config","setupopts","nvimtree"],"anchors":[]},{"id":"504","title":"Option: vim.filetree.nvimTree.setupOpts.view.float.quit_on_focus_loss","content":"Close the floating tree window when it loses focus.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-float-quit_on_focus_loss","tokens":["the","floating","window","tree","close","loses","when","focus"],"title_tokens":["view","vim","nvimtree","setupopts","quit_on_focus_loss","filetree","option","float"],"anchors":[]},{"id":"505","title":"Option: vim.filetree.nvimTree.setupOpts.view.number","content":"Print the line number in front of each line.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-number","tokens":["front","print","number","the","each","line"],"title_tokens":["nvimtree","setupopts","option","number","view","vim","filetree"],"anchors":[]},{"id":"506","title":"Option: vim.filetree.nvimTree.setupOpts.view.preserve_window_proportions","content":"Preserves window proportions when opening a file. If false, the height and width of windows other than nvim-tree will be equalized.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-preserve_window_proportions","tokens":["width","nvim-tree","will","preserves","opening","than","windows","file","false","and","when","equalized","other","proportions","height","window","the"],"title_tokens":["preserve_window_proportions","nvimtree","setupopts","vim","filetree","view","option"],"anchors":[]},{"id":"507","title":"Option: vim.filetree.nvimTree.setupOpts.view.relativenumber","content":"Show the line number relative to the line with the cursor in front of each line. If the option view.number is also true, the number on the cursor line will be the line number instead of 0.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-relativenumber","tokens":["show","view","front","relative","also","will","instead","line","with","number","each","true","cursor","option","the"],"title_tokens":["nvimtree","relativenumber","view","vim","option","filetree","setupopts"],"anchors":[]},{"id":"508","title":"Option: vim.filetree.nvimTree.setupOpts.view.side","content":"Side of the tree.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-side","tokens":["tree","side","the"],"title_tokens":["setupopts","option","nvimtree","vim","view","side","filetree"],"anchors":[]},{"id":"509","title":"Option: vim.filetree.nvimTree.setupOpts.view.signcolumn","content":"Show diagnostic sign column. Value can be \"yes\", \"auto\" or\"no\".","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-signcolumn","tokens":["diagnostic","can","column","show","value","yes","auto","sign"],"title_tokens":["vim","option","setupopts","view","signcolumn","nvimtree","filetree"],"anchors":[]},{"id":"510","title":"Option: vim.filetree.nvimTree.setupOpts.view.width","content":"Width of the window: can be a % string, a number representing columns, a function or a table.\nA table (an attribute set in our case, see example) indicates that the view should be dynamically sized based on the longest line.","path":"options.html#option-vim-filetree-nvimTree-setupOpts-view-width","tokens":["string","see","that","function","attribute","number","view","indicates","line","example","dynamically","case","table","can","our","columns","representing","should","the","window","based","longest","width","set","sized"],"title_tokens":["setupopts","width","filetree","nvimtree","option","view","vim"],"anchors":[]},{"id":"511","title":"Option: vim.formatter.conform-nvim.enable","content":"Whether to enable lightweight yet powerful formatter plugin for Neovim [conform-nvim].","path":"options.html#option-vim-formatter-conform-nvim-enable","tokens":["powerful","enable","conform-nvim","lightweight","plugin","formatter","whether","yet","for","neovim"],"title_tokens":["enable","vim","formatter","option","conform-nvim"],"anchors":[]},{"id":"512","title":"Option: vim.formatter.conform-nvim.setupOpts","content":"Option table to pass into the setup function of conform.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-formatter-conform-nvim-setupOpts","tokens":["nvim","you","the","not","function","conform","additional","table","can","docs","setup","pass","into","option","any","options","they","listed","even"],"title_tokens":["option","setupopts","vim","conform-nvim","formatter"],"anchors":[]},{"id":"513","title":"Option: vim.formatter.conform-nvim.setupOpts.default_format_opts","content":"Default values when calling conform.format()","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-default_format_opts","tokens":["values","default","format","conform","calling","when"],"title_tokens":["vim","option","conform-nvim","setupopts","formatter","default_format_opts"],"anchors":[]},{"id":"514","title":"Option: vim.formatter.conform-nvim.setupOpts.format_after_save","content":"Table or function(luainline) that will be passed to conform.format(). If this is set, Conform will run the formatter asynchronously after save.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-format_after_save","tokens":["set","the","run","format","asynchronously","that","function","luainline","passed","save","conform","after","formatter","table","this","will"],"title_tokens":["conform-nvim","format_after_save","formatter","option","vim","setupopts"],"anchors":[]},{"id":"515","title":"Option: vim.formatter.conform-nvim.setupOpts.format_on_save","content":"Attribute set or Lua function that will be passed to conform.format(). If this is set, Conform will run the formatter on save.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-format_on_save","tokens":["attribute","function","that","passed","conform","save","formatter","run","set","will","format","lua","this","the"],"title_tokens":["option","vim","setupopts","format_on_save","formatter","conform-nvim"],"anchors":[]},{"id":"516","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters","content":"Custom formatters and overrides for built-in formatters.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters","tokens":["overrides","and","formatters","custom","for","built-in"],"title_tokens":["conform-nvim","vim","option","formatter","formatters","setupopts"],"anchors":[]},{"id":"517","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters.append_args","content":"When inherit = true, add additional arguments to the end of args. Can also be a function, like args.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters-append_args","tokens":["additional","end","function","inherit","like","when","arguments","add","true","the","args","can","also"],"title_tokens":["formatter","vim","option","setupopts","append_args","conform-nvim","formatters"],"anchors":[]},{"id":"518","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters.args","content":"A list of strings, or a lua function that returns a list of strings.\nReturn a single string instead of a list to run the command in a shell.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters-args","tokens":["list","the","lua","function","command","that","strings","run","shell","returns","single","return","instead","string"],"title_tokens":["setupopts","args","conform-nvim","formatters","vim","formatter","option"],"anchors":[]},{"id":"519","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters.command","content":"The command to run.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters-command","tokens":["run","command","the"],"title_tokens":["conform-nvim","command","formatter","vim","option","setupopts","formatters"],"anchors":[]},{"id":"520","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters.prepend_args","content":"When inherit = true, add additional arguments to the beginning of args. Can also be a function, like args.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters-prepend_args","tokens":["inherit","args","add","also","true","can","additional","beginning","function","the","like","arguments","when"],"title_tokens":["formatter","prepend_args","formatters","vim","conform-nvim","setupopts","option"],"anchors":[]},{"id":"521","title":"Option: vim.formatter.conform-nvim.setupOpts.formatters_by_ft","content":"Map of filetype to formatters. This option takes a set of key = value format where the value will be converted to its Lua equivalent. You are responsible for passing the correct Nix data types to generate a correct Lua value that conform is able to accept.","path":"options.html#option-vim-formatter-conform-nvim-setupOpts-formatters_by_ft","tokens":["value","this","passing","you","able","nix","accept","format","option","map","equivalent","responsible","data","generate","key","takes","for","that","formatters","will","filetype","the","are","converted","conform","where","set","types","its","correct","lua"],"title_tokens":["vim","conform-nvim","formatter","option","setupopts","formatters_by_ft"],"anchors":[]},{"id":"522","title":"Option: vim.fzf-lua.enable","content":"Whether to enable fzf-lua.","path":"options.html#option-vim-fzf-lua-enable","tokens":["whether","enable","fzf-lua"],"title_tokens":["fzf-lua","enable","vim","option"],"anchors":[]},{"id":"523","title":"Option: vim.fzf-lua.profile","content":"The configuration profile to use","path":"options.html#option-vim-fzf-lua-profile","tokens":["use","configuration","the","profile"],"title_tokens":["option","profile","vim","fzf-lua"],"anchors":[]},{"id":"524","title":"Option: vim.fzf-lua.setupOpts","content":"Option table to pass into the setup function of fzf-lua\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-fzf-lua-setupOpts","tokens":["you","option","table","the","any","not","function","listed","into","pass","fzf-lua","docs","can","they","even","options","additional","setup"],"title_tokens":["vim","setupopts","option","fzf-lua"],"anchors":[]},{"id":"525","title":"Option: vim.fzf-lua.setupOpts.fzf_bin","content":"Path to fzf executable","path":"options.html#option-vim-fzf-lua-setupOpts-fzf_bin","tokens":["executable","path","fzf"],"title_tokens":["option","fzf-lua","setupopts","vim","fzf_bin"],"anchors":[]},{"id":"526","title":"Option: vim.fzf-lua.setupOpts.winopts.border","content":"Border type for the fzf-lua picker window","path":"options.html#option-vim-fzf-lua-setupOpts-winopts-border","tokens":["window","picker","type","for","the","fzf-lua","border"],"title_tokens":["winopts","border","setupopts","fzf-lua","option","vim"],"anchors":[]},{"id":"527","title":"Option: vim.gestures.gesture-nvim.enable","content":"Whether to enable gesture-nvim: mouse gestures.","path":"options.html#option-vim-gestures-gesture-nvim-enable","tokens":["mouse","gestures","whether","gesture-nvim","enable"],"title_tokens":["gestures","option","gesture-nvim","enable","vim"],"anchors":[]},{"id":"528","title":"Option: vim.gestures.gesture-nvim.mappings.draw","content":"Start drawing [gesture.nvim]","path":"options.html#option-vim-gestures-gesture-nvim-mappings-draw","tokens":["nvim","drawing","start","gesture"],"title_tokens":["option","gesture-nvim","vim","mappings","draw","gestures"],"anchors":[]},{"id":"529","title":"Option: vim.gestures.gesture-nvim.mappings.finish","content":"Finish drawing [gesture.nvim]","path":"options.html#option-vim-gestures-gesture-nvim-mappings-finish","tokens":["gesture","drawing","finish","nvim"],"title_tokens":["option","gesture-nvim","mappings","finish","gestures","vim"],"anchors":[]},{"id":"530","title":"Option: vim.git.enable","content":"Whether to enable git integration suite.\nEnabling this option will enable the following plugins:\ngitsigns\nhunk-nvim\nvim-fugitive\ngit-conflict\ngitlinker-nvim .","path":"options.html#option-vim-git-enable","tokens":["gitsigns","gitlinker-nvim","git-conflict","suite","following","whether","the","this","vim-fugitive","git","integration","option","hunk-nvim","plugins","enable","enabling","will"],"title_tokens":["git","option","vim","enable"],"anchors":[]},{"id":"531","title":"Option: vim.git.git-conflict.enable","content":"Whether to enable git-conflict.","path":"options.html#option-vim-git-git-conflict-enable","tokens":["enable","whether","git-conflict"],"title_tokens":["enable","git","vim","git-conflict","option"],"anchors":[]},{"id":"532","title":"Option: vim.git.git-conflict.mappings.both","content":"Choose Both [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-both","tokens":["choose","git-conflict","both"],"title_tokens":["git-conflict","option","git","both","mappings","vim"],"anchors":[]},{"id":"533","title":"Option: vim.git.git-conflict.mappings.nextConflict","content":"Go to the next Conflict [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-nextConflict","tokens":["next","conflict","git-conflict","the"],"title_tokens":["mappings","nextconflict","git-conflict","option","git","vim"],"anchors":[]},{"id":"534","title":"Option: vim.git.git-conflict.mappings.none","content":"Choose None [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-none","tokens":["choose","none","git-conflict"],"title_tokens":["none","mappings","option","vim","git","git-conflict"],"anchors":[]},{"id":"535","title":"Option: vim.git.git-conflict.mappings.ours","content":"Choose Ours [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-ours","tokens":["git-conflict","choose","ours"],"title_tokens":["git-conflict","vim","option","git","ours","mappings"],"anchors":[]},{"id":"536","title":"Option: vim.git.git-conflict.mappings.prevConflict","content":"Go to the previous Conflict [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-prevConflict","tokens":["git-conflict","conflict","previous","the"],"title_tokens":["option","git-conflict","git","mappings","prevconflict","vim"],"anchors":[]},{"id":"537","title":"Option: vim.git.git-conflict.mappings.theirs","content":"Choose Theirs [Git-Conflict]","path":"options.html#option-vim-git-git-conflict-mappings-theirs","tokens":["theirs","git-conflict","choose"],"title_tokens":["option","git-conflict","theirs","git","mappings","vim"],"anchors":[]},{"id":"538","title":"Option: vim.git.git-conflict.setupOpts","content":"Option table to pass into the setup function of git-conflict\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-git-git-conflict-setupOpts","tokens":["listed","the","docs","even","options","option","you","git-conflict","into","they","function","not","can","table","pass","any","setup","additional"],"title_tokens":["setupopts","option","git","git-conflict","vim"],"anchors":[]},{"id":"539","title":"Option: vim.git.gitlinker-nvim.enable","content":"Whether to enable gitlinker-nvim.","path":"options.html#option-vim-git-gitlinker-nvim-enable","tokens":["whether","gitlinker-nvim","enable"],"title_tokens":["vim","git","gitlinker-nvim","option","enable"],"anchors":[]},{"id":"540","title":"Option: vim.git.gitlinker-nvim.setupOpts","content":"Option table to pass into the setup function of gitlinker-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-git-gitlinker-nvim-setupOpts","tokens":["gitlinker-nvim","option","table","docs","can","additional","into","pass","not","you","listed","the","any","options","function","setup","they","even"],"title_tokens":["vim","gitlinker-nvim","setupopts","option","git"],"anchors":[]},{"id":"541","title":"Option: vim.git.gitsigns.codeActions.enable","content":"Whether to enable gitsigns codeactions through null-ls.","path":"options.html#option-vim-git-gitsigns-codeActions-enable","tokens":["enable","null-ls","whether","gitsigns","codeactions","through"],"title_tokens":["enable","vim","gitsigns","git","option","codeactions"],"anchors":[]},{"id":"542","title":"Option: vim.git.gitsigns.enable","content":"Whether to enable gitsigns.","path":"options.html#option-vim-git-gitsigns-enable","tokens":["whether","gitsigns","enable"],"title_tokens":["enable","option","git","vim","gitsigns"],"anchors":[]},{"id":"543","title":"Option: vim.git.gitsigns.mappings.blameLine","content":"Blame line [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-blameLine","tokens":["gitsigns","blame","line"],"title_tokens":["git","option","vim","gitsigns","mappings","blameline"],"anchors":[]},{"id":"544","title":"Option: vim.git.gitsigns.mappings.diffProject","content":"Diff project [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-diffProject","tokens":["gitsigns","diff","project"],"title_tokens":["option","vim","gitsigns","mappings","git","diffproject"],"anchors":[]},{"id":"545","title":"Option: vim.git.gitsigns.mappings.diffThis","content":"Diff this [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-diffThis","tokens":["diff","gitsigns","this"],"title_tokens":["vim","diffthis","mappings","git","gitsigns","option"],"anchors":[]},{"id":"546","title":"Option: vim.git.gitsigns.mappings.nextHunk","content":"Next hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-nextHunk","tokens":["hunk","next","gitsigns"],"title_tokens":["option","git","gitsigns","vim","mappings","nexthunk"],"anchors":[]},{"id":"547","title":"Option: vim.git.gitsigns.mappings.previewHunk","content":"Preview hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-previewHunk","tokens":["gitsigns","hunk","preview"],"title_tokens":["gitsigns","mappings","previewhunk","option","vim","git"],"anchors":[]},{"id":"548","title":"Option: vim.git.gitsigns.mappings.previousHunk","content":"Previous hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-previousHunk","tokens":["gitsigns","previous","hunk"],"title_tokens":["gitsigns","mappings","previoushunk","git","option","vim"],"anchors":[]},{"id":"549","title":"Option: vim.git.gitsigns.mappings.resetBuffer","content":"Reset buffer [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-resetBuffer","tokens":["gitsigns","buffer","reset"],"title_tokens":["resetbuffer","git","gitsigns","vim","mappings","option"],"anchors":[]},{"id":"550","title":"Option: vim.git.gitsigns.mappings.resetHunk","content":"Reset hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-resetHunk","tokens":["reset","hunk","gitsigns"],"title_tokens":["vim","mappings","option","git","resethunk","gitsigns"],"anchors":[]},{"id":"551","title":"Option: vim.git.gitsigns.mappings.stageBuffer","content":"Stage buffer [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-stageBuffer","tokens":["buffer","gitsigns","stage"],"title_tokens":["mappings","git","stagebuffer","option","vim","gitsigns"],"anchors":[]},{"id":"552","title":"Option: vim.git.gitsigns.mappings.stageHunk","content":"Stage hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-stageHunk","tokens":["gitsigns","stage","hunk"],"title_tokens":["option","mappings","git","stagehunk","gitsigns","vim"],"anchors":[]},{"id":"553","title":"Option: vim.git.gitsigns.mappings.toggleBlame","content":"Toggle blame [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-toggleBlame","tokens":["blame","toggle","gitsigns"],"title_tokens":["toggleblame","option","gitsigns","vim","mappings","git"],"anchors":[]},{"id":"554","title":"Option: vim.git.gitsigns.mappings.toggleDeleted","content":"Toggle deleted [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-toggleDeleted","tokens":["gitsigns","toggle","deleted"],"title_tokens":["toggledeleted","option","gitsigns","mappings","vim","git"],"anchors":[]},{"id":"555","title":"Option: vim.git.gitsigns.mappings.undoStageHunk","content":"Undo stage hunk [Gitsigns]","path":"options.html#option-vim-git-gitsigns-mappings-undoStageHunk","tokens":["stage","undo","gitsigns","hunk"],"title_tokens":["option","gitsigns","vim","mappings","git","undostagehunk"],"anchors":[]},{"id":"556","title":"Option: vim.git.gitsigns.setupOpts","content":"Option table to pass into the setup function of gitsigns\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-git-gitsigns-setupOpts","tokens":["listed","function","pass","option","gitsigns","the","not","options","additional","you","any","into","setup","even","table","docs","they","can"],"title_tokens":["option","vim","setupopts","gitsigns","git"],"anchors":[]},{"id":"557","title":"Option: vim.git.hunk-nvim.enable","content":"Whether to enable tool for splitting diffs in Neovim [hunk-nvim].","path":"options.html#option-vim-git-hunk-nvim-enable","tokens":["tool","neovim","enable","hunk-nvim","splitting","diffs","whether","for"],"title_tokens":["vim","git","option","enable","hunk-nvim"],"anchors":[]},{"id":"558","title":"Option: vim.git.hunk-nvim.setupOpts","content":"Option table to pass into the setup function of hunk-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-git-hunk-nvim-setupOpts","tokens":["pass","can","option","the","setup","not","any","additional","you","into","table","listed","they","docs","hunk-nvim","even","function","options"],"title_tokens":["hunk-nvim","setupopts","git","option","vim"],"anchors":[]},{"id":"559","title":"Option: vim.git.neogit.enable","content":"Whether to enable An Interactive and powerful Git interface [Neogit].","path":"options.html#option-vim-git-neogit-enable","tokens":["interactive","git","interface","neogit","whether","enable","and","powerful"],"title_tokens":["vim","option","neogit","git","enable"],"anchors":[]},{"id":"560","title":"Option: vim.git.neogit.mappings.commit","content":"Git Commit [Neogit]","path":"options.html#option-vim-git-neogit-mappings-commit","tokens":["commit","git","neogit"],"title_tokens":["git","neogit","vim","option","mappings","commit"],"anchors":[]},{"id":"561","title":"Option: vim.git.neogit.mappings.open","content":"Git Status [Neogit]","path":"options.html#option-vim-git-neogit-mappings-open","tokens":["neogit","status","git"],"title_tokens":["mappings","option","vim","git","neogit","open"],"anchors":[]},{"id":"562","title":"Option: vim.git.neogit.mappings.pull","content":"Git pull [Neogit]","path":"options.html#option-vim-git-neogit-mappings-pull","tokens":["neogit","pull","git"],"title_tokens":["pull","mappings","option","vim","git","neogit"],"anchors":[]},{"id":"563","title":"Option: vim.git.neogit.mappings.push","content":"Git push [Neogit]","path":"options.html#option-vim-git-neogit-mappings-push","tokens":["git","push","neogit"],"title_tokens":["neogit","mappings","vim","push","option","git"],"anchors":[]},{"id":"564","title":"Option: vim.git.neogit.setupOpts","content":"Option table to pass into the setup function of neogit\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-git-neogit-setupOpts","tokens":["the","option","additional","options","not","listed","into","can","setup","table","neogit","pass","function","any","you","they","docs","even"],"title_tokens":["git","setupopts","neogit","option","vim"],"anchors":[]},{"id":"565","title":"Option: vim.git.vim-fugitive.enable","content":"Whether to enable vim-fugitive.","path":"options.html#option-vim-git-vim-fugitive-enable","tokens":["vim-fugitive","enable","whether"],"title_tokens":["option","vim-fugitive","enable","vim","git"],"anchors":[]},{"id":"566","title":"Option: vim.globals","content":"A freeform attribute set containing global variable values for setting vim variables as early as possible. If populated, this option will set vim variables in the built {option}luaConfigRC as the first item.\n::: {.note} {foo = \"bar\";} will set vim.g.foo to \"bar\", where the type of bar in the resulting Lua value will be inferred from the type of the value in the {name = value;} pair passed to the option. :::","path":"options.html#option-vim-globals","tokens":["will","variable","values","variables","luaconfigrc","containing","first","item","foo","bar","resulting","lua","name","pair","global","possible","from","populated","built","freeform","inferred","where","vim","early","option","note","set","this","value","the","type","attribute","for","setting","passed"],"title_tokens":["vim","option","globals"],"anchors":[]},{"id":"567","title":"Option: vim.globals.editorconfig","content":"Whether to enable EditorConfig integration in Neovim.\nThis defaults to true as it is enabled by default in stock Neovim, setting this option to false disables EditorConfig integration entirely.\nSee Neovim documentation for more details on configuring EditorConfig behaviour.","path":"options.html#option-vim-globals-editorconfig","tokens":["configuring","disables","neovim","see","option","editorconfig","details","entirely","enable","default","false","integration","behaviour","stock","defaults","whether","true","setting","this","enabled","documentation","for","more"],"title_tokens":["globals","vim","editorconfig","option"],"anchors":[]},{"id":"568","title":"Option: vim.globals.mapleader","content":"The key used for mappings","path":"options.html#option-vim-globals-mapleader","tokens":["leader","mappings","the","key","for","used"],"title_tokens":["mapleader","vim","option","globals"],"anchors":[]},{"id":"569","title":"Option: vim.globals.maplocalleader","content":"The key used for mappings","path":"options.html#option-vim-globals-maplocalleader","tokens":["the","localleader","key","for","used","mappings"],"title_tokens":["globals","vim","option","maplocalleader"],"anchors":[]},{"id":"570","title":"Option: vim.hideSearchHighlight","content":"Hide search highlight so it doesn't stay highlighted","path":"options.html#option-vim-hideSearchHighlight","tokens":["search","hide","highlighted","stay","doesn","highlight"],"title_tokens":["vim","hidesearchhighlight","option"],"anchors":[]},{"id":"571","title":"Option: vim.highlight","content":"Custom highlights to apply","path":"options.html#option-vim-highlight","tokens":["highlights","custom","apply"],"title_tokens":["vim","option","highlight"],"anchors":[]},{"id":"572","title":"Option: vim.highlight.<name>.bg","content":"The background color to use. Written as color name or hex \"#RRGGBB\".","path":"options.html#option-vim-highlight--bg","tokens":["use","color","name","the","background","rrggbb","hex","written"],"title_tokens":["highlight","option","vim","name"],"anchors":[]},{"id":"573","title":"Option: vim.highlight.<name>.blend","content":"Blend as an integer between 0 and 100","path":"options.html#option-vim-highlight--blend","tokens":["between","100","and","blend","integer"],"title_tokens":["option","highlight","blend","name","vim"],"anchors":[]},{"id":"574","title":"Option: vim.highlight.<name>.bold","content":"Whether to enable bold","path":"options.html#option-vim-highlight--bold","tokens":["enable","bold","whether"],"title_tokens":["bold","option","name","highlight","vim"],"anchors":[]},{"id":"575","title":"Option: vim.highlight.<name>.cterm","content":"The cterm arguments to use. See ':h highlight-args'","path":"options.html#option-vim-highlight--cterm","tokens":["the","see","cterm","arguments","highlight-args","use"],"title_tokens":["highlight","cterm","vim","option","name"],"anchors":[]},{"id":"576","title":"Option: vim.highlight.<name>.ctermbg","content":"The cterm background color to use","path":"options.html#option-vim-highlight--ctermbg","tokens":["cterm","color","the","background","use"],"title_tokens":["name","highlight","ctermbg","vim","option"],"anchors":[]},{"id":"577","title":"Option: vim.highlight.<name>.ctermfg","content":"The cterm foreground color to use","path":"options.html#option-vim-highlight--ctermfg","tokens":["use","cterm","foreground","the","color"],"title_tokens":["option","name","vim","highlight","ctermfg"],"anchors":[]},{"id":"578","title":"Option: vim.highlight.<name>.default","content":"Don't override existing definition","path":"options.html#option-vim-highlight--default","tokens":["don","existing","override","definition"],"title_tokens":["name","default","vim","highlight","option"],"anchors":[]},{"id":"579","title":"Option: vim.highlight.<name>.fg","content":"The foreground color to use. Written as color name or hex \"#RRGGBB\".","path":"options.html#option-vim-highlight--fg","tokens":["foreground","use","written","rrggbb","color","name","the","hex"],"title_tokens":["vim","option","highlight","name"],"anchors":[]},{"id":"580","title":"Option: vim.highlight.<name>.force","content":"Whether to enable force update","path":"options.html#option-vim-highlight--force","tokens":["whether","update","force","enable"],"title_tokens":["highlight","name","option","force","vim"],"anchors":[]},{"id":"581","title":"Option: vim.highlight.<name>.italic","content":"Whether to enable italic","path":"options.html#option-vim-highlight--italic","tokens":["italic","whether","enable"],"title_tokens":["option","italic","vim","highlight","name"],"anchors":[]},{"id":"582","title":"Option: vim.highlight.<name>.link","content":"The name of another highlight group to link to","path":"options.html#option-vim-highlight--link","tokens":["name","another","highlight","group","link","the"],"title_tokens":["option","name","vim","highlight","link"],"anchors":[]},{"id":"583","title":"Option: vim.highlight.<name>.nocombine","content":"Whether to enable nocombine","path":"options.html#option-vim-highlight--nocombine","tokens":["whether","enable","nocombine"],"title_tokens":["nocombine","vim","name","option","highlight"],"anchors":[]},{"id":"584","title":"Option: vim.highlight.<name>.reverse","content":"Whether to enable reverse","path":"options.html#option-vim-highlight--reverse","tokens":["enable","reverse","whether"],"title_tokens":["option","reverse","highlight","vim","name"],"anchors":[]},{"id":"585","title":"Option: vim.highlight.<name>.sp","content":"The special color to use. Written as color name or hex \"#RRGGBB\".","path":"options.html#option-vim-highlight--sp","tokens":["written","rrggbb","special","the","name","hex","color","use"],"title_tokens":["highlight","vim","name","option"],"anchors":[]},{"id":"586","title":"Option: vim.highlight.<name>.standout","content":"Whether to enable standout","path":"options.html#option-vim-highlight--standout","tokens":["whether","enable","standout"],"title_tokens":["option","vim","name","highlight","standout"],"anchors":[]},{"id":"587","title":"Option: vim.highlight.<name>.strikethrough","content":"Whether to enable strikethrough","path":"options.html#option-vim-highlight--strikethrough","tokens":["strikethrough","enable","whether"],"title_tokens":["vim","highlight","option","strikethrough","name"],"anchors":[]},{"id":"588","title":"Option: vim.highlight.<name>.undercurl","content":"Whether to enable undercurl","path":"options.html#option-vim-highlight--undercurl","tokens":["undercurl","enable","whether"],"title_tokens":["vim","option","name","highlight","undercurl"],"anchors":[]},{"id":"589","title":"Option: vim.highlight.<name>.underdashed","content":"Whether to enable underdashed","path":"options.html#option-vim-highlight--underdashed","tokens":["whether","underdashed","enable"],"title_tokens":["highlight","name","underdashed","option","vim"],"anchors":[]},{"id":"590","title":"Option: vim.highlight.<name>.underdotted","content":"Whether to enable underdotted","path":"options.html#option-vim-highlight--underdotted","tokens":["enable","whether","underdotted"],"title_tokens":["option","underdotted","highlight","name","vim"],"anchors":[]},{"id":"591","title":"Option: vim.highlight.<name>.underdouble","content":"Whether to enable underdouble","path":"options.html#option-vim-highlight--underdouble","tokens":["enable","whether","underdouble"],"title_tokens":["underdouble","option","highlight","vim","name"],"anchors":[]},{"id":"592","title":"Option: vim.highlight.<name>.underline","content":"Whether to enable underline","path":"options.html#option-vim-highlight--underline","tokens":["whether","enable","underline"],"title_tokens":["option","highlight","underline","vim","name"],"anchors":[]},{"id":"593","title":"Option: vim.keymaps","content":"Custom keybindings.","path":"options.html#option-vim-keymaps","tokens":["keybindings","custom"],"title_tokens":["option","keymaps","vim"],"anchors":[]},{"id":"594","title":"Option: vim.keymaps.*.action","content":"The command to execute.","path":"options.html#option-vim-keymaps-*-action","tokens":["the","execute","command"],"title_tokens":["vim","option","action","keymaps"],"anchors":[]},{"id":"595","title":"Option: vim.keymaps.*.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-keymaps-*-desc","tokens":["keybind","have","which-key","shown","you","description","this","enabled"],"title_tokens":["desc","vim","option","keymaps"],"anchors":[]},{"id":"596","title":"Option: vim.keymaps.*.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-keymaps-*-expr","tokens":["that","means","actually","action","expression","adding","map","equivalent","the"],"title_tokens":["option","keymaps","expr","vim"],"anchors":[]},{"id":"597","title":"Option: vim.keymaps.*.key","content":"The key that triggers this keybind.","path":"options.html#option-vim-keymaps-*-key","tokens":["this","keybind","key","the","that","triggers"],"title_tokens":["keymaps","key","option","vim"],"anchors":[]},{"id":"598","title":"Option: vim.keymaps.*.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-keymaps-*-lua","tokens":["true","not","lua","considered","code","action","will","thus","wrapped"],"title_tokens":["vim","option","lua","keymaps"],"anchors":[]},{"id":"599","title":"Option: vim.keymaps.*.mode","content":"The short-name of the mode to set the keymapping for. Passing an empty string is the equivalent of :map.\nSee :help map-modes for a list of modes.","path":"options.html#option-vim-keymaps-*-mode","tokens":["see","mode","help","short-name","for","keymapping","map-modes","the","passing","modes","string","set","equivalent","map","empty","list"],"title_tokens":["mode","vim","keymaps","option"],"anchors":[]},{"id":"600","title":"Option: vim.keymaps.*.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-keymaps-*-noremap","tokens":["this","command","whether","any","variant","noremap","which","ignoring","defined","action","custom","highly","advised","the","keep","default","mappings","use"],"title_tokens":["keymaps","option","vim","noremap"],"anchors":[]},{"id":"601","title":"Option: vim.keymaps.*.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-keymaps-*-nowait","tokens":["for","adding","mappings","map","input","wait","extra","equivalent","ambiguous","whether"],"title_tokens":["option","nowait","vim","keymaps"],"anchors":[]},{"id":"602","title":"Option: vim.keymaps.*.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-keymaps-*-script","tokens":["map","adding","equivalent"],"title_tokens":["option","vim","script","keymaps"],"anchors":[]},{"id":"603","title":"Option: vim.keymaps.*.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-keymaps-*-silent","tokens":["map","equivalent","silent","mapping","adding","whether","should","this"],"title_tokens":["vim","keymaps","silent","option"],"anchors":[]},{"id":"604","title":"Option: vim.keymaps.*.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-keymaps-*-unique","tokens":["map","adding","fail","the","defined","equivalent","whether","already"],"title_tokens":["option","keymaps","unique","vim"],"anchors":[]},{"id":"605","title":"Option: vim.languages.assembly.enable","content":"Whether to enable Assembly support.","path":"options.html#option-vim-languages-assembly-enable","tokens":["assembly","support","whether","enable"],"title_tokens":["option","assembly","enable","languages","vim"],"anchors":[]},{"id":"606","title":"Option: vim.languages.assembly.lsp.enable","content":"Whether to enable Assembly LSP support.","path":"options.html#option-vim-languages-assembly-lsp-enable","tokens":["enable","support","whether","assembly","lsp"],"title_tokens":["enable","option","vim","assembly","languages","lsp"],"anchors":[]},{"id":"607","title":"Option: vim.languages.assembly.lsp.servers","content":"Assembly LSP server to use","path":"options.html#option-vim-languages-assembly-lsp-servers","tokens":["server","lsp","use","assembly"],"title_tokens":["servers","languages","vim","assembly","lsp","option"],"anchors":[]},{"id":"608","title":"Option: vim.languages.assembly.treesitter.enable","content":"Whether to enable Assembly treesitter.","path":"options.html#option-vim-languages-assembly-treesitter-enable","tokens":["treesitter","assembly","whether","enable"],"title_tokens":["enable","languages","vim","option","assembly","treesitter"],"anchors":[]},{"id":"609","title":"Option: vim.languages.assembly.treesitter.package","content":"The asm treesitter package to use.","path":"options.html#option-vim-languages-assembly-treesitter-package","tokens":["asm","treesitter","the","package","use"],"title_tokens":["package","treesitter","vim","assembly","languages","option"],"anchors":[]},{"id":"610","title":"Option: vim.languages.astro.enable","content":"Whether to enable Astro language support.","path":"options.html#option-vim-languages-astro-enable","tokens":["enable","support","astro","language","whether"],"title_tokens":["option","vim","astro","enable","languages"],"anchors":[]},{"id":"611","title":"Option: vim.languages.astro.extraDiagnostics.enable","content":"Whether to enable extra Astro diagnostics.","path":"options.html#option-vim-languages-astro-extraDiagnostics-enable","tokens":["enable","astro","extra","whether","diagnostics"],"title_tokens":["option","vim","enable","extradiagnostics","astro","languages"],"anchors":[]},{"id":"612","title":"Option: vim.languages.astro.extraDiagnostics.types","content":"List of Astro diagnostics to enable","path":"options.html#option-vim-languages-astro-extraDiagnostics-types","tokens":["enable","astro","list","diagnostics"],"title_tokens":["extradiagnostics","option","types","languages","vim","astro"],"anchors":[]},{"id":"613","title":"Option: vim.languages.astro.format.enable","content":"Whether to enable Astro formatting.","path":"options.html#option-vim-languages-astro-format-enable","tokens":["astro","enable","formatting","whether"],"title_tokens":["option","languages","astro","format","enable","vim"],"anchors":[]},{"id":"614","title":"Option: vim.languages.astro.format.type","content":"Astro formatter to use","path":"options.html#option-vim-languages-astro-format-type","tokens":["use","formatter","astro"],"title_tokens":["type","astro","vim","languages","option","format"],"anchors":[]},{"id":"615","title":"Option: vim.languages.astro.lsp.enable","content":"Whether to enable Astro LSP support.","path":"options.html#option-vim-languages-astro-lsp-enable","tokens":["astro","enable","support","whether","lsp"],"title_tokens":["languages","astro","option","lsp","enable","vim"],"anchors":[]},{"id":"616","title":"Option: vim.languages.astro.lsp.servers","content":"Astro LSP server to use","path":"options.html#option-vim-languages-astro-lsp-servers","tokens":["lsp","server","use","astro"],"title_tokens":["astro","lsp","languages","option","vim","servers"],"anchors":[]},{"id":"617","title":"Option: vim.languages.astro.treesitter.astroPackage","content":"The astro treesitter package to use.","path":"options.html#option-vim-languages-astro-treesitter-astroPackage","tokens":["the","package","treesitter","astro","use"],"title_tokens":["astro","astropackage","languages","option","treesitter","vim"],"anchors":[]},{"id":"618","title":"Option: vim.languages.astro.treesitter.enable","content":"Whether to enable Astro treesitter.","path":"options.html#option-vim-languages-astro-treesitter-enable","tokens":["whether","treesitter","astro","enable"],"title_tokens":["vim","astro","treesitter","option","enable","languages"],"anchors":[]},{"id":"619","title":"Option: vim.languages.bash.enable","content":"Whether to enable Bash language support.","path":"options.html#option-vim-languages-bash-enable","tokens":["language","enable","whether","support","bash"],"title_tokens":["enable","option","languages","bash","vim"],"anchors":[]},{"id":"620","title":"Option: vim.languages.bash.extraDiagnostics.enable","content":"Whether to enable extra Bash diagnostics.","path":"options.html#option-vim-languages-bash-extraDiagnostics-enable","tokens":["whether","bash","diagnostics","extra","enable"],"title_tokens":["option","vim","bash","extradiagnostics","enable","languages"],"anchors":[]},{"id":"621","title":"Option: vim.languages.bash.extraDiagnostics.types","content":"List of Bash diagnostics to enable","path":"options.html#option-vim-languages-bash-extraDiagnostics-types","tokens":["bash","list","diagnostics","enable"],"title_tokens":["vim","bash","option","extradiagnostics","types","languages"],"anchors":[]},{"id":"622","title":"Option: vim.languages.bash.format.enable","content":"Enable Bash formatting","path":"options.html#option-vim-languages-bash-format-enable","tokens":["formatting","enable","bash"],"title_tokens":["vim","languages","enable","bash","format","option"],"anchors":[]},{"id":"623","title":"Option: vim.languages.bash.format.type","content":"Bash formatter to use","path":"options.html#option-vim-languages-bash-format-type","tokens":["bash","formatter","use"],"title_tokens":["format","vim","type","languages","bash","option"],"anchors":[]},{"id":"624","title":"Option: vim.languages.bash.lsp.enable","content":"Whether to enable Bash LSP support.","path":"options.html#option-vim-languages-bash-lsp-enable","tokens":["support","bash","lsp","whether","enable"],"title_tokens":["languages","option","vim","bash","lsp","enable"],"anchors":[]},{"id":"625","title":"Option: vim.languages.bash.lsp.servers","content":"Bash LSP server to use","path":"options.html#option-vim-languages-bash-lsp-servers","tokens":["bash","server","lsp","use"],"title_tokens":["lsp","languages","vim","servers","option","bash"],"anchors":[]},{"id":"626","title":"Option: vim.languages.bash.treesitter.enable","content":"Whether to enable Bash treesitter.","path":"options.html#option-vim-languages-bash-treesitter-enable","tokens":["enable","treesitter","whether","bash"],"title_tokens":["option","vim","treesitter","enable","languages","bash"],"anchors":[]},{"id":"627","title":"Option: vim.languages.bash.treesitter.package","content":"The bash treesitter package to use.","path":"options.html#option-vim-languages-bash-treesitter-package","tokens":["bash","the","package","use","treesitter"],"title_tokens":["package","languages","vim","treesitter","bash","option"],"anchors":[]},{"id":"628","title":"Option: vim.languages.clang.cHeader","content":"C syntax for headers. Can fix treesitter errors, see: https://www.reddit.com/r/neovim/comments/orfpcd/question_does_the_c_parser_from_nvimtreesitter/","path":"options.html#option-vim-languages-clang-cHeader","tokens":["com","headers","orfpcd","www","neovim","errors","syntax","can","fix","https","comments","question_does_the_c_parser_from_nvimtreesitter","for","see","reddit","treesitter"],"title_tokens":["cheader","clang","vim","option","languages"],"anchors":[]},{"id":"629","title":"Option: vim.languages.clang.dap.debugger","content":"clang debugger to use","path":"options.html#option-vim-languages-clang-dap-debugger","tokens":["debugger","clang","use"],"title_tokens":["debugger","clang","languages","vim","option","dap"],"anchors":[]},{"id":"630","title":"Option: vim.languages.clang.dap.enable","content":"Enable clang Debug Adapter","path":"options.html#option-vim-languages-clang-dap-enable","tokens":["adapter","clang","enable","debug"],"title_tokens":["dap","vim","clang","languages","option","enable"],"anchors":[]},{"id":"631","title":"Option: vim.languages.clang.dap.package","content":"clang debugger package.","path":"options.html#option-vim-languages-clang-dap-package","tokens":["package","clang","debugger"],"title_tokens":["clang","dap","package","vim","languages","option"],"anchors":[]},{"id":"632","title":"Option: vim.languages.clang.enable","content":"Whether to enable C/C++ language support.","path":"options.html#option-vim-languages-clang-enable","tokens":["enable","language","whether","support"],"title_tokens":["languages","enable","option","vim","clang"],"anchors":[]},{"id":"633","title":"Option: vim.languages.clang.lsp.enable","content":"Whether to enable clang LSP support.","path":"options.html#option-vim-languages-clang-lsp-enable","tokens":["clang","lsp","whether","enable","support"],"title_tokens":["vim","languages","clang","lsp","option","enable"],"anchors":[]},{"id":"634","title":"Option: vim.languages.clang.lsp.servers","content":"The clang LSP server to use","path":"options.html#option-vim-languages-clang-lsp-servers","tokens":["server","the","clang","lsp","use"],"title_tokens":["vim","option","clang","lsp","servers","languages"],"anchors":[]},{"id":"635","title":"Option: vim.languages.clang.treesitter.cPackage","content":"The c treesitter package to use.","path":"options.html#option-vim-languages-clang-treesitter-cPackage","tokens":["use","package","the","treesitter"],"title_tokens":["clang","vim","option","treesitter","cpackage","languages"],"anchors":[]},{"id":"636","title":"Option: vim.languages.clang.treesitter.cppPackage","content":"The cpp treesitter package to use.","path":"options.html#option-vim-languages-clang-treesitter-cppPackage","tokens":["the","package","use","cpp","treesitter"],"title_tokens":["treesitter","vim","languages","clang","option","cpppackage"],"anchors":[]},{"id":"637","title":"Option: vim.languages.clang.treesitter.enable","content":"Whether to enable C/C++ treesitter.","path":"options.html#option-vim-languages-clang-treesitter-enable","tokens":["whether","enable","treesitter"],"title_tokens":["clang","treesitter","enable","option","vim","languages"],"anchors":[]},{"id":"638","title":"Option: vim.languages.clojure.enable","content":"Whether to enable Clojure language support.","path":"options.html#option-vim-languages-clojure-enable","tokens":["clojure","support","whether","enable","language"],"title_tokens":["enable","option","vim","languages","clojure"],"anchors":[]},{"id":"639","title":"Option: vim.languages.clojure.lsp.enable","content":"Whether to enable Clojure LSP support.","path":"options.html#option-vim-languages-clojure-lsp-enable","tokens":["lsp","whether","support","clojure","enable"],"title_tokens":["vim","clojure","option","lsp","enable","languages"],"anchors":[]},{"id":"640","title":"Option: vim.languages.clojure.lsp.servers","content":"Clojure LSP server to use","path":"options.html#option-vim-languages-clojure-lsp-servers","tokens":["lsp","server","use","clojure"],"title_tokens":["clojure","option","lsp","vim","servers","languages"],"anchors":[]},{"id":"641","title":"Option: vim.languages.clojure.treesitter.enable","content":"Whether to enable Clojure treesitter.","path":"options.html#option-vim-languages-clojure-treesitter-enable","tokens":["clojure","whether","treesitter","enable"],"title_tokens":["clojure","option","vim","treesitter","enable","languages"],"anchors":[]},{"id":"642","title":"Option: vim.languages.clojure.treesitter.package","content":"The clojure treesitter package to use.","path":"options.html#option-vim-languages-clojure-treesitter-package","tokens":["treesitter","package","the","use","clojure"],"title_tokens":["package","option","languages","clojure","treesitter","vim"],"anchors":[]},{"id":"643","title":"Option: vim.languages.csharp.enable","content":"Whether to enable C# language support.","path":"options.html#option-vim-languages-csharp-enable","tokens":["language","support","whether","enable"],"title_tokens":["enable","csharp","option","languages","vim"],"anchors":[]},{"id":"644","title":"Option: vim.languages.csharp.lsp.enable","content":"Whether to enable C# LSP support.","path":"options.html#option-vim-languages-csharp-lsp-enable","tokens":["enable","whether","support","lsp"],"title_tokens":["enable","languages","lsp","vim","csharp","option"],"anchors":[]},{"id":"645","title":"Option: vim.languages.csharp.lsp.servers","content":"C# LSP server to use","path":"options.html#option-vim-languages-csharp-lsp-servers","tokens":["lsp","server","use"],"title_tokens":["csharp","lsp","option","servers","vim","languages"],"anchors":[]},{"id":"646","title":"Option: vim.languages.csharp.treesitter.enable","content":"Whether to enable C# treesitter.","path":"options.html#option-vim-languages-csharp-treesitter-enable","tokens":["whether","enable","treesitter"],"title_tokens":["vim","languages","csharp","option","treesitter","enable"],"anchors":[]},{"id":"647","title":"Option: vim.languages.csharp.treesitter.package","content":"The c_sharp treesitter package to use.","path":"options.html#option-vim-languages-csharp-treesitter-package","tokens":["package","the","c_sharp","use","treesitter"],"title_tokens":["vim","treesitter","csharp","languages","package","option"],"anchors":[]},{"id":"648","title":"Option: vim.languages.css.enable","content":"Whether to enable CSS language support.","path":"options.html#option-vim-languages-css-enable","tokens":["whether","language","css","support","enable"],"title_tokens":["languages","vim","enable","option","css"],"anchors":[]},{"id":"649","title":"Option: vim.languages.css.format.enable","content":"Whether to enable CSS formatting.","path":"options.html#option-vim-languages-css-format-enable","tokens":["whether","enable","formatting","css"],"title_tokens":["vim","css","enable","languages","option","format"],"anchors":[]},{"id":"650","title":"Option: vim.languages.css.format.type","content":"CSS formatter to use","path":"options.html#option-vim-languages-css-format-type","tokens":["css","formatter","use"],"title_tokens":["format","option","type","vim","languages","css"],"anchors":[]},{"id":"651","title":"Option: vim.languages.css.lsp.enable","content":"Whether to enable CSS LSP support.","path":"options.html#option-vim-languages-css-lsp-enable","tokens":["css","enable","whether","lsp","support"],"title_tokens":["lsp","enable","languages","option","vim","css"],"anchors":[]},{"id":"652","title":"Option: vim.languages.css.lsp.servers","content":"CSS LSP server to use","path":"options.html#option-vim-languages-css-lsp-servers","tokens":["use","server","css","lsp"],"title_tokens":["languages","option","servers","vim","lsp","css"],"anchors":[]},{"id":"653","title":"Option: vim.languages.css.treesitter.enable","content":"Whether to enable CSS treesitter.","path":"options.html#option-vim-languages-css-treesitter-enable","tokens":["whether","enable","treesitter","css"],"title_tokens":["treesitter","enable","option","vim","css","languages"],"anchors":[]},{"id":"654","title":"Option: vim.languages.css.treesitter.package","content":"The css treesitter package to use.","path":"options.html#option-vim-languages-css-treesitter-package","tokens":["the","use","css","treesitter","package"],"title_tokens":["treesitter","package","vim","option","languages","css"],"anchors":[]},{"id":"655","title":"Option: vim.languages.cue.enable","content":"Whether to enable CUE language support.","path":"options.html#option-vim-languages-cue-enable","tokens":["language","support","whether","enable","cue"],"title_tokens":["cue","languages","enable","vim","option"],"anchors":[]},{"id":"656","title":"Option: vim.languages.cue.lsp.enable","content":"Whether to enable CUE LSP support.","path":"options.html#option-vim-languages-cue-lsp-enable","tokens":["whether","enable","lsp","support","cue"],"title_tokens":["vim","option","cue","lsp","enable","languages"],"anchors":[]},{"id":"657","title":"Option: vim.languages.cue.treesitter.enable","content":"Whether to enable CUE treesitter.","path":"options.html#option-vim-languages-cue-treesitter-enable","tokens":["whether","enable","treesitter","cue"],"title_tokens":["cue","treesitter","languages","enable","vim","option"],"anchors":[]},{"id":"658","title":"Option: vim.languages.cue.treesitter.package","content":"The cue treesitter package to use.","path":"options.html#option-vim-languages-cue-treesitter-package","tokens":["package","the","treesitter","cue","use"],"title_tokens":["package","option","cue","languages","vim","treesitter"],"anchors":[]},{"id":"659","title":"Option: vim.languages.dart.dap.enable","content":"Enable Dart DAP support via flutter-tools","path":"options.html#option-vim-languages-dart-dap-enable","tokens":["dart","support","enable","dap","via","flutter-tools"],"title_tokens":["option","vim","enable","dart","dap","languages"],"anchors":[]},{"id":"660","title":"Option: vim.languages.dart.enable","content":"Whether to enable Dart language support.","path":"options.html#option-vim-languages-dart-enable","tokens":["dart","language","support","whether","enable"],"title_tokens":["enable","dart","option","languages","vim"],"anchors":[]},{"id":"661","title":"Option: vim.languages.dart.flutter-tools.color.enable","content":"Whether to enable highlighting color variables.","path":"options.html#option-vim-languages-dart-flutter-tools-color-enable","tokens":["whether","enable","color","variables","highlighting"],"title_tokens":["color","flutter-tools","enable","dart","option","vim","languages"],"anchors":[]},{"id":"662","title":"Option: vim.languages.dart.flutter-tools.color.highlightBackground","content":"Highlight the background","path":"options.html#option-vim-languages-dart-flutter-tools-color-highlightBackground","tokens":["highlight","background","the"],"title_tokens":["flutter-tools","color","dart","vim","languages","highlightbackground","option"],"anchors":[]},{"id":"663","title":"Option: vim.languages.dart.flutter-tools.color.highlightForeground","content":"Highlight the foreground","path":"options.html#option-vim-languages-dart-flutter-tools-color-highlightForeground","tokens":["highlight","the","foreground"],"title_tokens":["languages","flutter-tools","dart","option","highlightforeground","color","vim"],"anchors":[]},{"id":"664","title":"Option: vim.languages.dart.flutter-tools.color.virtualText.character","content":"Virtual text character to highlight","path":"options.html#option-vim-languages-dart-flutter-tools-color-virtualText-character","tokens":["character","highlight","virtual","text"],"title_tokens":["option","flutter-tools","virtualtext","character","dart","color","vim","languages"],"anchors":[]},{"id":"665","title":"Option: vim.languages.dart.flutter-tools.color.virtualText.enable","content":"Whether to enable Show the highlight using virtual text.","path":"options.html#option-vim-languages-dart-flutter-tools-color-virtualText-enable","tokens":["virtual","whether","show","the","highlight","using","enable","text"],"title_tokens":["option","vim","languages","color","virtualtext","dart","flutter-tools","enable"],"anchors":[]},{"id":"666","title":"Option: vim.languages.dart.flutter-tools.enable","content":"Enable flutter-tools for flutter support","path":"options.html#option-vim-languages-dart-flutter-tools-enable","tokens":["for","flutter-tools","enable","flutter","support"],"title_tokens":["languages","enable","dart","vim","option","flutter-tools"],"anchors":[]},{"id":"667","title":"Option: vim.languages.dart.flutter-tools.enableNoResolvePatch","content":"Whether to patch flutter-tools so that it doesn't resolve symlinks when detecting flutter path.\n::: {.note} This is required if flutterPackage is set to null and the flutter package in your PATH was built with Nix. If you are using a flutter SDK installed from a different source and encounter the error \"dart missing from PATH\", leave this option disabled. :::","path":"options.html#option-vim-languages-dart-flutter-tools-enableNoResolvePatch","tokens":["source","error","option","sdk","from","flutter-tools","path","built","patch","you","this","null","was","that","note","different","missing","flutterpackage","leave","resolve","encounter","using","nix","with","disabled","symlinks","required","whether","flutter","are","dart","installed","the","doesn","when","package","detecting","set","your","and"],"title_tokens":["vim","flutter-tools","languages","dart","option","enablenoresolvepatch"],"anchors":[]},{"id":"668","title":"Option: vim.languages.dart.flutter-tools.flutterPackage","content":"Flutter package, or null to detect the flutter path at runtime instead.","path":"options.html#option-vim-languages-dart-flutter-tools-flutterPackage","tokens":["flutter","detect","null","instead","path","the","runtime","package"],"title_tokens":["flutterpackage","option","flutter-tools","dart","vim","languages"],"anchors":[]},{"id":"669","title":"Option: vim.languages.dart.lsp.enable","content":"Whether to enable Dart LSP support.","path":"options.html#option-vim-languages-dart-lsp-enable","tokens":["lsp","whether","enable","support","dart"],"title_tokens":["dart","vim","option","enable","lsp","languages"],"anchors":[]},{"id":"670","title":"Option: vim.languages.dart.lsp.servers","content":"Dart LSP server to use","path":"options.html#option-vim-languages-dart-lsp-servers","tokens":["lsp","dart","use","server"],"title_tokens":["languages","lsp","servers","vim","dart","option"],"anchors":[]},{"id":"671","title":"Option: vim.languages.dart.treesitter.enable","content":"Whether to enable Dart treesitter.","path":"options.html#option-vim-languages-dart-treesitter-enable","tokens":["enable","whether","dart","treesitter"],"title_tokens":["treesitter","enable","dart","vim","languages","option"],"anchors":[]},{"id":"672","title":"Option: vim.languages.dart.treesitter.package","content":"The dart treesitter package to use.","path":"options.html#option-vim-languages-dart-treesitter-package","tokens":["the","package","use","dart","treesitter"],"title_tokens":["package","option","dart","vim","languages","treesitter"],"anchors":[]},{"id":"673","title":"Option: vim.languages.elixir.elixir-tools.enable","content":"Whether to enable Elixir tools.","path":"options.html#option-vim-languages-elixir-elixir-tools-enable","tokens":["elixir","enable","whether","tools"],"title_tokens":["elixir","elixir-tools","enable","languages","vim","option"],"anchors":[]},{"id":"674","title":"Option: vim.languages.elixir.enable","content":"Whether to enable Elixir language support.","path":"options.html#option-vim-languages-elixir-enable","tokens":["language","enable","whether","support","elixir"],"title_tokens":["elixir","languages","option","vim","enable"],"anchors":[]},{"id":"675","title":"Option: vim.languages.elixir.format.enable","content":"Whether to enable Elixir formatting.","path":"options.html#option-vim-languages-elixir-format-enable","tokens":["elixir","enable","formatting","whether"],"title_tokens":["option","vim","format","enable","elixir","languages"],"anchors":[]},{"id":"676","title":"Option: vim.languages.elixir.format.type","content":"Elixir formatter to use","path":"options.html#option-vim-languages-elixir-format-type","tokens":["elixir","use","formatter"],"title_tokens":["elixir","type","format","languages","option","vim"],"anchors":[]},{"id":"677","title":"Option: vim.languages.elixir.lsp.enable","content":"Whether to enable Elixir LSP support.","path":"options.html#option-vim-languages-elixir-lsp-enable","tokens":["support","lsp","whether","enable","elixir"],"title_tokens":["option","elixir","vim","languages","lsp","enable"],"anchors":[]},{"id":"678","title":"Option: vim.languages.elixir.lsp.servers","content":"Elixir LSP server to use","path":"options.html#option-vim-languages-elixir-lsp-servers","tokens":["use","lsp","server","elixir"],"title_tokens":["languages","lsp","servers","vim","option","elixir"],"anchors":[]},{"id":"679","title":"Option: vim.languages.elixir.treesitter.eexPackage","content":"The eex treesitter package to use.","path":"options.html#option-vim-languages-elixir-treesitter-eexPackage","tokens":["treesitter","the","eex","package","use"],"title_tokens":["elixir","treesitter","eexpackage","option","vim","languages"],"anchors":[]},{"id":"680","title":"Option: vim.languages.elixir.treesitter.enable","content":"Whether to enable Elixir treesitter.","path":"options.html#option-vim-languages-elixir-treesitter-enable","tokens":["whether","treesitter","elixir","enable"],"title_tokens":["elixir","enable","languages","vim","treesitter","option"],"anchors":[]},{"id":"681","title":"Option: vim.languages.elixir.treesitter.heexPackage","content":"The heex treesitter package to use.","path":"options.html#option-vim-languages-elixir-treesitter-heexPackage","tokens":["the","heex","package","use","treesitter"],"title_tokens":["option","elixir","languages","treesitter","heexpackage","vim"],"anchors":[]},{"id":"682","title":"Option: vim.languages.elixir.treesitter.package","content":"The elixir treesitter package to use.","path":"options.html#option-vim-languages-elixir-treesitter-package","tokens":["the","use","package","treesitter","elixir"],"title_tokens":["package","vim","option","treesitter","elixir","languages"],"anchors":[]},{"id":"683","title":"Option: vim.languages.enableDAP","content":"Turn on Debug Adapter for enabled languages by default","path":"options.html#option-vim-languages-enableDAP","tokens":["debug","adapter","for","languages","turn","enabled","default"],"title_tokens":["option","enabledap","vim","languages"],"anchors":[]},{"id":"684","title":"Option: vim.languages.enableExtraDiagnostics","content":"Turn on extra diagnostics for enabled languages by default","path":"options.html#option-vim-languages-enableExtraDiagnostics","tokens":["for","languages","extra","diagnostics","enabled","default","turn"],"title_tokens":["enableextradiagnostics","vim","option","languages"],"anchors":[]},{"id":"685","title":"Option: vim.languages.enableFormat","content":"Turn on Formatting for enabled languages by default","path":"options.html#option-vim-languages-enableFormat","tokens":["enabled","turn","languages","for","default","formatting"],"title_tokens":["languages","option","vim","enableformat"],"anchors":[]},{"id":"686","title":"Option: vim.languages.enableTreesitter","content":"Turn on Treesitter for enabled languages by default","path":"options.html#option-vim-languages-enableTreesitter","tokens":["turn","for","enabled","default","languages","treesitter"],"title_tokens":["option","languages","vim","enabletreesitter"],"anchors":[]},{"id":"687","title":"Option: vim.languages.fsharp.enable","content":"Whether to enable F# language support.","path":"options.html#option-vim-languages-fsharp-enable","tokens":["language","whether","enable","support"],"title_tokens":["vim","option","fsharp","languages","enable"],"anchors":[]},{"id":"688","title":"Option: vim.languages.fsharp.format.enable","content":"Whether to enable F# formatting.","path":"options.html#option-vim-languages-fsharp-format-enable","tokens":["formatting","enable","whether"],"title_tokens":["languages","enable","vim","fsharp","option","format"],"anchors":[]},{"id":"689","title":"Option: vim.languages.fsharp.format.type","content":"F# formatter to use","path":"options.html#option-vim-languages-fsharp-format-type","tokens":["use","formatter"],"title_tokens":["fsharp","format","option","type","vim","languages"],"anchors":[]},{"id":"690","title":"Option: vim.languages.fsharp.lsp.enable","content":"Whether to enable F# LSP support.","path":"options.html#option-vim-languages-fsharp-lsp-enable","tokens":["enable","lsp","support","whether"],"title_tokens":["option","languages","lsp","fsharp","enable","vim"],"anchors":[]},{"id":"691","title":"Option: vim.languages.fsharp.lsp.servers","content":"F# LSP server to use","path":"options.html#option-vim-languages-fsharp-lsp-servers","tokens":["lsp","server","use"],"title_tokens":["option","vim","lsp","languages","fsharp","servers"],"anchors":[]},{"id":"692","title":"Option: vim.languages.fsharp.treesitter.enable","content":"Whether to enable F# treesitter.","path":"options.html#option-vim-languages-fsharp-treesitter-enable","tokens":["treesitter","enable","whether"],"title_tokens":["option","treesitter","fsharp","enable","vim","languages"],"anchors":[]},{"id":"693","title":"Option: vim.languages.fsharp.treesitter.package","content":"The fsharp treesitter package to use.","path":"options.html#option-vim-languages-fsharp-treesitter-package","tokens":["package","the","treesitter","use","fsharp"],"title_tokens":["option","treesitter","vim","languages","fsharp","package"],"anchors":[]},{"id":"694","title":"Option: vim.languages.gleam.enable","content":"Whether to enable Gleam language support.","path":"options.html#option-vim-languages-gleam-enable","tokens":["enable","whether","support","language","gleam"],"title_tokens":["gleam","enable","vim","languages","option"],"anchors":[]},{"id":"695","title":"Option: vim.languages.gleam.lsp.enable","content":"Whether to enable Gleam LSP support.","path":"options.html#option-vim-languages-gleam-lsp-enable","tokens":["gleam","lsp","support","whether","enable"],"title_tokens":["option","languages","gleam","lsp","vim","enable"],"anchors":[]},{"id":"696","title":"Option: vim.languages.gleam.lsp.servers","content":"Gleam LSP server to use","path":"options.html#option-vim-languages-gleam-lsp-servers","tokens":["server","gleam","use","lsp"],"title_tokens":["option","languages","vim","gleam","lsp","servers"],"anchors":[]},{"id":"697","title":"Option: vim.languages.gleam.treesitter.enable","content":"Whether to enable Gleam treesitter.","path":"options.html#option-vim-languages-gleam-treesitter-enable","tokens":["enable","whether","treesitter","gleam"],"title_tokens":["languages","treesitter","option","gleam","enable","vim"],"anchors":[]},{"id":"698","title":"Option: vim.languages.gleam.treesitter.package","content":"The gleam treesitter package to use.","path":"options.html#option-vim-languages-gleam-treesitter-package","tokens":["package","gleam","treesitter","the","use"],"title_tokens":["languages","gleam","treesitter","package","vim","option"],"anchors":[]},{"id":"699","title":"Option: vim.languages.go.dap.debugger","content":"Go debugger to use","path":"options.html#option-vim-languages-go-dap-debugger","tokens":["use","debugger"],"title_tokens":["vim","debugger","option","languages","dap"],"anchors":[]},{"id":"700","title":"Option: vim.languages.go.dap.enable","content":"Enable Go Debug Adapter via nvim-dap-go plugin","path":"options.html#option-vim-languages-go-dap-enable","tokens":["via","plugin","adapter","enable","nvim-dap-go","debug"],"title_tokens":["enable","languages","option","vim","dap"],"anchors":[]},{"id":"701","title":"Option: vim.languages.go.dap.package","content":"Go debugger package.","path":"options.html#option-vim-languages-go-dap-package","tokens":["debugger","package"],"title_tokens":["package","option","dap","vim","languages"],"anchors":[]},{"id":"702","title":"Option: vim.languages.go.enable","content":"Whether to enable Go language support.","path":"options.html#option-vim-languages-go-enable","tokens":["support","enable","whether","language"],"title_tokens":["option","languages","vim","enable"],"anchors":[]},{"id":"703","title":"Option: vim.languages.go.format.enable","content":"Whether to enable Go formatting.","path":"options.html#option-vim-languages-go-format-enable","tokens":["whether","enable","formatting"],"title_tokens":["option","enable","languages","format","vim"],"anchors":[]},{"id":"704","title":"Option: vim.languages.go.format.type","content":"Go formatter to use","path":"options.html#option-vim-languages-go-format-type","tokens":["use","formatter"],"title_tokens":["type","format","option","languages","vim"],"anchors":[]},{"id":"705","title":"Option: vim.languages.go.lsp.enable","content":"Whether to enable Go LSP support.","path":"options.html#option-vim-languages-go-lsp-enable","tokens":["whether","lsp","support","enable"],"title_tokens":["languages","lsp","option","vim","enable"],"anchors":[]},{"id":"706","title":"Option: vim.languages.go.lsp.servers","content":"Go LSP server to use","path":"options.html#option-vim-languages-go-lsp-servers","tokens":["lsp","server","use"],"title_tokens":["lsp","languages","servers","option","vim"],"anchors":[]},{"id":"707","title":"Option: vim.languages.go.treesitter.enable","content":"Whether to enable Go treesitter.","path":"options.html#option-vim-languages-go-treesitter-enable","tokens":["treesitter","whether","enable"],"title_tokens":["enable","languages","option","vim","treesitter"],"anchors":[]},{"id":"708","title":"Option: vim.languages.go.treesitter.package","content":"The go treesitter package to use.","path":"options.html#option-vim-languages-go-treesitter-package","tokens":["the","package","treesitter","use"],"title_tokens":["treesitter","vim","package","languages","option"],"anchors":[]},{"id":"709","title":"Option: vim.languages.haskell.dap.enable","content":"Whether to enable DAP support for Haskell.","path":"options.html#option-vim-languages-haskell-dap-enable","tokens":["enable","support","for","haskell","dap","whether"],"title_tokens":["vim","haskell","dap","enable","languages","option"],"anchors":[]},{"id":"710","title":"Option: vim.languages.haskell.dap.package","content":"Haskell DAP package or command to run the Haskell DAP","path":"options.html#option-vim-languages-haskell-dap-package","tokens":["package","run","dap","the","haskell","command"],"title_tokens":["package","languages","dap","vim","option","haskell"],"anchors":[]},{"id":"711","title":"Option: vim.languages.haskell.enable","content":"Whether to enable Haskell support.","path":"options.html#option-vim-languages-haskell-enable","tokens":["haskell","enable","whether","support"],"title_tokens":["vim","haskell","option","languages","enable"],"anchors":[]},{"id":"712","title":"Option: vim.languages.haskell.lsp.enable","content":"Whether to enable Haskell LSP support.","path":"options.html#option-vim-languages-haskell-lsp-enable","tokens":["enable","support","whether","haskell","lsp"],"title_tokens":["enable","languages","vim","option","lsp","haskell"],"anchors":[]},{"id":"713","title":"Option: vim.languages.haskell.lsp.servers","content":"Haskell LSP server to use","path":"options.html#option-vim-languages-haskell-lsp-servers","tokens":["lsp","server","use","haskell"],"title_tokens":["servers","option","vim","languages","lsp","haskell"],"anchors":[]},{"id":"714","title":"Option: vim.languages.haskell.treesitter.enable","content":"Whether to enable Treesitter support for Haskell.","path":"options.html#option-vim-languages-haskell-treesitter-enable","tokens":["haskell","enable","treesitter","whether","support","for"],"title_tokens":["option","treesitter","languages","vim","haskell","enable"],"anchors":[]},{"id":"715","title":"Option: vim.languages.haskell.treesitter.package","content":"The haskell treesitter package to use.","path":"options.html#option-vim-languages-haskell-treesitter-package","tokens":["haskell","use","treesitter","the","package"],"title_tokens":["treesitter","package","haskell","languages","option","vim"],"anchors":[]},{"id":"716","title":"Option: vim.languages.hcl.enable","content":"Whether to enable HCL support.","path":"options.html#option-vim-languages-hcl-enable","tokens":["whether","support","enable","hcl"],"title_tokens":["languages","option","vim","hcl","enable"],"anchors":[]},{"id":"717","title":"Option: vim.languages.hcl.format.enable","content":"Enable HCL formatting","path":"options.html#option-vim-languages-hcl-format-enable","tokens":["hcl","formatting","enable"],"title_tokens":["vim","hcl","format","option","enable","languages"],"anchors":[]},{"id":"718","title":"Option: vim.languages.hcl.format.type","content":"HCL formatter to use","path":"options.html#option-vim-languages-hcl-format-type","tokens":["formatter","use","hcl"],"title_tokens":["option","type","vim","format","languages","hcl"],"anchors":[]},{"id":"719","title":"Option: vim.languages.hcl.lsp.enable","content":"Whether to enable HCL LSP support.","path":"options.html#option-vim-languages-hcl-lsp-enable","tokens":["support","hcl","lsp","whether","enable"],"title_tokens":["enable","lsp","option","vim","hcl","languages"],"anchors":[]},{"id":"720","title":"Option: vim.languages.hcl.lsp.servers","content":"HCL LSP server to use","path":"options.html#option-vim-languages-hcl-lsp-servers","tokens":["server","use","lsp","hcl"],"title_tokens":["hcl","option","vim","servers","languages","lsp"],"anchors":[]},{"id":"721","title":"Option: vim.languages.hcl.treesitter.enable","content":"Whether to enable HCL treesitter.","path":"options.html#option-vim-languages-hcl-treesitter-enable","tokens":["enable","treesitter","whether","hcl"],"title_tokens":["option","hcl","enable","languages","vim","treesitter"],"anchors":[]},{"id":"722","title":"Option: vim.languages.hcl.treesitter.package","content":"The hcl treesitter package to use.","path":"options.html#option-vim-languages-hcl-treesitter-package","tokens":["treesitter","package","hcl","use","the"],"title_tokens":["hcl","languages","package","option","treesitter","vim"],"anchors":[]},{"id":"723","title":"Option: vim.languages.helm.enable","content":"Whether to enable Helm language support.","path":"options.html#option-vim-languages-helm-enable","tokens":["whether","enable","helm","language","support"],"title_tokens":["enable","languages","vim","helm","option"],"anchors":[]},{"id":"724","title":"Option: vim.languages.helm.lsp.enable","content":"Whether to enable Helm LSP support.","path":"options.html#option-vim-languages-helm-lsp-enable","tokens":["whether","support","helm","lsp","enable"],"title_tokens":["option","helm","languages","enable","lsp","vim"],"anchors":[]},{"id":"725","title":"Option: vim.languages.helm.lsp.servers","content":"Helm LSP server to use","path":"options.html#option-vim-languages-helm-lsp-servers","tokens":["lsp","server","use","helm"],"title_tokens":["languages","vim","option","helm","lsp","servers"],"anchors":[]},{"id":"726","title":"Option: vim.languages.helm.treesitter.enable","content":"Whether to enable Helm treesitter.","path":"options.html#option-vim-languages-helm-treesitter-enable","tokens":["whether","helm","enable","treesitter"],"title_tokens":["enable","vim","languages","option","helm","treesitter"],"anchors":[]},{"id":"727","title":"Option: vim.languages.helm.treesitter.package","content":"The helm treesitter package to use.","path":"options.html#option-vim-languages-helm-treesitter-package","tokens":["use","helm","package","treesitter","the"],"title_tokens":["treesitter","package","vim","option","languages","helm"],"anchors":[]},{"id":"728","title":"Option: vim.languages.html.enable","content":"Whether to enable HTML language support.","path":"options.html#option-vim-languages-html-enable","tokens":["html","enable","whether","language","support"],"title_tokens":["languages","option","html","vim","enable"],"anchors":[]},{"id":"729","title":"Option: vim.languages.html.extraDiagnostics.enable","content":"Whether to enable extra HTML diagnostics.","path":"options.html#option-vim-languages-html-extraDiagnostics-enable","tokens":["extra","html","whether","diagnostics","enable"],"title_tokens":["languages","enable","vim","html","extradiagnostics","option"],"anchors":[]},{"id":"730","title":"Option: vim.languages.html.extraDiagnostics.types","content":"List of HTML diagnostics to enable","path":"options.html#option-vim-languages-html-extraDiagnostics-types","tokens":["html","diagnostics","enable","list"],"title_tokens":["html","extradiagnostics","types","languages","option","vim"],"anchors":[]},{"id":"731","title":"Option: vim.languages.html.format.enable","content":"Whether to enable HTML formatting.","path":"options.html#option-vim-languages-html-format-enable","tokens":["whether","formatting","enable","html"],"title_tokens":["languages","vim","option","html","format","enable"],"anchors":[]},{"id":"732","title":"Option: vim.languages.html.format.type","content":"HTML formatter to use","path":"options.html#option-vim-languages-html-format-type","tokens":["html","use","formatter"],"title_tokens":["html","languages","format","option","type","vim"],"anchors":[]},{"id":"733","title":"Option: vim.languages.html.lsp.enable","content":"Whether to enable HTML LSP support.","path":"options.html#option-vim-languages-html-lsp-enable","tokens":["html","support","lsp","enable","whether"],"title_tokens":["option","enable","languages","html","lsp","vim"],"anchors":[]},{"id":"734","title":"Option: vim.languages.html.lsp.servers","content":"HTML LSP server to use","path":"options.html#option-vim-languages-html-lsp-servers","tokens":["lsp","server","html","use"],"title_tokens":["servers","vim","lsp","languages","option","html"],"anchors":[]},{"id":"735","title":"Option: vim.languages.html.treesitter.autotagHtml","content":"Enable autoclose/autorename of html tags (nvim-ts-autotag)","path":"options.html#option-vim-languages-html-treesitter-autotagHtml","tokens":["html","tags","nvim-ts-autotag","enable","autoclose","autorename"],"title_tokens":["option","treesitter","autotaghtml","languages","vim","html"],"anchors":[]},{"id":"736","title":"Option: vim.languages.html.treesitter.enable","content":"Whether to enable HTML treesitter support.","path":"options.html#option-vim-languages-html-treesitter-enable","tokens":["enable","whether","html","support","treesitter"],"title_tokens":["html","languages","vim","option","enable","treesitter"],"anchors":[]},{"id":"737","title":"Option: vim.languages.html.treesitter.package","content":"The html treesitter package to use.","path":"options.html#option-vim-languages-html-treesitter-package","tokens":["use","package","treesitter","the","html"],"title_tokens":["package","vim","html","languages","treesitter","option"],"anchors":[]},{"id":"738","title":"Option: vim.languages.java.enable","content":"Whether to enable Java language support.","path":"options.html#option-vim-languages-java-enable","tokens":["enable","support","language","whether","java"],"title_tokens":["vim","option","java","languages","enable"],"anchors":[]},{"id":"739","title":"Option: vim.languages.java.lsp.enable","content":"Whether to enable Java LSP support.","path":"options.html#option-vim-languages-java-lsp-enable","tokens":["whether","support","lsp","enable","java"],"title_tokens":["enable","languages","lsp","option","vim","java"],"anchors":[]},{"id":"740","title":"Option: vim.languages.java.lsp.servers","content":"Java LSP server to use","path":"options.html#option-vim-languages-java-lsp-servers","tokens":["java","lsp","server","use"],"title_tokens":["java","lsp","option","servers","vim","languages"],"anchors":[]},{"id":"741","title":"Option: vim.languages.java.treesitter.enable","content":"Whether to enable Java treesitter.","path":"options.html#option-vim-languages-java-treesitter-enable","tokens":["enable","java","treesitter","whether"],"title_tokens":["enable","java","treesitter","languages","option","vim"],"anchors":[]},{"id":"742","title":"Option: vim.languages.java.treesitter.package","content":"The java treesitter package to use.","path":"options.html#option-vim-languages-java-treesitter-package","tokens":["java","treesitter","package","the","use"],"title_tokens":["vim","treesitter","java","option","package","languages"],"anchors":[]},{"id":"743","title":"Option: vim.languages.jinja.enable","content":"Whether to enable Jinja template language support.","path":"options.html#option-vim-languages-jinja-enable","tokens":["template","jinja","enable","language","whether","support"],"title_tokens":["vim","enable","option","languages","jinja"],"anchors":[]},{"id":"744","title":"Option: vim.languages.jinja.lsp.enable","content":"Whether to enable Jinja LSP support.","path":"options.html#option-vim-languages-jinja-lsp-enable","tokens":["support","jinja","whether","lsp","enable"],"title_tokens":["option","vim","languages","lsp","enable","jinja"],"anchors":[]},{"id":"745","title":"Option: vim.languages.jinja.lsp.servers","content":"Jinja LSP server to use","path":"options.html#option-vim-languages-jinja-lsp-servers","tokens":["server","use","jinja","lsp"],"title_tokens":["languages","option","jinja","lsp","servers","vim"],"anchors":[]},{"id":"746","title":"Option: vim.languages.jinja.treesitter.enable","content":"Whether to enable Jinja treesitter.","path":"options.html#option-vim-languages-jinja-treesitter-enable","tokens":["jinja","enable","whether","treesitter"],"title_tokens":["languages","jinja","enable","option","treesitter","vim"],"anchors":[]},{"id":"747","title":"Option: vim.languages.jinja.treesitter.inlinePackage","content":"The jinja_inline treesitter package to use.","path":"options.html#option-vim-languages-jinja-treesitter-inlinePackage","tokens":["package","the","treesitter","use","jinja_inline"],"title_tokens":["option","languages","jinja","vim","inlinepackage","treesitter"],"anchors":[]},{"id":"748","title":"Option: vim.languages.jinja.treesitter.package","content":"The jinja treesitter package to use.","path":"options.html#option-vim-languages-jinja-treesitter-package","tokens":["the","use","jinja","treesitter","package"],"title_tokens":["treesitter","package","vim","jinja","option","languages"],"anchors":[]},{"id":"749","title":"Option: vim.languages.json.enable","content":"Whether to enable JSON language support.","path":"options.html#option-vim-languages-json-enable","tokens":["language","enable","support","whether","json"],"title_tokens":["languages","json","enable","vim","option"],"anchors":[]},{"id":"750","title":"Option: vim.languages.json.format.enable","content":"Whether to enable JSON formatting.","path":"options.html#option-vim-languages-json-format-enable","tokens":["whether","enable","json","formatting"],"title_tokens":["option","enable","languages","format","vim","json"],"anchors":[]},{"id":"751","title":"Option: vim.languages.json.format.type","content":"JSON formatter to use","path":"options.html#option-vim-languages-json-format-type","tokens":["use","json","formatter"],"title_tokens":["languages","vim","option","type","json","format"],"anchors":[]},{"id":"752","title":"Option: vim.languages.json.lsp.enable","content":"Whether to enable JSON LSP support.","path":"options.html#option-vim-languages-json-lsp-enable","tokens":["support","json","whether","enable","lsp"],"title_tokens":["option","languages","lsp","enable","json","vim"],"anchors":[]},{"id":"753","title":"Option: vim.languages.json.lsp.servers","content":"JSON LSP server to use","path":"options.html#option-vim-languages-json-lsp-servers","tokens":["lsp","json","server","use"],"title_tokens":["languages","servers","json","vim","lsp","option"],"anchors":[]},{"id":"754","title":"Option: vim.languages.json.treesitter.enable","content":"Whether to enable JSON treesitter.","path":"options.html#option-vim-languages-json-treesitter-enable","tokens":["enable","whether","treesitter","json"],"title_tokens":["option","vim","languages","json","treesitter","enable"],"anchors":[]},{"id":"755","title":"Option: vim.languages.json.treesitter.package","content":"The json treesitter package to use.","path":"options.html#option-vim-languages-json-treesitter-package","tokens":["the","json","treesitter","package","use"],"title_tokens":["treesitter","option","json","vim","package","languages"],"anchors":[]},{"id":"756","title":"Option: vim.languages.julia.enable","content":"Whether to enable Julia language support.","path":"options.html#option-vim-languages-julia-enable","tokens":["whether","enable","julia","language","support"],"title_tokens":["julia","option","vim","languages","enable"],"anchors":[]},{"id":"757","title":"Option: vim.languages.julia.lsp.enable","content":"Whether to enable Julia LSP support.","path":"options.html#option-vim-languages-julia-lsp-enable","tokens":["support","julia","lsp","whether","enable"],"title_tokens":["option","julia","vim","lsp","enable","languages"],"anchors":[]},{"id":"758","title":"Option: vim.languages.julia.lsp.servers","content":"Julia LSP Server to Use\n::: {.note} The entirety of Julia is bundled with nvf, if you enable this option, since there is no way to provide only the LSP server.\nIf you want to avoid that, you have to change {option}vim.lsp.servers.julials.cmd to use the Julia binary in {env}PATH, and add the LanguageServer package to Julia in your devshells.\nCheck the source file of this option for the full cmd. :::","path":"options.html#option-vim-languages-julia-lsp-servers","tokens":["only","there","check","the","this","that","want","since","enable","binary","devshells","source","servers","with","avoid","nvf","way","env","vim","have","julia","julials","option","server","use","full","bundled","cmd","lsp","package","for","note","you","path","provide","entirety","and","change","add","languageserver","your","file"],"title_tokens":["julia","lsp","servers","vim","option","languages"],"anchors":[]},{"id":"759","title":"Option: vim.languages.julia.treesitter.enable","content":"Whether to enable Julia treesitter.","path":"options.html#option-vim-languages-julia-treesitter-enable","tokens":["julia","treesitter","whether","enable"],"title_tokens":["vim","treesitter","julia","option","languages","enable"],"anchors":[]},{"id":"760","title":"Option: vim.languages.julia.treesitter.package","content":"The julia treesitter package to use.","path":"options.html#option-vim-languages-julia-treesitter-package","tokens":["package","use","the","treesitter","julia"],"title_tokens":["languages","package","option","vim","treesitter","julia"],"anchors":[]},{"id":"761","title":"Option: vim.languages.just.enable","content":"Whether to enable Just support.","path":"options.html#option-vim-languages-just-enable","tokens":["support","just","enable","whether"],"title_tokens":["just","enable","languages","option","vim"],"anchors":[]},{"id":"762","title":"Option: vim.languages.just.lsp.enable","content":"Whether to enable Just LSP support.","path":"options.html#option-vim-languages-just-lsp-enable","tokens":["support","whether","lsp","just","enable"],"title_tokens":["lsp","just","option","vim","languages","enable"],"anchors":[]},{"id":"763","title":"Option: vim.languages.just.lsp.servers","content":"Just LSP server to use","path":"options.html#option-vim-languages-just-lsp-servers","tokens":["server","just","lsp","use"],"title_tokens":["languages","servers","vim","just","lsp","option"],"anchors":[]},{"id":"764","title":"Option: vim.languages.just.treesitter.enable","content":"Whether to enable Just treesitter.","path":"options.html#option-vim-languages-just-treesitter-enable","tokens":["just","enable","whether","treesitter"],"title_tokens":["vim","languages","option","treesitter","just","enable"],"anchors":[]},{"id":"765","title":"Option: vim.languages.just.treesitter.package","content":"The just treesitter package to use.","path":"options.html#option-vim-languages-just-treesitter-package","tokens":["package","use","just","treesitter","the"],"title_tokens":["just","treesitter","vim","languages","option","package"],"anchors":[]},{"id":"766","title":"Option: vim.languages.kotlin.enable","content":"Whether to enable Kotlin/HCL support.","path":"options.html#option-vim-languages-kotlin-enable","tokens":["kotlin","enable","hcl","support","whether"],"title_tokens":["languages","enable","kotlin","option","vim"],"anchors":[]},{"id":"767","title":"Option: vim.languages.kotlin.extraDiagnostics.enable","content":"Whether to enable extra Kotlin diagnostics.","path":"options.html#option-vim-languages-kotlin-extraDiagnostics-enable","tokens":["extra","whether","kotlin","diagnostics","enable"],"title_tokens":["languages","extradiagnostics","vim","kotlin","enable","option"],"anchors":[]},{"id":"768","title":"Option: vim.languages.kotlin.extraDiagnostics.types","content":"List of Kotlin diagnostics to enable","path":"options.html#option-vim-languages-kotlin-extraDiagnostics-types","tokens":["list","kotlin","diagnostics","enable"],"title_tokens":["types","option","vim","languages","kotlin","extradiagnostics"],"anchors":[]},{"id":"769","title":"Option: vim.languages.kotlin.lsp.enable","content":"Whether to enable Kotlin LSP support.","path":"options.html#option-vim-languages-kotlin-lsp-enable","tokens":["support","enable","lsp","whether","kotlin"],"title_tokens":["vim","languages","lsp","enable","option","kotlin"],"anchors":[]},{"id":"770","title":"Option: vim.languages.kotlin.lsp.servers","content":"Kotlin LSP server to use","path":"options.html#option-vim-languages-kotlin-lsp-servers","tokens":["kotlin","server","lsp","use"],"title_tokens":["languages","servers","lsp","vim","kotlin","option"],"anchors":[]},{"id":"771","title":"Option: vim.languages.kotlin.treesitter.enable","content":"Whether to enable Kotlin treesitter.","path":"options.html#option-vim-languages-kotlin-treesitter-enable","tokens":["kotlin","whether","enable","treesitter"],"title_tokens":["treesitter","vim","kotlin","enable","option","languages"],"anchors":[]},{"id":"772","title":"Option: vim.languages.kotlin.treesitter.package","content":"The kotlin treesitter package to use.","path":"options.html#option-vim-languages-kotlin-treesitter-package","tokens":["the","treesitter","package","use","kotlin"],"title_tokens":["package","vim","option","languages","kotlin","treesitter"],"anchors":[]},{"id":"773","title":"Option: vim.languages.lua.enable","content":"Whether to enable Lua language support.","path":"options.html#option-vim-languages-lua-enable","tokens":["enable","support","lua","whether","language"],"title_tokens":["vim","languages","lua","option","enable"],"anchors":[]},{"id":"774","title":"Option: vim.languages.lua.extraDiagnostics.enable","content":"Whether to enable extra Lua diagnostics.","path":"options.html#option-vim-languages-lua-extraDiagnostics-enable","tokens":["diagnostics","enable","whether","extra","lua"],"title_tokens":["languages","enable","lua","vim","option","extradiagnostics"],"anchors":[]},{"id":"775","title":"Option: vim.languages.lua.extraDiagnostics.types","content":"List of Lua diagnostics to enable","path":"options.html#option-vim-languages-lua-extraDiagnostics-types","tokens":["list","enable","diagnostics","lua"],"title_tokens":["lua","types","extradiagnostics","option","vim","languages"],"anchors":[]},{"id":"776","title":"Option: vim.languages.lua.format.enable","content":"Enable Lua formatting","path":"options.html#option-vim-languages-lua-format-enable","tokens":["lua","formatting","enable"],"title_tokens":["lua","option","vim","languages","format","enable"],"anchors":[]},{"id":"777","title":"Option: vim.languages.lua.format.type","content":"Lua formatter to use","path":"options.html#option-vim-languages-lua-format-type","tokens":["use","lua","formatter"],"title_tokens":["languages","lua","format","option","type","vim"],"anchors":[]},{"id":"778","title":"Option: vim.languages.lua.lsp.enable","content":"Whether to enable Lua LSP support.","path":"options.html#option-vim-languages-lua-lsp-enable","tokens":["lsp","support","whether","lua","enable"],"title_tokens":["option","lua","lsp","enable","vim","languages"],"anchors":[]},{"id":"779","title":"Option: vim.languages.lua.lsp.lazydev.enable","content":"Whether to enable lazydev.nvim integration, useful for neovim plugin developers.","path":"options.html#option-vim-languages-lua-lsp-lazydev-enable","tokens":["lazydev","enable","neovim","whether","plugin","for","developers","useful","integration","nvim"],"title_tokens":["lua","languages","lsp","vim","enable","lazydev","option"],"anchors":[]},{"id":"780","title":"Option: vim.languages.lua.lsp.servers","content":"Lua LSP server to use","path":"options.html#option-vim-languages-lua-lsp-servers","tokens":["lua","use","lsp","server"],"title_tokens":["lsp","option","servers","languages","vim","lua"],"anchors":[]},{"id":"781","title":"Option: vim.languages.lua.treesitter.enable","content":"Whether to enable Lua Treesitter support.","path":"options.html#option-vim-languages-lua-treesitter-enable","tokens":["whether","enable","lua","treesitter","support"],"title_tokens":["option","lua","treesitter","vim","enable","languages"],"anchors":[]},{"id":"782","title":"Option: vim.languages.lua.treesitter.package","content":"The lua treesitter package to use.","path":"options.html#option-vim-languages-lua-treesitter-package","tokens":["lua","use","treesitter","package","the"],"title_tokens":["lua","package","languages","option","vim","treesitter"],"anchors":[]},{"id":"783","title":"Option: vim.languages.markdown.enable","content":"Whether to enable Markdown markup language support.","path":"options.html#option-vim-languages-markdown-enable","tokens":["support","markdown","language","enable","markup","whether"],"title_tokens":["markdown","vim","languages","enable","option"],"anchors":[]},{"id":"784","title":"Option: vim.languages.markdown.extensions.markview-nvim.enable","content":"markview.nvim - a hackable markdown, Typst, latex, html(inline) & YAML previewer","path":"options.html#option-vim-languages-markdown-extensions-markview-nvim-enable","tokens":["nvim","typst","latex","inline","html","markdown","hackable","yaml","markview","previewer"],"title_tokens":["enable","markview-nvim","markdown","languages","vim","option","extensions"],"anchors":[]},{"id":"785","title":"Option: vim.languages.markdown.extensions.markview-nvim.setupOpts","content":"Option table to pass into the setup function of markview-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-markdown-extensions-markview-nvim-setupOpts","tokens":["docs","even","table","setup","you","can","option","not","function","the","options","any","markview-nvim","additional","into","they","listed","pass"],"title_tokens":["vim","languages","setupopts","markdown","extensions","option","markview-nvim"],"anchors":[]},{"id":"786","title":"Option: vim.languages.markdown.extensions.render-markdown-nvim.enable","content":"Inline Markdown rendering with render-markdown.nvim","path":"options.html#option-vim-languages-markdown-extensions-render-markdown-nvim-enable","tokens":["inline","markdown","with","render-markdown","nvim","rendering"],"title_tokens":["markdown","extensions","enable","render-markdown-nvim","option","vim","languages"],"anchors":[]},{"id":"787","title":"Option: vim.languages.markdown.extensions.render-markdown-nvim.setupOpts","content":"Option table to pass into the setup function of render-markdown\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-markdown-extensions-render-markdown-nvim-setupOpts","tokens":["not","you","additional","any","they","pass","function","option","table","docs","listed","options","setup","even","render-markdown","the","can","into"],"title_tokens":["extensions","option","languages","markdown","render-markdown-nvim","setupopts","vim"],"anchors":[]},{"id":"788","title":"Option: vim.languages.markdown.extensions.render-markdown-nvim.setupOpts.file_types","content":"List of buffer filetypes to enable this plugin in.\nThis will cause the plugin to attach to new buffers who have any of these filetypes.","path":"options.html#option-vim-languages-markdown-extensions-render-markdown-nvim-setupOpts-file_types","tokens":["filetypes","this","any","have","these","list","enable","who","cause","buffer","new","will","buffers","plugin","the","attach"],"title_tokens":["file_types","vim","extensions","render-markdown-nvim","markdown","setupopts","option","languages"],"anchors":[]},{"id":"789","title":"Option: vim.languages.markdown.extraDiagnostics.enable","content":"Whether to enable extra Markdown diagnostics.","path":"options.html#option-vim-languages-markdown-extraDiagnostics-enable","tokens":["enable","diagnostics","whether","markdown","extra"],"title_tokens":["enable","vim","extradiagnostics","languages","option","markdown"],"anchors":[]},{"id":"790","title":"Option: vim.languages.markdown.extraDiagnostics.types","content":"List of Markdown diagnostics to enable","path":"options.html#option-vim-languages-markdown-extraDiagnostics-types","tokens":["diagnostics","enable","list","markdown"],"title_tokens":["extradiagnostics","types","languages","option","vim","markdown"],"anchors":[]},{"id":"791","title":"Option: vim.languages.markdown.format.enable","content":"Whether to enable Markdown formatting.","path":"options.html#option-vim-languages-markdown-format-enable","tokens":["enable","formatting","whether","markdown"],"title_tokens":["vim","option","languages","markdown","format","enable"],"anchors":[]},{"id":"792","title":"Option: vim.languages.markdown.format.extraFiletypes","content":"Extra filetypes to format with the Markdown formatter","path":"options.html#option-vim-languages-markdown-format-extraFiletypes","tokens":["formatter","format","markdown","filetypes","with","extra","the"],"title_tokens":["languages","format","markdown","option","vim","extrafiletypes"],"anchors":[]},{"id":"793","title":"Option: vim.languages.markdown.format.type","content":"Markdown formatter to use. denofmt is deprecated and currently aliased to deno_fmt.","path":"options.html#option-vim-languages-markdown-format-type","tokens":["currently","deno_fmt","aliased","markdown","deprecated","use","denofmt","formatter","and"],"title_tokens":["format","type","option","languages","markdown","vim"],"anchors":[]},{"id":"794","title":"Option: vim.languages.markdown.lsp.enable","content":"Whether to enable Markdown LSP support.","path":"options.html#option-vim-languages-markdown-lsp-enable","tokens":["lsp","markdown","enable","whether","support"],"title_tokens":["languages","markdown","lsp","enable","vim","option"],"anchors":[]},{"id":"795","title":"Option: vim.languages.markdown.lsp.servers","content":"Markdown LSP server to use","path":"options.html#option-vim-languages-markdown-lsp-servers","tokens":["server","use","markdown","lsp"],"title_tokens":["markdown","vim","servers","option","languages","lsp"],"anchors":[]},{"id":"796","title":"Option: vim.languages.markdown.treesitter.enable","content":"Enable Markdown treesitter","path":"options.html#option-vim-languages-markdown-treesitter-enable","tokens":["enable","markdown","treesitter"],"title_tokens":["treesitter","option","languages","markdown","enable","vim"],"anchors":[]},{"id":"797","title":"Option: vim.languages.markdown.treesitter.mdInlinePackage","content":"The markdown_inline treesitter package to use.","path":"options.html#option-vim-languages-markdown-treesitter-mdInlinePackage","tokens":["use","treesitter","markdown_inline","package","the"],"title_tokens":["vim","languages","option","markdown","treesitter","mdinlinepackage"],"anchors":[]},{"id":"798","title":"Option: vim.languages.markdown.treesitter.mdPackage","content":"The markdown treesitter package to use.","path":"options.html#option-vim-languages-markdown-treesitter-mdPackage","tokens":["the","use","markdown","treesitter","package"],"title_tokens":["vim","languages","option","treesitter","mdpackage","markdown"],"anchors":[]},{"id":"799","title":"Option: vim.languages.nim.enable","content":"Whether to enable Nim language support.","path":"options.html#option-vim-languages-nim-enable","tokens":["enable","whether","language","nim","support"],"title_tokens":["languages","option","nim","enable","vim"],"anchors":[]},{"id":"800","title":"Option: vim.languages.nim.format.enable","content":"Whether to enable Nim formatting.","path":"options.html#option-vim-languages-nim-format-enable","tokens":["enable","formatting","whether","nim"],"title_tokens":["languages","option","format","nim","vim","enable"],"anchors":[]},{"id":"801","title":"Option: vim.languages.nim.format.type","content":"Nim formatter to use","path":"options.html#option-vim-languages-nim-format-type","tokens":["use","nim","formatter"],"title_tokens":["format","languages","nim","type","option","vim"],"anchors":[]},{"id":"802","title":"Option: vim.languages.nim.lsp.enable","content":"Whether to enable Nim LSP support.","path":"options.html#option-vim-languages-nim-lsp-enable","tokens":["enable","nim","support","whether","lsp"],"title_tokens":["vim","lsp","nim","languages","option","enable"],"anchors":[]},{"id":"803","title":"Option: vim.languages.nim.lsp.servers","content":"Nim LSP server to use","path":"options.html#option-vim-languages-nim-lsp-servers","tokens":["nim","lsp","server","use"],"title_tokens":["vim","servers","languages","nim","option","lsp"],"anchors":[]},{"id":"804","title":"Option: vim.languages.nim.treesitter.enable","content":"Whether to enable Nim treesitter.","path":"options.html#option-vim-languages-nim-treesitter-enable","tokens":["whether","treesitter","nim","enable"],"title_tokens":["option","languages","nim","treesitter","enable","vim"],"anchors":[]},{"id":"805","title":"Option: vim.languages.nim.treesitter.package","content":"The nim treesitter package to use.","path":"options.html#option-vim-languages-nim-treesitter-package","tokens":["nim","the","use","package","treesitter"],"title_tokens":["languages","package","nim","option","vim","treesitter"],"anchors":[]},{"id":"806","title":"Option: vim.languages.nix.enable","content":"Whether to enable Nix language support.","path":"options.html#option-vim-languages-nix-enable","tokens":["nix","language","enable","support","whether"],"title_tokens":["vim","nix","enable","option","languages"],"anchors":[]},{"id":"807","title":"Option: vim.languages.nix.extraDiagnostics.enable","content":"Whether to enable extra Nix diagnostics.","path":"options.html#option-vim-languages-nix-extraDiagnostics-enable","tokens":["whether","nix","diagnostics","extra","enable"],"title_tokens":["option","nix","extradiagnostics","languages","enable","vim"],"anchors":[]},{"id":"808","title":"Option: vim.languages.nix.extraDiagnostics.types","content":"List of Nix diagnostics to enable","path":"options.html#option-vim-languages-nix-extraDiagnostics-types","tokens":["list","diagnostics","nix","enable"],"title_tokens":["option","languages","extradiagnostics","types","nix","vim"],"anchors":[]},{"id":"809","title":"Option: vim.languages.nix.format.enable","content":"Whether to enable Nix formatting.","path":"options.html#option-vim-languages-nix-format-enable","tokens":["enable","nix","formatting","whether"],"title_tokens":["languages","format","option","vim","enable","nix"],"anchors":[]},{"id":"810","title":"Option: vim.languages.nix.format.type","content":"Nix formatter to use","path":"options.html#option-vim-languages-nix-format-type","tokens":["formatter","nix","use"],"title_tokens":["option","format","languages","vim","nix","type"],"anchors":[]},{"id":"811","title":"Option: vim.languages.nix.lsp.enable","content":"Whether to enable Nix LSP support.","path":"options.html#option-vim-languages-nix-lsp-enable","tokens":["enable","nix","lsp","support","whether"],"title_tokens":["option","languages","vim","nix","enable","lsp"],"anchors":[]},{"id":"812","title":"Option: vim.languages.nix.lsp.servers","content":"Nix LSP server to use","path":"options.html#option-vim-languages-nix-lsp-servers","tokens":["server","lsp","use","nix"],"title_tokens":["nix","vim","languages","servers","lsp","option"],"anchors":[]},{"id":"813","title":"Option: vim.languages.nix.treesitter.enable","content":"Whether to enable Nix treesitter.","path":"options.html#option-vim-languages-nix-treesitter-enable","tokens":["enable","nix","whether","treesitter"],"title_tokens":["option","nix","treesitter","vim","languages","enable"],"anchors":[]},{"id":"814","title":"Option: vim.languages.nix.treesitter.package","content":"The nix treesitter package to use.","path":"options.html#option-vim-languages-nix-treesitter-package","tokens":["the","treesitter","use","package","nix"],"title_tokens":["nix","package","vim","treesitter","option","languages"],"anchors":[]},{"id":"815","title":"Option: vim.languages.nu.enable","content":"Whether to enable Nu language support.","path":"options.html#option-vim-languages-nu-enable","tokens":["support","enable","whether","language"],"title_tokens":["option","vim","languages","enable"],"anchors":[]},{"id":"816","title":"Option: vim.languages.nu.lsp.enable","content":"Whether to enable Nu LSP support.","path":"options.html#option-vim-languages-nu-lsp-enable","tokens":["whether","enable","lsp","support"],"title_tokens":["option","vim","lsp","enable","languages"],"anchors":[]},{"id":"817","title":"Option: vim.languages.nu.lsp.servers","content":"Nu LSP server to use","path":"options.html#option-vim-languages-nu-lsp-servers","tokens":["lsp","server","use"],"title_tokens":["option","languages","vim","lsp","servers"],"anchors":[]},{"id":"818","title":"Option: vim.languages.nu.treesitter.enable","content":"Whether to enable Nu treesitter.","path":"options.html#option-vim-languages-nu-treesitter-enable","tokens":["whether","enable","treesitter"],"title_tokens":["vim","languages","treesitter","option","enable"],"anchors":[]},{"id":"819","title":"Option: vim.languages.nu.treesitter.package","content":"The nu treesitter package to use.","path":"options.html#option-vim-languages-nu-treesitter-package","tokens":["the","use","treesitter","package"],"title_tokens":["languages","option","treesitter","vim","package"],"anchors":[]},{"id":"820","title":"Option: vim.languages.ocaml.enable","content":"Whether to enable OCaml language support.","path":"options.html#option-vim-languages-ocaml-enable","tokens":["language","whether","enable","support","ocaml"],"title_tokens":["languages","ocaml","option","vim","enable"],"anchors":[]},{"id":"821","title":"Option: vim.languages.ocaml.format.enable","content":"Whether to enable OCaml formatting support (ocamlformat).","path":"options.html#option-vim-languages-ocaml-format-enable","tokens":["enable","ocamlformat","support","whether","formatting","ocaml"],"title_tokens":["languages","format","vim","enable","option","ocaml"],"anchors":[]},{"id":"822","title":"Option: vim.languages.ocaml.format.type","content":"OCaml formatter to use","path":"options.html#option-vim-languages-ocaml-format-type","tokens":["use","ocaml","formatter"],"title_tokens":["type","vim","option","ocaml","format","languages"],"anchors":[]},{"id":"823","title":"Option: vim.languages.ocaml.lsp.enable","content":"Whether to enable OCaml LSP support.","path":"options.html#option-vim-languages-ocaml-lsp-enable","tokens":["whether","lsp","support","ocaml","enable"],"title_tokens":["vim","option","languages","lsp","enable","ocaml"],"anchors":[]},{"id":"824","title":"Option: vim.languages.ocaml.lsp.servers","content":"OCaml LSP server to use","path":"options.html#option-vim-languages-ocaml-lsp-servers","tokens":["use","ocaml","lsp","server"],"title_tokens":["vim","ocaml","lsp","servers","languages","option"],"anchors":[]},{"id":"825","title":"Option: vim.languages.ocaml.treesitter.enable","content":"Whether to enable OCaml treesitter.","path":"options.html#option-vim-languages-ocaml-treesitter-enable","tokens":["treesitter","ocaml","enable","whether"],"title_tokens":["ocaml","option","languages","enable","treesitter","vim"],"anchors":[]},{"id":"826","title":"Option: vim.languages.ocaml.treesitter.package","content":"The ocaml treesitter package to use.","path":"options.html#option-vim-languages-ocaml-treesitter-package","tokens":["treesitter","package","the","ocaml","use"],"title_tokens":["option","languages","treesitter","ocaml","package","vim"],"anchors":[]},{"id":"827","title":"Option: vim.languages.odin.enable","content":"Whether to enable Odin language support.","path":"options.html#option-vim-languages-odin-enable","tokens":["whether","enable","language","support","odin"],"title_tokens":["languages","odin","vim","option","enable"],"anchors":[]},{"id":"828","title":"Option: vim.languages.odin.lsp.enable","content":"Whether to enable Odin LSP support.","path":"options.html#option-vim-languages-odin-lsp-enable","tokens":["enable","support","odin","whether","lsp"],"title_tokens":["enable","languages","odin","lsp","option","vim"],"anchors":[]},{"id":"829","title":"Option: vim.languages.odin.lsp.servers","content":"Odin LSP server to use","path":"options.html#option-vim-languages-odin-lsp-servers","tokens":["odin","use","lsp","server"],"title_tokens":["odin","lsp","languages","servers","option","vim"],"anchors":[]},{"id":"830","title":"Option: vim.languages.odin.treesitter.enable","content":"Whether to enable Odin treesitter.","path":"options.html#option-vim-languages-odin-treesitter-enable","tokens":["enable","whether","odin","treesitter"],"title_tokens":["vim","odin","treesitter","enable","languages","option"],"anchors":[]},{"id":"831","title":"Option: vim.languages.odin.treesitter.package","content":"The odin treesitter package to use.","path":"options.html#option-vim-languages-odin-treesitter-package","tokens":["package","treesitter","odin","use","the"],"title_tokens":["languages","option","odin","treesitter","package","vim"],"anchors":[]},{"id":"832","title":"Option: vim.languages.php.enable","content":"Whether to enable PHP language support.","path":"options.html#option-vim-languages-php-enable","tokens":["language","support","php","enable","whether"],"title_tokens":["php","vim","languages","option","enable"],"anchors":[]},{"id":"833","title":"Option: vim.languages.php.lsp.enable","content":"Whether to enable PHP LSP support.","path":"options.html#option-vim-languages-php-lsp-enable","tokens":["enable","lsp","support","whether","php"],"title_tokens":["php","lsp","enable","option","vim","languages"],"anchors":[]},{"id":"834","title":"Option: vim.languages.php.lsp.servers","content":"PHP LSP server to use","path":"options.html#option-vim-languages-php-lsp-servers","tokens":["use","lsp","php","server"],"title_tokens":["languages","option","php","lsp","servers","vim"],"anchors":[]},{"id":"835","title":"Option: vim.languages.php.treesitter.enable","content":"Whether to enable PHP treesitter.","path":"options.html#option-vim-languages-php-treesitter-enable","tokens":["treesitter","enable","php","whether"],"title_tokens":["languages","enable","php","option","vim","treesitter"],"anchors":[]},{"id":"836","title":"Option: vim.languages.php.treesitter.package","content":"The php treesitter package to use.","path":"options.html#option-vim-languages-php-treesitter-package","tokens":["the","use","treesitter","package","php"],"title_tokens":["languages","package","vim","option","treesitter","php"],"anchors":[]},{"id":"837","title":"Option: vim.languages.python.dap.debugger","content":"Python debugger to use","path":"options.html#option-vim-languages-python-dap-debugger","tokens":["python","use","debugger"],"title_tokens":["dap","vim","languages","python","debugger","option"],"anchors":[]},{"id":"838","title":"Option: vim.languages.python.dap.enable","content":"Enable Python Debug Adapter","path":"options.html#option-vim-languages-python-dap-enable","tokens":["adapter","debug","enable","python"],"title_tokens":["languages","option","dap","vim","python","enable"],"anchors":[]},{"id":"839","title":"Option: vim.languages.python.dap.package","content":"Python debugger package. This is a python package with debugpy installed, see https://nixos.wiki/wiki/Python#Install_Python_Packages.","path":"options.html#option-vim-languages-python-dap-package","tokens":["python","debugger","package","this","with","see","installed","wiki","nixos","install_python_packages","https","debugpy"],"title_tokens":["vim","option","python","package","dap","languages"],"anchors":[]},{"id":"840","title":"Option: vim.languages.python.enable","content":"Whether to enable Python language support.","path":"options.html#option-vim-languages-python-enable","tokens":["support","python","enable","language","whether"],"title_tokens":["python","vim","option","languages","enable"],"anchors":[]},{"id":"841","title":"Option: vim.languages.python.format.enable","content":"Whether to enable Python formatting.","path":"options.html#option-vim-languages-python-format-enable","tokens":["python","whether","formatting","enable"],"title_tokens":["languages","option","enable","python","format","vim"],"anchors":[]},{"id":"842","title":"Option: vim.languages.python.format.type","content":"Python formatters to use","path":"options.html#option-vim-languages-python-format-type","tokens":["python","formatters","use"],"title_tokens":["option","type","languages","python","vim","format"],"anchors":[]},{"id":"843","title":"Option: vim.languages.python.lsp.enable","content":"Whether to enable Python LSP support.","path":"options.html#option-vim-languages-python-lsp-enable","tokens":["lsp","python","support","whether","enable"],"title_tokens":["option","python","vim","enable","lsp","languages"],"anchors":[]},{"id":"844","title":"Option: vim.languages.python.lsp.servers","content":"Python LSP server to use","path":"options.html#option-vim-languages-python-lsp-servers","tokens":["python","server","lsp","use"],"title_tokens":["python","languages","vim","option","lsp","servers"],"anchors":[]},{"id":"845","title":"Option: vim.languages.python.treesitter.enable","content":"Whether to enable Python treesitter.","path":"options.html#option-vim-languages-python-treesitter-enable","tokens":["whether","python","enable","treesitter"],"title_tokens":["treesitter","python","vim","enable","option","languages"],"anchors":[]},{"id":"846","title":"Option: vim.languages.python.treesitter.package","content":"Python treesitter grammar to use","path":"options.html#option-vim-languages-python-treesitter-package","tokens":["python","treesitter","grammar","use"],"title_tokens":["option","vim","python","languages","treesitter","package"],"anchors":[]},{"id":"847","title":"Option: vim.languages.qml.enable","content":"Whether to enable QML language support.","path":"options.html#option-vim-languages-qml-enable","tokens":["qml","support","enable","whether","language"],"title_tokens":["enable","vim","option","languages","qml"],"anchors":[]},{"id":"848","title":"Option: vim.languages.qml.format.enable","content":"Whether to enable QML formatting.","path":"options.html#option-vim-languages-qml-format-enable","tokens":["enable","formatting","qml","whether"],"title_tokens":["format","languages","enable","option","vim","qml"],"anchors":[]},{"id":"849","title":"Option: vim.languages.qml.format.type","content":"QML formatter to use","path":"options.html#option-vim-languages-qml-format-type","tokens":["formatter","qml","use"],"title_tokens":["vim","languages","option","format","type","qml"],"anchors":[]},{"id":"850","title":"Option: vim.languages.qml.lsp.enable","content":"Whether to enable QML LSP support.","path":"options.html#option-vim-languages-qml-lsp-enable","tokens":["enable","lsp","support","whether","qml"],"title_tokens":["option","languages","qml","lsp","enable","vim"],"anchors":[]},{"id":"851","title":"Option: vim.languages.qml.lsp.servers","content":"QML LSP server to use","path":"options.html#option-vim-languages-qml-lsp-servers","tokens":["qml","lsp","server","use"],"title_tokens":["servers","option","vim","qml","languages","lsp"],"anchors":[]},{"id":"852","title":"Option: vim.languages.qml.treesitter.enable","content":"Whether to enable QML treesitter support.","path":"options.html#option-vim-languages-qml-treesitter-enable","tokens":["enable","support","whether","treesitter","qml"],"title_tokens":["option","vim","qml","enable","treesitter","languages"],"anchors":[]},{"id":"853","title":"Option: vim.languages.qml.treesitter.package","content":"The qmljs treesitter package to use.","path":"options.html#option-vim-languages-qml-treesitter-package","tokens":["qmljs","package","use","the","treesitter"],"title_tokens":["vim","treesitter","option","languages","qml","package"],"anchors":[]},{"id":"854","title":"Option: vim.languages.r.enable","content":"Whether to enable R language support.","path":"options.html#option-vim-languages-r-enable","tokens":["whether","language","enable","support"],"title_tokens":["option","languages","enable","vim"],"anchors":[]},{"id":"855","title":"Option: vim.languages.r.format.enable","content":"Whether to enable R formatting.","path":"options.html#option-vim-languages-r-format-enable","tokens":["formatting","enable","whether"],"title_tokens":["format","languages","enable","option","vim"],"anchors":[]},{"id":"856","title":"Option: vim.languages.r.format.type","content":"R formatter to use","path":"options.html#option-vim-languages-r-format-type","tokens":["formatter","use"],"title_tokens":["vim","option","languages","format","type"],"anchors":[]},{"id":"857","title":"Option: vim.languages.r.lsp.enable","content":"Whether to enable R LSP support.","path":"options.html#option-vim-languages-r-lsp-enable","tokens":["lsp","enable","whether","support"],"title_tokens":["languages","enable","option","lsp","vim"],"anchors":[]},{"id":"858","title":"Option: vim.languages.r.lsp.servers","content":"R LSP server to use","path":"options.html#option-vim-languages-r-lsp-servers","tokens":["use","lsp","server"],"title_tokens":["vim","option","languages","lsp","servers"],"anchors":[]},{"id":"859","title":"Option: vim.languages.r.treesitter.enable","content":"Whether to enable R treesitter.","path":"options.html#option-vim-languages-r-treesitter-enable","tokens":["enable","treesitter","whether"],"title_tokens":["treesitter","enable","languages","vim","option"],"anchors":[]},{"id":"860","title":"Option: vim.languages.r.treesitter.package","content":"The r treesitter package to use.","path":"options.html#option-vim-languages-r-treesitter-package","tokens":["package","the","use","treesitter"],"title_tokens":["option","package","treesitter","vim","languages"],"anchors":[]},{"id":"861","title":"Option: vim.languages.ruby.enable","content":"Whether to enable Ruby language support.","path":"options.html#option-vim-languages-ruby-enable","tokens":["ruby","whether","support","language","enable"],"title_tokens":["enable","option","ruby","vim","languages"],"anchors":[]},{"id":"862","title":"Option: vim.languages.ruby.extraDiagnostics.enable","content":"Whether to enable Ruby extra diagnostics support.","path":"options.html#option-vim-languages-ruby-extraDiagnostics-enable","tokens":["extra","enable","ruby","diagnostics","whether","support"],"title_tokens":["extradiagnostics","enable","vim","languages","ruby","option"],"anchors":[]},{"id":"863","title":"Option: vim.languages.ruby.extraDiagnostics.types","content":"List of Ruby diagnostics to enable","path":"options.html#option-vim-languages-ruby-extraDiagnostics-types","tokens":["enable","list","ruby","diagnostics"],"title_tokens":["ruby","option","vim","languages","extradiagnostics","types"],"anchors":[]},{"id":"864","title":"Option: vim.languages.ruby.format.enable","content":"Whether to enable Ruby formatter support.","path":"options.html#option-vim-languages-ruby-format-enable","tokens":["formatter","ruby","whether","support","enable"],"title_tokens":["format","option","vim","ruby","enable","languages"],"anchors":[]},{"id":"865","title":"Option: vim.languages.ruby.format.type","content":"Ruby formatter to use","path":"options.html#option-vim-languages-ruby-format-type","tokens":["ruby","use","formatter"],"title_tokens":["type","languages","format","option","vim","ruby"],"anchors":[]},{"id":"866","title":"Option: vim.languages.ruby.lsp.enable","content":"Whether to enable Ruby LSP support.","path":"options.html#option-vim-languages-ruby-lsp-enable","tokens":["lsp","support","ruby","whether","enable"],"title_tokens":["lsp","enable","option","ruby","languages","vim"],"anchors":[]},{"id":"867","title":"Option: vim.languages.ruby.lsp.servers","content":"Ruby LSP server to use","path":"options.html#option-vim-languages-ruby-lsp-servers","tokens":["use","server","ruby","lsp"],"title_tokens":["lsp","languages","option","ruby","servers","vim"],"anchors":[]},{"id":"868","title":"Option: vim.languages.ruby.treesitter.enable","content":"Whether to enable Ruby treesitter.","path":"options.html#option-vim-languages-ruby-treesitter-enable","tokens":["enable","ruby","whether","treesitter"],"title_tokens":["languages","option","ruby","treesitter","enable","vim"],"anchors":[]},{"id":"869","title":"Option: vim.languages.ruby.treesitter.package","content":"The ruby treesitter package to use.","path":"options.html#option-vim-languages-ruby-treesitter-package","tokens":["the","ruby","package","use","treesitter"],"title_tokens":["option","treesitter","vim","package","languages","ruby"],"anchors":[]},{"id":"870","title":"Option: vim.languages.rust.dap.adapter","content":"Select which LLDB-based debug adapter to use:\n\"codelldb\": use the CodeLLDB adapter from the vadimcn.vscode-lldb extension.\n\"lldb-dap\": use the LLDB DAP implementation shipped with LLVM (lldb-dap).\n\nThe default \"codelldb\" backend generally provides a better debugging experience for Rust.","path":"options.html#option-vim-languages-rust-dap-adapter","tokens":["vadimcn","implementation","better","for","vscode-lldb","select","adapter","use","debug","lldb","shipped","default","with","backend","llvm","rust","lldb-based","experience","debugging","the","which","provides","from","extension","codelldb","lldb-dap","dap","generally"],"title_tokens":["rust","languages","adapter","dap","option","vim"],"anchors":[]},{"id":"871","title":"Option: vim.languages.rust.dap.enable","content":"Rust Debug Adapter support","path":"options.html#option-vim-languages-rust-dap-enable","tokens":["debug","adapter","rust","support"],"title_tokens":["vim","option","enable","rust","dap","languages"],"anchors":[]},{"id":"872","title":"Option: vim.languages.rust.dap.package","content":"lldb package","path":"options.html#option-vim-languages-rust-dap-package","tokens":["lldb","package"],"title_tokens":["package","dap","languages","vim","option","rust"],"anchors":[]},{"id":"873","title":"Option: vim.languages.rust.enable","content":"Whether to enable Rust language support.","path":"options.html#option-vim-languages-rust-enable","tokens":["whether","enable","rust","language","support"],"title_tokens":["option","languages","enable","rust","vim"],"anchors":[]},{"id":"874","title":"Option: vim.languages.rust.extensions.crates-nvim.enable","content":"Whether to enable crates.io dependency management [crates-nvim].","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-enable","tokens":["management","crates-nvim","enable","whether","crates","dependency"],"title_tokens":["extensions","languages","option","vim","rust","enable","crates-nvim"],"anchors":[]},{"id":"875","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts","content":"Option table to pass into the setup function of crates-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts","tokens":["not","any","pass","table","option","they","listed","options","additional","into","setup","function","docs","even","the","can","crates-nvim","you"],"title_tokens":["option","rust","extensions","vim","crates-nvim","setupopts","languages"],"anchors":[]},{"id":"876","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.completion.crates.enabled","content":"Whether to enable completion for crates-nvim's in-process language server.","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-completion-crates-enabled","tokens":["crates-nvim","completion","in-process","language","server","whether","for","enable"],"title_tokens":["vim","extensions","completion","crates-nvim","enabled","setupopts","crates","languages","option","rust"],"anchors":[]},{"id":"877","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.completion.crates.max_results","content":"The maximum number of search results to display","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-completion-crates-max_results","tokens":["search","the","number","maximum","display","results"],"title_tokens":["max_results","crates-nvim","completion","vim","languages","option","crates","rust","setupopts","extensions"],"anchors":[]},{"id":"878","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.completion.crates.min_chars","content":"The minimum number of characters to type before completions begin appearing","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-completion-crates-min_chars","tokens":["characters","the","begin","number","appearing","completions","minimum","type","before"],"title_tokens":["crates-nvim","crates","rust","setupopts","completion","min_chars","option","languages","vim","extensions"],"anchors":[]},{"id":"879","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.lsp.actions","content":"Whether to enable actions for crates-nvim's in-process language server.","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-lsp-actions","tokens":["in-process","for","language","server","enable","crates-nvim","whether","actions"],"title_tokens":["rust","languages","setupopts","option","actions","extensions","vim","crates-nvim","lsp"],"anchors":[]},{"id":"880","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.lsp.completion","content":"Whether to enable completion for crates-nvim's in-process language server.","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-lsp-completion","tokens":["enable","for","whether","in-process","server","completion","crates-nvim","language"],"title_tokens":["extensions","lsp","option","rust","vim","languages","crates-nvim","setupopts","completion"],"anchors":[]},{"id":"881","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.lsp.enabled","content":"Whether to enable crates.nvim's in-process language server.","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-lsp-enabled","tokens":["whether","in-process","server","enable","crates","nvim","language"],"title_tokens":["option","vim","rust","setupopts","crates-nvim","lsp","extensions","languages","enabled"],"anchors":[]},{"id":"882","title":"Option: vim.languages.rust.extensions.crates-nvim.setupOpts.lsp.hover","content":"Whether to enable hover actions for crates-nvim's in-process language server.","path":"options.html#option-vim-languages-rust-extensions-crates-nvim-setupOpts-lsp-hover","tokens":["in-process","for","hover","whether","actions","server","crates-nvim","language","enable"],"title_tokens":["languages","hover","setupopts","rust","option","crates-nvim","lsp","vim","extensions"],"anchors":[]},{"id":"883","title":"Option: vim.languages.rust.format.enable","content":"Whether to enable Rust formatting.","path":"options.html#option-vim-languages-rust-format-enable","tokens":["rust","formatting","whether","enable"],"title_tokens":["format","rust","vim","enable","languages","option"],"anchors":[]},{"id":"884","title":"Option: vim.languages.rust.format.type","content":"Rust formatter to use","path":"options.html#option-vim-languages-rust-format-type","tokens":["formatter","use","rust"],"title_tokens":["vim","format","rust","type","option","languages"],"anchors":[]},{"id":"885","title":"Option: vim.languages.rust.lsp.enable","content":"Whether to enable Rust LSP support (rust-analyzer with extra tools).","path":"options.html#option-vim-languages-rust-lsp-enable","tokens":["enable","extra","whether","rust-analyzer","support","with","rust","lsp","tools"],"title_tokens":["option","rust","languages","lsp","vim","enable"],"anchors":[]},{"id":"886","title":"Option: vim.languages.rust.lsp.opts","content":"Options to pass to rust analyzer","path":"options.html#option-vim-languages-rust-lsp-opts","tokens":["options","pass","analyzer","rust"],"title_tokens":["vim","languages","rust","option","lsp","opts"],"anchors":[]},{"id":"887","title":"Option: vim.languages.rust.lsp.package","content":"rust-analyzer package, or the command to run as a list of strings","path":"options.html#option-vim-languages-rust-lsp-package","tokens":["the","package","run","list","strings","rust-analyzer","command"],"title_tokens":["package","lsp","vim","languages","rust","option"],"anchors":[]},{"id":"888","title":"Option: vim.languages.rust.treesitter.enable","content":"Whether to enable Rust treesitter.","path":"options.html#option-vim-languages-rust-treesitter-enable","tokens":["whether","treesitter","enable","rust"],"title_tokens":["option","rust","enable","treesitter","languages","vim"],"anchors":[]},{"id":"889","title":"Option: vim.languages.rust.treesitter.package","content":"The rust treesitter package to use.","path":"options.html#option-vim-languages-rust-treesitter-package","tokens":["the","treesitter","rust","package","use"],"title_tokens":["rust","vim","languages","package","option","treesitter"],"anchors":[]},{"id":"890","title":"Option: vim.languages.scala.dap.config","content":"Lua configuration for dap","path":"options.html#option-vim-languages-scala-dap-config","tokens":["for","configuration","lua","dap"],"title_tokens":["option","languages","config","scala","vim","dap"],"anchors":[]},{"id":"891","title":"Option: vim.languages.scala.dap.enable","content":"Whether to enable Scala Debug Adapter support (metals).","path":"options.html#option-vim-languages-scala-dap-enable","tokens":["support","debug","whether","enable","scala","adapter","metals"],"title_tokens":["vim","option","dap","scala","languages","enable"],"anchors":[]},{"id":"892","title":"Option: vim.languages.scala.enable","content":"Whether to enable Scala language support.","path":"options.html#option-vim-languages-scala-enable","tokens":["whether","language","enable","support","scala"],"title_tokens":["vim","enable","languages","option","scala"],"anchors":[]},{"id":"893","title":"Option: vim.languages.scala.fixShortmess","content":"Remove the 'F' flag from shortmess to allow messages to be shown. Without doing this, autocommands that deal with filetypes prohibit messages from being shown","path":"options.html#option-vim-languages-scala-fixShortmess","tokens":["messages","deal","from","flag","allow","remove","without","doing","this","that","with","being","shown","filetypes","the","prohibit","shortmess","autocommands"],"title_tokens":["languages","option","vim","scala","fixshortmess"],"anchors":[]},{"id":"894","title":"Option: vim.languages.scala.lsp.enable","content":"Whether to enable Scala LSP support (metals).","path":"options.html#option-vim-languages-scala-lsp-enable","tokens":["metals","whether","scala","enable","support","lsp"],"title_tokens":["vim","option","scala","enable","lsp","languages"],"anchors":[]},{"id":"895","title":"Option: vim.languages.scala.lsp.extraMappings.listCommands","content":"List Metals commands","path":"options.html#option-vim-languages-scala-lsp-extraMappings-listCommands","tokens":["list","metals","commands"],"title_tokens":["lsp","vim","extramappings","listcommands","languages","option","scala"],"anchors":[]},{"id":"896","title":"Option: vim.languages.scala.lsp.extraSettings","content":"Extra settings passed to the metals config. Check nvim-metals docs for available options","path":"options.html#option-vim-languages-scala-lsp-extraSettings","tokens":["the","options","metals","nvim-metals","settings","available","config","for","docs","extra","passed","check"],"title_tokens":["vim","option","scala","lsp","languages","extrasettings"],"anchors":[]},{"id":"897","title":"Option: vim.languages.scala.lsp.package","content":"The metals package to use.","path":"options.html#option-vim-languages-scala-lsp-package","tokens":["use","metals","package","the"],"title_tokens":["languages","scala","vim","option","lsp","package"],"anchors":[]},{"id":"898","title":"Option: vim.languages.scala.treesitter.enable","content":"Whether to enable Scala treesitter.","path":"options.html#option-vim-languages-scala-treesitter-enable","tokens":["scala","enable","whether","treesitter"],"title_tokens":["vim","treesitter","languages","scala","enable","option"],"anchors":[]},{"id":"899","title":"Option: vim.languages.scala.treesitter.package","content":"The scala treesitter package to use.","path":"options.html#option-vim-languages-scala-treesitter-package","tokens":["use","scala","package","the","treesitter"],"title_tokens":["option","scala","package","treesitter","languages","vim"],"anchors":[]},{"id":"900","title":"Option: vim.languages.sql.dialect","content":"SQL dialect for formatters and diagnostics (if used)","path":"options.html#option-vim-languages-sql-dialect","tokens":["and","sql","diagnostics","formatters","for","used","dialect"],"title_tokens":["vim","option","sql","dialect","languages"],"anchors":[]},{"id":"901","title":"Option: vim.languages.sql.enable","content":"Whether to enable SQL language support.","path":"options.html#option-vim-languages-sql-enable","tokens":["language","sql","enable","support","whether"],"title_tokens":["vim","enable","option","languages","sql"],"anchors":[]},{"id":"902","title":"Option: vim.languages.sql.extraDiagnostics.enable","content":"Whether to enable extra SQL diagnostics.","path":"options.html#option-vim-languages-sql-extraDiagnostics-enable","tokens":["extra","sql","whether","diagnostics","enable"],"title_tokens":["sql","extradiagnostics","option","enable","vim","languages"],"anchors":[]},{"id":"903","title":"Option: vim.languages.sql.extraDiagnostics.types","content":"List of SQL diagnostics to enable","path":"options.html#option-vim-languages-sql-extraDiagnostics-types","tokens":["list","sql","diagnostics","enable"],"title_tokens":["vim","sql","languages","option","types","extradiagnostics"],"anchors":[]},{"id":"904","title":"Option: vim.languages.sql.format.enable","content":"Whether to enable SQL formatting.","path":"options.html#option-vim-languages-sql-format-enable","tokens":["enable","formatting","whether","sql"],"title_tokens":["option","format","enable","vim","languages","sql"],"anchors":[]},{"id":"905","title":"Option: vim.languages.sql.format.type","content":"SQL formatter to use","path":"options.html#option-vim-languages-sql-format-type","tokens":["sql","use","formatter"],"title_tokens":["option","languages","type","format","sql","vim"],"anchors":[]},{"id":"906","title":"Option: vim.languages.sql.lsp.enable","content":"Whether to enable SQL LSP support.","path":"options.html#option-vim-languages-sql-lsp-enable","tokens":["enable","whether","sql","support","lsp"],"title_tokens":["option","sql","lsp","vim","languages","enable"],"anchors":[]},{"id":"907","title":"Option: vim.languages.sql.lsp.servers","content":"SQL LSP server to use","path":"options.html#option-vim-languages-sql-lsp-servers","tokens":["sql","server","lsp","use"],"title_tokens":["servers","option","lsp","vim","languages","sql"],"anchors":[]},{"id":"908","title":"Option: vim.languages.sql.treesitter.enable","content":"Whether to enable SQL treesitter.","path":"options.html#option-vim-languages-sql-treesitter-enable","tokens":["treesitter","whether","sql","enable"],"title_tokens":["option","languages","enable","vim","treesitter","sql"],"anchors":[]},{"id":"909","title":"Option: vim.languages.sql.treesitter.package","content":"SQL treesitter grammar to use","path":"options.html#option-vim-languages-sql-treesitter-package","tokens":["sql","treesitter","use","grammar"],"title_tokens":["languages","sql","vim","treesitter","package","option"],"anchors":[]},{"id":"910","title":"Option: vim.languages.svelte.enable","content":"Whether to enable Svelte language support.","path":"options.html#option-vim-languages-svelte-enable","tokens":["language","support","whether","svelte","enable"],"title_tokens":["option","enable","languages","vim","svelte"],"anchors":[]},{"id":"911","title":"Option: vim.languages.svelte.extraDiagnostics.enable","content":"Whether to enable extra Svelte diagnostics.","path":"options.html#option-vim-languages-svelte-extraDiagnostics-enable","tokens":["diagnostics","whether","enable","extra","svelte"],"title_tokens":["vim","extradiagnostics","enable","languages","option","svelte"],"anchors":[]},{"id":"912","title":"Option: vim.languages.svelte.extraDiagnostics.types","content":"List of Svelte diagnostics to enable","path":"options.html#option-vim-languages-svelte-extraDiagnostics-types","tokens":["diagnostics","list","enable","svelte"],"title_tokens":["types","languages","vim","option","svelte","extradiagnostics"],"anchors":[]},{"id":"913","title":"Option: vim.languages.svelte.format.enable","content":"Whether to enable Svelte formatting.","path":"options.html#option-vim-languages-svelte-format-enable","tokens":["whether","enable","formatting","svelte"],"title_tokens":["option","svelte","format","enable","languages","vim"],"anchors":[]},{"id":"914","title":"Option: vim.languages.svelte.format.type","content":"Svelte formatter to use","path":"options.html#option-vim-languages-svelte-format-type","tokens":["svelte","formatter","use"],"title_tokens":["option","languages","vim","format","type","svelte"],"anchors":[]},{"id":"915","title":"Option: vim.languages.svelte.lsp.enable","content":"Whether to enable Svelte LSP support.","path":"options.html#option-vim-languages-svelte-lsp-enable","tokens":["whether","svelte","lsp","enable","support"],"title_tokens":["languages","svelte","vim","option","lsp","enable"],"anchors":[]},{"id":"916","title":"Option: vim.languages.svelte.lsp.servers","content":"Svelte LSP server to use","path":"options.html#option-vim-languages-svelte-lsp-servers","tokens":["svelte","server","use","lsp"],"title_tokens":["option","vim","svelte","servers","languages","lsp"],"anchors":[]},{"id":"917","title":"Option: vim.languages.svelte.treesitter.enable","content":"Whether to enable Svelte treesitter.","path":"options.html#option-vim-languages-svelte-treesitter-enable","tokens":["whether","enable","svelte","treesitter"],"title_tokens":["svelte","treesitter","enable","option","vim","languages"],"anchors":[]},{"id":"918","title":"Option: vim.languages.svelte.treesitter.sveltePackage","content":"The svelte treesitter package to use.","path":"options.html#option-vim-languages-svelte-treesitter-sveltePackage","tokens":["treesitter","the","package","use","svelte"],"title_tokens":["sveltepackage","languages","vim","treesitter","option","svelte"],"anchors":[]},{"id":"919","title":"Option: vim.languages.tailwind.enable","content":"Whether to enable Tailwindcss language support.","path":"options.html#option-vim-languages-tailwind-enable","tokens":["support","language","whether","tailwindcss","enable"],"title_tokens":["vim","languages","enable","option","tailwind"],"anchors":[]},{"id":"920","title":"Option: vim.languages.tailwind.lsp.enable","content":"Whether to enable Tailwindcss LSP support.","path":"options.html#option-vim-languages-tailwind-lsp-enable","tokens":["whether","lsp","enable","tailwindcss","support"],"title_tokens":["option","tailwind","vim","lsp","enable","languages"],"anchors":[]},{"id":"921","title":"Option: vim.languages.tailwind.lsp.servers","content":"Tailwindcss LSP server to use","path":"options.html#option-vim-languages-tailwind-lsp-servers","tokens":["server","lsp","tailwindcss","use"],"title_tokens":["tailwind","languages","option","vim","lsp","servers"],"anchors":[]},{"id":"922","title":"Option: vim.languages.tera.enable","content":"Whether to enable Tera templating language support.","path":"options.html#option-vim-languages-tera-enable","tokens":["whether","enable","templating","tera","language","support"],"title_tokens":["option","languages","tera","vim","enable"],"anchors":[]},{"id":"923","title":"Option: vim.languages.tera.treesitter.enable","content":"Whether to enable Tera treesitter.","path":"options.html#option-vim-languages-tera-treesitter-enable","tokens":["treesitter","tera","whether","enable"],"title_tokens":["option","vim","enable","tera","languages","treesitter"],"anchors":[]},{"id":"924","title":"Option: vim.languages.tera.treesitter.package","content":"The tera treesitter package to use.","path":"options.html#option-vim-languages-tera-treesitter-package","tokens":["treesitter","tera","the","package","use"],"title_tokens":["vim","option","package","languages","treesitter","tera"],"anchors":[]},{"id":"925","title":"Option: vim.languages.terraform.enable","content":"Whether to enable Terraform/HCL support.","path":"options.html#option-vim-languages-terraform-enable","tokens":["enable","hcl","whether","support","terraform"],"title_tokens":["languages","option","terraform","enable","vim"],"anchors":[]},{"id":"926","title":"Option: vim.languages.terraform.lsp.enable","content":"Whether to enable Terraform LSP support (terraform-ls).","path":"options.html#option-vim-languages-terraform-lsp-enable","tokens":["enable","whether","lsp","support","terraform-ls","terraform"],"title_tokens":["option","languages","terraform","enable","lsp","vim"],"anchors":[]},{"id":"927","title":"Option: vim.languages.terraform.lsp.servers","content":"Terraform LSP server to use","path":"options.html#option-vim-languages-terraform-lsp-servers","tokens":["use","server","terraform","lsp"],"title_tokens":["terraform","option","vim","lsp","languages","servers"],"anchors":[]},{"id":"928","title":"Option: vim.languages.terraform.treesitter.enable","content":"Whether to enable Terraform treesitter.","path":"options.html#option-vim-languages-terraform-treesitter-enable","tokens":["whether","terraform","treesitter","enable"],"title_tokens":["vim","enable","treesitter","terraform","languages","option"],"anchors":[]},{"id":"929","title":"Option: vim.languages.terraform.treesitter.package","content":"The terraform treesitter package to use.","path":"options.html#option-vim-languages-terraform-treesitter-package","tokens":["package","terraform","the","treesitter","use"],"title_tokens":["option","terraform","package","treesitter","vim","languages"],"anchors":[]},{"id":"930","title":"Option: vim.languages.toml.enable","content":"Whether to enable TOML configuration language support.","path":"options.html#option-vim-languages-toml-enable","tokens":["whether","enable","toml","configuration","language","support"],"title_tokens":["languages","vim","option","toml","enable"],"anchors":[]},{"id":"931","title":"Option: vim.languages.toml.extraDiagnostics.enable","content":"Whether to enable extra TOML diagnostics.","path":"options.html#option-vim-languages-toml-extraDiagnostics-enable","tokens":["toml","whether","enable","extra","diagnostics"],"title_tokens":["languages","option","extradiagnostics","enable","vim","toml"],"anchors":[]},{"id":"932","title":"Option: vim.languages.toml.extraDiagnostics.types","content":"List of TOML diagnostics to enable","path":"options.html#option-vim-languages-toml-extraDiagnostics-types","tokens":["diagnostics","list","enable","toml"],"title_tokens":["types","extradiagnostics","vim","toml","option","languages"],"anchors":[]},{"id":"933","title":"Option: vim.languages.toml.format.enable","content":"Whether to enable TOML formatting.","path":"options.html#option-vim-languages-toml-format-enable","tokens":["toml","whether","enable","formatting"],"title_tokens":["toml","languages","format","enable","option","vim"],"anchors":[]},{"id":"934","title":"Option: vim.languages.toml.format.type","content":"TOML formatter to use.","path":"options.html#option-vim-languages-toml-format-type","tokens":["use","formatter","toml"],"title_tokens":["languages","option","vim","format","type","toml"],"anchors":[]},{"id":"935","title":"Option: vim.languages.toml.lsp.enable","content":"Whether to enable TOML LSP support.","path":"options.html#option-vim-languages-toml-lsp-enable","tokens":["enable","support","lsp","toml","whether"],"title_tokens":["enable","option","languages","lsp","vim","toml"],"anchors":[]},{"id":"936","title":"Option: vim.languages.toml.lsp.servers","content":"TOML LSP server to use","path":"options.html#option-vim-languages-toml-lsp-servers","tokens":["toml","server","use","lsp"],"title_tokens":["vim","lsp","option","toml","servers","languages"],"anchors":[]},{"id":"937","title":"Option: vim.languages.toml.treesitter.enable","content":"Whether to enable TOML treesitter.","path":"options.html#option-vim-languages-toml-treesitter-enable","tokens":["whether","enable","toml","treesitter"],"title_tokens":["option","vim","toml","treesitter","enable","languages"],"anchors":[]},{"id":"938","title":"Option: vim.languages.toml.treesitter.package","content":"The toml treesitter package to use.","path":"options.html#option-vim-languages-toml-treesitter-package","tokens":["the","use","package","treesitter","toml"],"title_tokens":["vim","languages","toml","treesitter","package","option"],"anchors":[]},{"id":"939","title":"Option: vim.languages.ts.enable","content":"Whether to enable Typescript/Javascript language support.","path":"options.html#option-vim-languages-ts-enable","tokens":["whether","enable","javascript","support","language","typescript"],"title_tokens":["option","vim","languages","enable"],"anchors":[]},{"id":"940","title":"Option: vim.languages.ts.extensions.ts-error-translator.enable","content":"Whether to enable [ts-error-translator.nvim]: https://github.com/dmmulroy/ts-error-translator.nvim\nTypescript error translation with [ts-error-translator.nvim]\n.","path":"options.html#option-vim-languages-ts-extensions-ts-error-translator-enable","tokens":["typescript","with","whether","https","nvim","com","dmmulroy","enable","ts-error-translator","error","translation","github"],"title_tokens":["extensions","option","enable","vim","ts-error-translator","languages"],"anchors":[]},{"id":"941","title":"Option: vim.languages.ts.extensions.ts-error-translator.setupOpts","content":"Option table to pass into the setup function of ts-error-translator\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-ts-extensions-ts-error-translator-setupOpts","tokens":["function","option","you","options","even","the","docs","setup","they","pass","ts-error-translator","table","can","not","additional","any","listed","into"],"title_tokens":["vim","option","extensions","ts-error-translator","languages","setupopts"],"anchors":[]},{"id":"942","title":"Option: vim.languages.ts.extensions.ts-error-translator.setupOpts.auto_override_publish_diagnostics","content":"Automatically override the publish_diagnostics handler","path":"options.html#option-vim-languages-ts-extensions-ts-error-translator-setupOpts-auto_override_publish_diagnostics","tokens":["handler","automatically","override","the","publish_diagnostics"],"title_tokens":["vim","extensions","ts-error-translator","setupopts","auto_override_publish_diagnostics","option","languages"],"anchors":[]},{"id":"943","title":"Option: vim.languages.ts.extraDiagnostics.enable","content":"Whether to enable extra Typescript/Javascript diagnostics.","path":"options.html#option-vim-languages-ts-extraDiagnostics-enable","tokens":["extra","whether","enable","typescript","javascript","diagnostics"],"title_tokens":["enable","option","extradiagnostics","languages","vim"],"anchors":[]},{"id":"944","title":"Option: vim.languages.ts.extraDiagnostics.types","content":"List of Typescript/Javascript diagnostics to enable","path":"options.html#option-vim-languages-ts-extraDiagnostics-types","tokens":["diagnostics","typescript","enable","list","javascript"],"title_tokens":["languages","types","extradiagnostics","vim","option"],"anchors":[]},{"id":"945","title":"Option: vim.languages.ts.format.enable","content":"Whether to enable Typescript/Javascript formatting.","path":"options.html#option-vim-languages-ts-format-enable","tokens":["typescript","enable","javascript","formatting","whether"],"title_tokens":["vim","format","languages","option","enable"],"anchors":[]},{"id":"946","title":"Option: vim.languages.ts.format.type","content":"Typescript/Javascript formatter to use","path":"options.html#option-vim-languages-ts-format-type","tokens":["typescript","javascript","use","formatter"],"title_tokens":["type","format","vim","languages","option"],"anchors":[]},{"id":"947","title":"Option: vim.languages.ts.lsp.enable","content":"Whether to enable Typescript/Javascript LSP support.","path":"options.html#option-vim-languages-ts-lsp-enable","tokens":["lsp","javascript","whether","enable","typescript","support"],"title_tokens":["languages","enable","lsp","vim","option"],"anchors":[]},{"id":"948","title":"Option: vim.languages.ts.lsp.servers","content":"Typescript/Javascript LSP server to use","path":"options.html#option-vim-languages-ts-lsp-servers","tokens":["server","javascript","typescript","use","lsp"],"title_tokens":["option","languages","servers","lsp","vim"],"anchors":[]},{"id":"949","title":"Option: vim.languages.ts.treesitter.enable","content":"Whether to enable Typescript/Javascript treesitter.","path":"options.html#option-vim-languages-ts-treesitter-enable","tokens":["enable","javascript","typescript","treesitter","whether"],"title_tokens":["languages","enable","vim","option","treesitter"],"anchors":[]},{"id":"950","title":"Option: vim.languages.ts.treesitter.jsPackage","content":"The javascript treesitter package to use.","path":"options.html#option-vim-languages-ts-treesitter-jsPackage","tokens":["the","javascript","package","use","treesitter"],"title_tokens":["languages","option","jspackage","vim","treesitter"],"anchors":[]},{"id":"951","title":"Option: vim.languages.ts.treesitter.tsPackage","content":"The typescript treesitter package to use.","path":"options.html#option-vim-languages-ts-treesitter-tsPackage","tokens":["typescript","package","use","treesitter","the"],"title_tokens":["treesitter","languages","option","tspackage","vim"],"anchors":[]},{"id":"952","title":"Option: vim.languages.ts.treesitter.tsxPackage","content":"The tsx treesitter package to use.","path":"options.html#option-vim-languages-ts-treesitter-tsxPackage","tokens":["the","use","tsx","package","treesitter"],"title_tokens":["vim","option","languages","tsxpackage","treesitter"],"anchors":[]},{"id":"953","title":"Option: vim.languages.typst.enable","content":"Whether to enable Typst language support.","path":"options.html#option-vim-languages-typst-enable","tokens":["language","support","whether","enable","typst"],"title_tokens":["languages","vim","typst","enable","option"],"anchors":[]},{"id":"954","title":"Option: vim.languages.typst.extensions.typst-concealer.enable","content":"Whether to enable [typst-concealer]: https://github.com/PartyWumpus/typst-concealer\nInline typst preview for Neovim via [typst-concealer] .","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-enable","tokens":["inline","whether","partywumpus","enable","preview","for","neovim","github","https","com","via","typst-concealer","typst"],"title_tokens":["typst","enable","vim","languages","typst-concealer","extensions","option"],"anchors":[]},{"id":"955","title":"Option: vim.languages.typst.extensions.typst-concealer.mappings.toggleConcealing","content":"Enable typst-concealer in buffer","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-mappings-toggleConcealing","tokens":["buffer","typst-concealer","enable"],"title_tokens":["languages","typst","extensions","mappings","vim","toggleconcealing","option","typst-concealer"],"anchors":[]},{"id":"956","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts","content":"Option table to pass into the setup function of typst-concealer\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts","tokens":["options","listed","function","can","additional","they","docs","not","you","any","the","even","setup","table","pass","option","into","typst-concealer"],"title_tokens":["option","languages","typst-concealer","vim","typst","extensions","setupopts"],"anchors":[]},{"id":"957","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.color","content":"What color should typst-concealer render text/stroke with? (only applies when styling_type is 'colorscheme')","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-color","tokens":["only","when","render","text","applies","styling_type","stroke","should","what","colorscheme","with","color","typst-concealer"],"title_tokens":["setupopts","languages","extensions","typst-concealer","typst","option","vim","color"],"anchors":[]},{"id":"958","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.conceal_in_normal","content":"Should typst-concealer still conceal when the normal mode cursor goes over a line.","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-conceal_in_normal","tokens":["line","conceal","normal","should","when","cursor","goes","still","mode","the","over","typst-concealer"],"title_tokens":["conceal_in_normal","typst","extensions","typst-concealer","languages","vim","setupopts","option"],"anchors":[]},{"id":"959","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.do_diagnostics","content":"Should typst-concealer provide diagnostics on error?","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-do_diagnostics","tokens":["typst-concealer","should","diagnostics","provide","error"],"title_tokens":["setupopts","typst-concealer","languages","vim","do_diagnostics","extensions","option","typst"],"anchors":[]},{"id":"960","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.enabled_by_default","content":"Should typst-concealer conceal newly opened buffers by default?","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-enabled_by_default","tokens":["opened","newly","should","buffers","conceal","default","typst-concealer"],"title_tokens":["typst-concealer","typst","option","vim","extensions","languages","enabled_by_default","setupopts"],"anchors":[]},{"id":"961","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.ppi","content":"What PPI should typst render at. Plugin default is 300, typst's normal default is 144.","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-ppi","tokens":["what","should","default","plugin","typst","300","ppi","render","144","normal"],"title_tokens":["languages","typst-concealer","setupopts","option","extensions","typst","ppi","vim"],"anchors":[]},{"id":"962","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.styling_type","content":"What kind of styling should typst-concealer apply to your typst?","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-styling_type","tokens":["your","typst","kind","what","should","styling","typst-concealer","apply"],"title_tokens":["vim","setupopts","option","typst","languages","styling_type","typst-concealer","extensions"],"anchors":[]},{"id":"963","title":"Option: vim.languages.typst.extensions.typst-concealer.setupOpts.typst_location","content":"Where should typst-concealer look for your typst binary?","path":"options.html#option-vim-languages-typst-extensions-typst-concealer-setupOpts-typst_location","tokens":["typst-concealer","look","should","typst","binary","your","where","for"],"title_tokens":["vim","setupopts","option","typst","typst-concealer","languages","typst_location","extensions"],"anchors":[]},{"id":"964","title":"Option: vim.languages.typst.extensions.typst-preview-nvim.enable","content":"Whether to enable [typst-preview.nvim]: https://github.com/chomosuke/typst-preview.nvim\nLow latency typst preview for Neovim via [typst-preview.nvim] .","path":"options.html#option-vim-languages-typst-extensions-typst-preview-nvim-enable","tokens":["for","github","chomosuke","typst-preview","latency","https","low","preview","via","enable","whether","nvim","com","neovim","typst"],"title_tokens":["languages","typst-preview-nvim","option","typst","extensions","vim","enable"],"anchors":[]},{"id":"965","title":"Option: vim.languages.typst.extensions.typst-preview-nvim.setupOpts","content":"Option table to pass into the setup function of typst-preview-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-languages-typst-extensions-typst-preview-nvim-setupOpts","tokens":["additional","function","you","option","not","listed","pass","can","the","they","table","options","into","typst-preview-nvim","setup","docs","any","even"],"title_tokens":["option","typst-preview-nvim","setupopts","languages","extensions","typst","vim"],"anchors":[]},{"id":"966","title":"Option: vim.languages.typst.extensions.typst-preview-nvim.setupOpts.dependencies_bin","content":"Provide the path to binaries for dependencies. Setting this to a non-null value will skip the download of the binary by the plugin.","path":"options.html#option-vim-languages-typst-extensions-typst-preview-nvim-setupOpts-dependencies_bin","tokens":["setting","plugin","dependencies","provide","binaries","value","this","download","path","the","binary","for","will","skip","non-null"],"title_tokens":["option","vim","languages","extensions","setupopts","dependencies_bin","typst-preview-nvim","typst"],"anchors":[]},{"id":"967","title":"Option: vim.languages.typst.extensions.typst-preview-nvim.setupOpts.extra_args","content":"A list of extra arguments (or null) to be passed to previewer","path":"options.html#option-vim-languages-typst-extensions-typst-preview-nvim-setupOpts-extra_args","tokens":["extra","list","null","passed","previewer","arguments"],"title_tokens":["extra_args","option","vim","languages","typst","extensions","setupopts","typst-preview-nvim"],"anchors":[]},{"id":"968","title":"Option: vim.languages.typst.extensions.typst-preview-nvim.setupOpts.open_cmd","content":"Custom format string to open the output link provided with %s","path":"options.html#option-vim-languages-typst-extensions-typst-preview-nvim-setupOpts-open_cmd","tokens":["format","provided","with","the","link","custom","string","open","output"],"title_tokens":["languages","typst-preview-nvim","option","typst","extensions","setupopts","open_cmd","vim"],"anchors":[]},{"id":"969","title":"Option: vim.languages.typst.format.enable","content":"Whether to enable Typst document formatting.","path":"options.html#option-vim-languages-typst-format-enable","tokens":["typst","document","formatting","enable","whether"],"title_tokens":["vim","languages","typst","format","enable","option"],"anchors":[]},{"id":"970","title":"Option: vim.languages.typst.format.type","content":"Typst formatter to use","path":"options.html#option-vim-languages-typst-format-type","tokens":["formatter","use","typst"],"title_tokens":["option","typst","format","type","vim","languages"],"anchors":[]},{"id":"971","title":"Option: vim.languages.typst.lsp.enable","content":"Whether to enable Typst LSP support (typst-lsp).","path":"options.html#option-vim-languages-typst-lsp-enable","tokens":["typst","enable","support","whether","lsp","typst-lsp"],"title_tokens":["vim","languages","lsp","option","enable","typst"],"anchors":[]},{"id":"972","title":"Option: vim.languages.typst.lsp.servers","content":"Typst LSP server to use","path":"options.html#option-vim-languages-typst-lsp-servers","tokens":["typst","server","lsp","use"],"title_tokens":["languages","vim","typst","servers","option","lsp"],"anchors":[]},{"id":"973","title":"Option: vim.languages.typst.treesitter.enable","content":"Whether to enable Typst treesitter.","path":"options.html#option-vim-languages-typst-treesitter-enable","tokens":["typst","enable","whether","treesitter"],"title_tokens":["enable","option","vim","languages","typst","treesitter"],"anchors":[]},{"id":"974","title":"Option: vim.languages.typst.treesitter.package","content":"The typst treesitter package to use.","path":"options.html#option-vim-languages-typst-treesitter-package","tokens":["use","typst","treesitter","package","the"],"title_tokens":["treesitter","languages","option","vim","typst","package"],"anchors":[]},{"id":"975","title":"Option: vim.languages.vala.enable","content":"Whether to enable Vala language support.","path":"options.html#option-vim-languages-vala-enable","tokens":["enable","vala","whether","language","support"],"title_tokens":["languages","option","vim","vala","enable"],"anchors":[]},{"id":"976","title":"Option: vim.languages.vala.lsp.enable","content":"Whether to enable Vala LSP support.","path":"options.html#option-vim-languages-vala-lsp-enable","tokens":["whether","vala","lsp","support","enable"],"title_tokens":["enable","option","vim","languages","lsp","vala"],"anchors":[]},{"id":"977","title":"Option: vim.languages.vala.lsp.servers","content":"Vala LSP server to use","path":"options.html#option-vim-languages-vala-lsp-servers","tokens":["vala","use","server","lsp"],"title_tokens":["vim","languages","vala","option","lsp","servers"],"anchors":[]},{"id":"978","title":"Option: vim.languages.vala.treesitter.enable","content":"Whether to enable Vala treesitter.","path":"options.html#option-vim-languages-vala-treesitter-enable","tokens":["vala","whether","enable","treesitter"],"title_tokens":["option","enable","languages","vala","vim","treesitter"],"anchors":[]},{"id":"979","title":"Option: vim.languages.vala.treesitter.package","content":"The vala treesitter package to use.","path":"options.html#option-vim-languages-vala-treesitter-package","tokens":["vala","the","treesitter","use","package"],"title_tokens":["languages","package","vim","option","vala","treesitter"],"anchors":[]},{"id":"980","title":"Option: vim.languages.wgsl.enable","content":"Whether to enable WGSL language support.","path":"options.html#option-vim-languages-wgsl-enable","tokens":["wgsl","enable","support","language","whether"],"title_tokens":["languages","option","enable","wgsl","vim"],"anchors":[]},{"id":"981","title":"Option: vim.languages.wgsl.lsp.enable","content":"Whether to enable WGSL LSP support.","path":"options.html#option-vim-languages-wgsl-lsp-enable","tokens":["wgsl","whether","enable","lsp","support"],"title_tokens":["wgsl","option","enable","vim","languages","lsp"],"anchors":[]},{"id":"982","title":"Option: vim.languages.wgsl.lsp.servers","content":"WGSL LSP server to use","path":"options.html#option-vim-languages-wgsl-lsp-servers","tokens":["lsp","server","use","wgsl"],"title_tokens":["vim","option","lsp","languages","servers","wgsl"],"anchors":[]},{"id":"983","title":"Option: vim.languages.wgsl.treesitter.enable","content":"Whether to enable WGSL treesitter.","path":"options.html#option-vim-languages-wgsl-treesitter-enable","tokens":["whether","enable","treesitter","wgsl"],"title_tokens":["treesitter","vim","option","languages","wgsl","enable"],"anchors":[]},{"id":"984","title":"Option: vim.languages.wgsl.treesitter.package","content":"The wgsl treesitter package to use.","path":"options.html#option-vim-languages-wgsl-treesitter-package","tokens":["treesitter","wgsl","the","use","package"],"title_tokens":["option","languages","wgsl","vim","package","treesitter"],"anchors":[]},{"id":"985","title":"Option: vim.languages.xml.enable","content":"Whether to enable XML language support.","path":"options.html#option-vim-languages-xml-enable","tokens":["whether","xml","enable","language","support"],"title_tokens":["vim","enable","xml","option","languages"],"anchors":[]},{"id":"986","title":"Option: vim.languages.xml.lsp.enable","content":"Whether to enable XML LSP support.","path":"options.html#option-vim-languages-xml-lsp-enable","tokens":["support","xml","enable","whether","lsp"],"title_tokens":["option","xml","languages","enable","lsp","vim"],"anchors":[]},{"id":"987","title":"Option: vim.languages.xml.lsp.servers","content":"XML LSP server to use","path":"options.html#option-vim-languages-xml-lsp-servers","tokens":["server","xml","use","lsp"],"title_tokens":["servers","option","languages","xml","vim","lsp"],"anchors":[]},{"id":"988","title":"Option: vim.languages.xml.treesitter.enable","content":"Whether to enable XML treesitter.","path":"options.html#option-vim-languages-xml-treesitter-enable","tokens":["xml","enable","whether","treesitter"],"title_tokens":["treesitter","vim","xml","languages","option","enable"],"anchors":[]},{"id":"989","title":"Option: vim.languages.xml.treesitter.package","content":"The xml treesitter package to use.","path":"options.html#option-vim-languages-xml-treesitter-package","tokens":["xml","treesitter","package","use","the"],"title_tokens":["xml","languages","vim","option","treesitter","package"],"anchors":[]},{"id":"990","title":"Option: vim.languages.yaml.enable","content":"Whether to enable YAML language support.","path":"options.html#option-vim-languages-yaml-enable","tokens":["whether","yaml","enable","language","support"],"title_tokens":["vim","languages","option","yaml","enable"],"anchors":[]},{"id":"991","title":"Option: vim.languages.yaml.lsp.enable","content":"Whether to enable Yaml LSP support.","path":"options.html#option-vim-languages-yaml-lsp-enable","tokens":["enable","support","lsp","yaml","whether"],"title_tokens":["yaml","lsp","enable","option","vim","languages"],"anchors":[]},{"id":"992","title":"Option: vim.languages.yaml.lsp.servers","content":"Yaml LSP server to use","path":"options.html#option-vim-languages-yaml-lsp-servers","tokens":["lsp","use","server","yaml"],"title_tokens":["languages","option","lsp","vim","servers","yaml"],"anchors":[]},{"id":"993","title":"Option: vim.languages.yaml.treesitter.enable","content":"Whether to enable YAML treesitter.","path":"options.html#option-vim-languages-yaml-treesitter-enable","tokens":["treesitter","enable","yaml","whether"],"title_tokens":["vim","languages","option","yaml","treesitter","enable"],"anchors":[]},{"id":"994","title":"Option: vim.languages.yaml.treesitter.package","content":"The yaml treesitter package to use.","path":"options.html#option-vim-languages-yaml-treesitter-package","tokens":["package","treesitter","the","yaml","use"],"title_tokens":["vim","languages","option","treesitter","package","yaml"],"anchors":[]},{"id":"995","title":"Option: vim.languages.zig.dap.debugger","content":"Zig debugger to use","path":"options.html#option-vim-languages-zig-dap-debugger","tokens":["use","debugger","zig"],"title_tokens":["languages","debugger","dap","option","zig","vim"],"anchors":[]},{"id":"996","title":"Option: vim.languages.zig.dap.enable","content":"Enable Zig Debug Adapter","path":"options.html#option-vim-languages-zig-dap-enable","tokens":["adapter","zig","enable","debug"],"title_tokens":["languages","option","dap","vim","enable","zig"],"anchors":[]},{"id":"997","title":"Option: vim.languages.zig.dap.package","content":"Zig debugger package.","path":"options.html#option-vim-languages-zig-dap-package","tokens":["package","zig","debugger"],"title_tokens":["zig","vim","dap","package","option","languages"],"anchors":[]},{"id":"998","title":"Option: vim.languages.zig.enable","content":"Whether to enable Zig language support.","path":"options.html#option-vim-languages-zig-enable","tokens":["language","support","whether","enable","zig"],"title_tokens":["option","languages","zig","vim","enable"],"anchors":[]},{"id":"999","title":"Option: vim.languages.zig.lsp.enable","content":"Whether to enable Zig LSP support.","path":"options.html#option-vim-languages-zig-lsp-enable","tokens":["enable","zig","whether","lsp","support"],"title_tokens":["option","lsp","vim","enable","zig","languages"],"anchors":[]},{"id":"1000","title":"Option: vim.languages.zig.lsp.servers","content":"Zig LSP server to use","path":"options.html#option-vim-languages-zig-lsp-servers","tokens":["zig","use","lsp","server"],"title_tokens":["zig","lsp","vim","languages","option","servers"],"anchors":[]},{"id":"1001","title":"Option: vim.languages.zig.treesitter.enable","content":"Whether to enable Zig treesitter.","path":"options.html#option-vim-languages-zig-treesitter-enable","tokens":["whether","enable","zig","treesitter"],"title_tokens":["treesitter","languages","enable","option","vim","zig"],"anchors":[]},{"id":"1002","title":"Option: vim.languages.zig.treesitter.package","content":"The zig treesitter package to use.","path":"options.html#option-vim-languages-zig-treesitter-package","tokens":["use","zig","the","package","treesitter"],"title_tokens":["zig","languages","treesitter","vim","package","option"],"anchors":[]},{"id":"1003","title":"Option: vim.lazy.enable","content":"Whether to enable plugin lazy-loading via lz.n and lzn-auto-require.","path":"options.html#option-vim-lazy-enable","tokens":["and","lzn-auto-require","plugin","enable","via","whether","lazy-loading"],"title_tokens":["vim","enable","lazy","option"],"anchors":[]},{"id":"1004","title":"Option: vim.lazy.enableLznAutoRequire","content":"Enable lzn-auto-require. Since builtin plugins rely on this, only turn off for debugging.","path":"options.html#option-vim-lazy-enableLznAutoRequire","tokens":["plugins","enable","turn","rely","builtin","this","only","off","debugging","lzn-auto-require","since","for"],"title_tokens":["lazy","option","enablelznautorequire","vim"],"anchors":[]},{"id":"1005","title":"Option: vim.lazy.loader","content":"Lazy loader to use","path":"options.html#option-vim-lazy-loader","tokens":["loader","use","lazy"],"title_tokens":["vim","loader","option","lazy"],"anchors":[]},{"id":"1006","title":"Option: vim.lazy.plugins","content":"Plugins to lazy load.\nThe attribute key is used as the plugin name: for the default vim.g.lz_n.load function this should be either the package.pname or package.name.","path":"options.html#option-vim-lazy-plugins","tokens":["lz_n","lazy","plugin","for","the","load","name","plugins","attribute","key","default","function","either","package","should","vim","used","pname","this"],"title_tokens":["option","vim","lazy","plugins"],"anchors":[]},{"id":"1007","title":"Option: vim.lazy.plugins.<name>.after","content":"Lua code to run after plugin is loaded. This will be wrapped in a function.\nIf {option}vim.lazy.plugins._name_.setupModule is provided, the setup will be ran before after.","path":"options.html#option-vim-lazy-plugins--after","tokens":["option","after","plugins","run","ran","code","function","plugin","_name_","setupmodule","provided","setup","wrapped","the","loaded","lazy","vim","lua","before","this","will"],"title_tokens":["lazy","after","plugins","name","vim","option"],"anchors":[]},{"id":"1008","title":"Option: vim.lazy.plugins.<name>.before","content":"Lua code to run before plugin is loaded. This will be wrapped in a function.","path":"options.html#option-vim-lazy-plugins--before","tokens":["code","run","plugin","lua","this","wrapped","loaded","before","will","function"],"title_tokens":["option","vim","plugins","name","before","lazy"],"anchors":[]},{"id":"1009","title":"Option: vim.lazy.plugins.<name>.beforeAll","content":"Lua code to run before any plugins are loaded. This will be wrapped in a function.","path":"options.html#option-vim-lazy-plugins--beforeAll","tokens":["before","any","wrapped","lua","this","will","run","code","are","function","loaded","plugins"],"title_tokens":["option","lazy","name","beforeall","plugins","vim"],"anchors":[]},{"id":"1010","title":"Option: vim.lazy.plugins.<name>.beforeSetup","content":"Lua code to run after the plugin is loaded, but before the setup function is called.","path":"options.html#option-vim-lazy-plugins--beforeSetup","tokens":["code","after","but","plugin","setup","loaded","the","before","function","run","lua","called"],"title_tokens":["plugins","vim","option","lazy","name","beforesetup"],"anchors":[]},{"id":"1011","title":"Option: vim.lazy.plugins.<name>.cmd","content":"Lazy-load on command","path":"options.html#option-vim-lazy-plugins--cmd","tokens":["lazy-load","command"],"title_tokens":["name","vim","option","lazy","plugins","cmd"],"anchors":[]},{"id":"1012","title":"Option: vim.lazy.plugins.<name>.colorscheme","content":"Lazy-load on colorscheme.","path":"options.html#option-vim-lazy-plugins--colorscheme","tokens":["lazy-load","colorscheme"],"title_tokens":["name","lazy","plugins","vim","option","colorscheme"],"anchors":[]},{"id":"1013","title":"Option: vim.lazy.plugins.<name>.enabled","content":"When false, or if the lua function returns false, this plugin will not be included in the spec","path":"options.html#option-vim-lazy-plugins--enabled","tokens":["spec","this","will","when","function","not","plugin","returns","the","false","lua","included"],"title_tokens":["vim","option","lazy","name","enabled","plugins"],"anchors":[]},{"id":"1014","title":"Option: vim.lazy.plugins.<name>.event","content":"Lazy-load on event","path":"options.html#option-vim-lazy-plugins--event","tokens":["event","lazy-load"],"title_tokens":["plugins","option","name","vim","lazy","event"],"anchors":[]},{"id":"1015","title":"Option: vim.lazy.plugins.<name>.ft","content":"Lazy-load on filetype","path":"options.html#option-vim-lazy-plugins--ft","tokens":["lazy-load","filetype"],"title_tokens":["vim","lazy","plugins","name","option"],"anchors":[]},{"id":"1016","title":"Option: vim.lazy.plugins.<name>.keys","content":"Lazy-load on key mapping","path":"options.html#option-vim-lazy-plugins--keys","tokens":["key","lazy-load","mapping"],"title_tokens":["option","vim","lazy","keys","plugins","name"],"anchors":[]},{"id":"1017","title":"Option: vim.lazy.plugins.<name>.lazy","content":"Force enable/disable lazy-loading. null means only lazy-load if a valid lazy-load condition is set e.g. cmd, ft, keys etc.","path":"options.html#option-vim-lazy-plugins--lazy","tokens":["means","only","enable","lazy-load","cmd","keys","disable","force","set","valid","etc","condition","lazy-loading","null"],"title_tokens":["lazy","plugins","vim","name","option"],"anchors":[]},{"id":"1018","title":"Option: vim.lazy.plugins.<name>.load","content":"Lua code to override the vim.g.lz_n.load() function for a single plugin.\nThis will be wrapped in a function(name) ... end.","path":"options.html#option-vim-lazy-plugins--load","tokens":["load","lua","lz_n","code","end","vim","the","plugin","this","name","single","wrapped","will","function","override","for"],"title_tokens":["name","option","plugins","vim","lazy","load"],"anchors":[]},{"id":"1019","title":"Option: vim.lazy.plugins.<name>.package","content":"Plugin package.\nIf null, a custom load function must be provided","path":"options.html#option-vim-lazy-plugins--package","tokens":["provided","package","load","custom","must","plugin","function","null"],"title_tokens":["lazy","plugins","name","option","package","vim"],"anchors":[]},{"id":"1020","title":"Option: vim.lazy.plugins.<name>.priority","content":"Only useful for stat plugins (not lazy-loaded) to force loading certain plugins first.","path":"options.html#option-vim-lazy-plugins--priority","tokens":["useful","only","for","certain","not","force","lazy-loaded","plugins","loading","first","stat"],"title_tokens":["option","vim","plugins","lazy","priority","name"],"anchors":[]},{"id":"1021","title":"Option: vim.lazy.plugins.<name>.setupModule","content":"Lua module to run setup function on.","path":"options.html#option-vim-lazy-plugins--setupModule","tokens":["module","run","lua","function","setup"],"title_tokens":["plugins","vim","name","setupmodule","option","lazy"],"anchors":[]},{"id":"1022","title":"Option: vim.lazy.plugins.<name>.setupOpts","content":"Options to pass to the setup function","path":"options.html#option-vim-lazy-plugins--setupOpts","tokens":["the","options","setup","function","pass"],"title_tokens":["vim","plugins","setupopts","name","option","lazy"],"anchors":[]},{"id":"1023","title":"Option: vim.lineNumberMode","content":"How line numbers are displayed.","path":"options.html#option-vim-lineNumberMode","tokens":["how","are","displayed","numbers","line"],"title_tokens":["option","linenumbermode","vim"],"anchors":[]},{"id":"1024","title":"Option: vim.lsp.enable","content":"Whether to enable global LSP functionality for Neovim.\nThis option controls whether to enable LSP functionality within modules under {option}vim.languages. You do not need to set this to true for language servers defined in {option}vim.lsp.servers to take effect, since they are enabled automatically. .","path":"options.html#option-vim-lsp-enable","tokens":["since","global","servers","they","lsp","effect","functionality","not","controls","enabled","this","defined","vim","true","you","set","enable","need","language","option","under","languages","whether","for","are","automatically","take","within","modules","neovim"],"title_tokens":["lsp","vim","enable","option"],"anchors":[]},{"id":"1025","title":"Option: vim.lsp.formatOnSave","content":"Whether to enable format on save.","path":"options.html#option-vim-lsp-formatOnSave","tokens":["whether","save","format","enable"],"title_tokens":["formatonsave","option","vim","lsp"],"anchors":[]},{"id":"1026","title":"Option: vim.lsp.harper-ls.enable","content":"Whether to enable Harper grammar checking LSP.","path":"options.html#option-vim-lsp-harper-ls-enable","tokens":["checking","harper","grammar","lsp","whether","enable"],"title_tokens":["vim","enable","option","harper-ls","lsp"],"anchors":[]},{"id":"1027","title":"Option: vim.lsp.harper-ls.settings","content":"Settings to pass to harper-ls","path":"options.html#option-vim-lsp-harper-ls-settings","tokens":["settings","pass","harper-ls"],"title_tokens":["harper-ls","lsp","settings","option","vim"],"anchors":[]},{"id":"1028","title":"Option: vim.lsp.inlayHints.enable","content":"Whether to enable inlay hints.","path":"options.html#option-vim-lsp-inlayHints-enable","tokens":["enable","hints","whether","inlay"],"title_tokens":["option","lsp","vim","inlayhints","enable"],"anchors":[]},{"id":"1029","title":"Option: vim.lsp.lightbulb.autocmd.enable","content":"Whether to enable updating lightbulb glyph automatically.","path":"options.html#option-vim-lsp-lightbulb-autocmd-enable","tokens":["enable","glyph","whether","updating","automatically","lightbulb"],"title_tokens":["autocmd","lsp","lightbulb","enable","vim","option"],"anchors":[]},{"id":"1030","title":"Option: vim.lsp.lightbulb.autocmd.events","content":"Events on which to update nvim-lightbulb glyphs","path":"options.html#option-vim-lsp-lightbulb-autocmd-events","tokens":["which","events","update","glyphs","nvim-lightbulb"],"title_tokens":["events","vim","autocmd","option","lsp","lightbulb"],"anchors":[]},{"id":"1031","title":"Option: vim.lsp.lightbulb.autocmd.pattern","content":"File patterns or buffer names to match, determining which files or buffers trigger glyph updates.","path":"options.html#option-vim-lsp-lightbulb-autocmd-pattern","tokens":["determining","file","trigger","buffers","which","patterns","updates","buffer","names","glyph","files","match"],"title_tokens":["option","vim","lsp","autocmd","lightbulb","pattern"],"anchors":[]},{"id":"1032","title":"Option: vim.lsp.lightbulb.enable","content":"Whether to enable Lightbulb for code actions. Requires an emoji font.","path":"options.html#option-vim-lsp-lightbulb-enable","tokens":["for","emoji","font","actions","whether","lightbulb","code","enable","requires"],"title_tokens":["enable","option","lightbulb","vim","lsp"],"anchors":[]},{"id":"1033","title":"Option: vim.lsp.lightbulb.setupOpts","content":"Option table to pass into the setup function of nvim-lightbulb\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-lightbulb-setupOpts","tokens":["table","listed","pass","even","additional","nvim-lightbulb","you","options","into","the","setup","option","they","function","any","can","not","docs"],"title_tokens":["setupopts","option","vim","lsp","lightbulb"],"anchors":[]},{"id":"1034","title":"Option: vim.lsp.lspSignature.enable","content":"Whether to enable lsp signature viewer.","path":"options.html#option-vim-lsp-lspSignature-enable","tokens":["enable","signature","lsp","viewer","whether"],"title_tokens":["lspsignature","option","vim","lsp","enable"],"anchors":[]},{"id":"1035","title":"Option: vim.lsp.lspSignature.setupOpts","content":"Option table to pass into the setup function of lsp-signature\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-lspSignature-setupOpts","tokens":["function","can","setup","the","you","options","not","listed","additional","any","table","lsp-signature","even","into","pass","option","docs","they"],"title_tokens":["vim","lspsignature","lsp","option","setupopts"],"anchors":[]},{"id":"1036","title":"Option: vim.lsp.lspconfig.enable","content":"Whether to enable nvim-lspconfig, also enabled automatically.","path":"options.html#option-vim-lsp-lspconfig-enable","tokens":["also","automatically","whether","enable","nvim-lspconfig","enabled"],"title_tokens":["vim","enable","lspconfig","option","lsp"],"anchors":[]},{"id":"1037","title":"Option: vim.lsp.lspconfig.sources","content":"nvim-lspconfig sources","path":"options.html#option-vim-lsp-lspconfig-sources","tokens":["sources","nvim-lspconfig"],"title_tokens":["sources","vim","lspconfig","lsp","option"],"anchors":[]},{"id":"1038","title":"Option: vim.lsp.lspkind.enable","content":"Whether to enable vscode-like pictograms for lsp [lspkind].","path":"options.html#option-vim-lsp-lspkind-enable","tokens":["lspkind","whether","for","vscode-like","enable","pictograms","lsp"],"title_tokens":["lspkind","option","vim","lsp","enable"],"anchors":[]},{"id":"1039","title":"Option: vim.lsp.lspkind.setupOpts","content":"Option table to pass into the setup function of lspkind.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-lspkind-setupOpts","tokens":["even","options","option","function","can","lspkind","pass","into","any","additional","you","they","not","docs","the","listed","setup","nvim","table"],"title_tokens":["lspkind","option","vim","lsp","setupopts"],"anchors":[]},{"id":"1040","title":"Option: vim.lsp.lspkind.setupOpts.before","content":"The function that will be called before lspkind's modifications are applied","path":"options.html#option-vim-lsp-lspkind-setupOpts-before","tokens":["the","that","function","will","called","modifications","are","before","lspkind","applied"],"title_tokens":["vim","setupopts","lsp","before","option","lspkind"],"anchors":[]},{"id":"1041","title":"Option: vim.lsp.lspkind.setupOpts.mode","content":"Defines how annotations are shown","path":"options.html#option-vim-lsp-lspkind-setupOpts-mode","tokens":["annotations","how","shown","are","defines"],"title_tokens":["lspkind","setupopts","option","mode","lsp","vim"],"anchors":[]},{"id":"1042","title":"Option: vim.lsp.lspsaga.enable","content":"Whether to enable LSP Saga.","path":"options.html#option-vim-lsp-lspsaga-enable","tokens":["whether","enable","lsp","saga"],"title_tokens":["lsp","enable","lspsaga","vim","option"],"anchors":[]},{"id":"1043","title":"Option: vim.lsp.lspsaga.setupOpts","content":"Option table to pass into the setup function of lspsaga\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-lspsaga-setupOpts","tokens":["lspsaga","even","function","setup","options","option","into","table","you","can","additional","not","pass","docs","the","any","listed","they"],"title_tokens":["lspsaga","lsp","vim","option","setupopts"],"anchors":[]},{"id":"1044","title":"Option: vim.lsp.lspsaga.setupOpts.border_style","content":"Border type, see {command}:help nvim_open_win","path":"options.html#option-vim-lsp-lspsaga-setupOpts-border_style","tokens":["nvim_open_win","type","help","border","see","command"],"title_tokens":["vim","border_style","lspsaga","lsp","option","setupopts"],"anchors":[]},{"id":"1045","title":"Option: vim.lsp.mappings.addWorkspaceFolder","content":"Add workspace folder","path":"options.html#option-vim-lsp-mappings-addWorkspaceFolder","tokens":["folder","workspace","add"],"title_tokens":["mappings","lsp","option","addworkspacefolder","vim"],"anchors":[]},{"id":"1046","title":"Option: vim.lsp.mappings.codeAction","content":"Code action","path":"options.html#option-vim-lsp-mappings-codeAction","tokens":["action","code"],"title_tokens":["option","vim","mappings","codeaction","lsp"],"anchors":[]},{"id":"1047","title":"Option: vim.lsp.mappings.documentHighlight","content":"Document highlight","path":"options.html#option-vim-lsp-mappings-documentHighlight","tokens":["document","highlight"],"title_tokens":["documenthighlight","lsp","vim","option","mappings"],"anchors":[]},{"id":"1048","title":"Option: vim.lsp.mappings.format","content":"Format","path":"options.html#option-vim-lsp-mappings-format","tokens":["format"],"title_tokens":["option","vim","format","lsp","mappings"],"anchors":[]},{"id":"1049","title":"Option: vim.lsp.mappings.goToDeclaration","content":"Go to declaration","path":"options.html#option-vim-lsp-mappings-goToDeclaration","tokens":["declaration"],"title_tokens":["gotodeclaration","vim","option","lsp","mappings"],"anchors":[]},{"id":"1050","title":"Option: vim.lsp.mappings.goToDefinition","content":"Go to definition","path":"options.html#option-vim-lsp-mappings-goToDefinition","tokens":["definition"],"title_tokens":["gotodefinition","mappings","lsp","option","vim"],"anchors":[]},{"id":"1051","title":"Option: vim.lsp.mappings.goToType","content":"Go to type","path":"options.html#option-vim-lsp-mappings-goToType","tokens":["type"],"title_tokens":["option","vim","lsp","gototype","mappings"],"anchors":[]},{"id":"1052","title":"Option: vim.lsp.mappings.hover","content":"Trigger hover","path":"options.html#option-vim-lsp-mappings-hover","tokens":["hover","trigger"],"title_tokens":["vim","mappings","hover","option","lsp"],"anchors":[]},{"id":"1053","title":"Option: vim.lsp.mappings.listDocumentSymbols","content":"List document symbols","path":"options.html#option-vim-lsp-mappings-listDocumentSymbols","tokens":["document","symbols","list"],"title_tokens":["option","listdocumentsymbols","lsp","mappings","vim"],"anchors":[]},{"id":"1054","title":"Option: vim.lsp.mappings.listImplementations","content":"List implementations","path":"options.html#option-vim-lsp-mappings-listImplementations","tokens":["list","implementations"],"title_tokens":["vim","listimplementations","lsp","mappings","option"],"anchors":[]},{"id":"1055","title":"Option: vim.lsp.mappings.listReferences","content":"List references","path":"options.html#option-vim-lsp-mappings-listReferences","tokens":["list","references"],"title_tokens":["mappings","option","vim","listreferences","lsp"],"anchors":[]},{"id":"1056","title":"Option: vim.lsp.mappings.listWorkspaceFolders","content":"List workspace folders","path":"options.html#option-vim-lsp-mappings-listWorkspaceFolders","tokens":["folders","list","workspace"],"title_tokens":["vim","option","mappings","listworkspacefolders","lsp"],"anchors":[]},{"id":"1057","title":"Option: vim.lsp.mappings.listWorkspaceSymbols","content":"List workspace symbols","path":"options.html#option-vim-lsp-mappings-listWorkspaceSymbols","tokens":["list","symbols","workspace"],"title_tokens":["vim","lsp","option","mappings","listworkspacesymbols"],"anchors":[]},{"id":"1058","title":"Option: vim.lsp.mappings.nextDiagnostic","content":"Go to next diagnostic","path":"options.html#option-vim-lsp-mappings-nextDiagnostic","tokens":["diagnostic","next"],"title_tokens":["vim","mappings","lsp","nextdiagnostic","option"],"anchors":[]},{"id":"1059","title":"Option: vim.lsp.mappings.openDiagnosticFloat","content":"Open diagnostic float","path":"options.html#option-vim-lsp-mappings-openDiagnosticFloat","tokens":["diagnostic","open","float"],"title_tokens":["option","mappings","vim","opendiagnosticfloat","lsp"],"anchors":[]},{"id":"1060","title":"Option: vim.lsp.mappings.previousDiagnostic","content":"Go to previous diagnostic","path":"options.html#option-vim-lsp-mappings-previousDiagnostic","tokens":["diagnostic","previous"],"title_tokens":["mappings","lsp","option","previousdiagnostic","vim"],"anchors":[]},{"id":"1061","title":"Option: vim.lsp.mappings.removeWorkspaceFolder","content":"Remove workspace folder","path":"options.html#option-vim-lsp-mappings-removeWorkspaceFolder","tokens":["workspace","folder","remove"],"title_tokens":["lsp","vim","option","removeworkspacefolder","mappings"],"anchors":[]},{"id":"1062","title":"Option: vim.lsp.mappings.renameSymbol","content":"Rename symbol","path":"options.html#option-vim-lsp-mappings-renameSymbol","tokens":["rename","symbol"],"title_tokens":["option","renamesymbol","vim","lsp","mappings"],"anchors":[]},{"id":"1063","title":"Option: vim.lsp.mappings.signatureHelp","content":"Signature help","path":"options.html#option-vim-lsp-mappings-signatureHelp","tokens":["help","signature"],"title_tokens":["option","lsp","signaturehelp","mappings","vim"],"anchors":[]},{"id":"1064","title":"Option: vim.lsp.mappings.toggleFormatOnSave","content":"Toggle format on save","path":"options.html#option-vim-lsp-mappings-toggleFormatOnSave","tokens":["format","save","toggle"],"title_tokens":["toggleformatonsave","lsp","option","vim","mappings"],"anchors":[]},{"id":"1065","title":"Option: vim.lsp.null-ls.enable","content":"Whether to enable null-ls, plugin to use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. .","path":"options.html#option-vim-lsp-null-ls-enable","tokens":["enable","use","actions","diagnostics","and","server","whether","lsp","language","code","via","inject","null-ls","plugin","neovim","more","lua"],"title_tokens":["vim","option","null-ls","enable","lsp"],"anchors":[]},{"id":"1066","title":"Option: vim.lsp.null-ls.setupOpts","content":"Option table to pass into the setup function of null-ls\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-null-ls-setupOpts","tokens":["into","can","any","additional","docs","option","pass","the","even","setup","options","listed","you","null-ls","they","table","function","not"],"title_tokens":["null-ls","vim","lsp","setupopts","option"],"anchors":[]},{"id":"1067","title":"Option: vim.lsp.null-ls.setupOpts.debounce","content":"Amount of time between the last change to a buffer and the next textDocument/didChange notification.","path":"options.html#option-vim-lsp-null-ls-setupOpts-debounce","tokens":["and","between","amount","didchange","textdocument","notification","buffer","next","time","the","last","change"],"title_tokens":["null-ls","debounce","lsp","option","vim","setupopts"],"anchors":[]},{"id":"1068","title":"Option: vim.lsp.null-ls.setupOpts.debug","content":"Whether to enable debugging information for null-ls.\nDisplays all possible log messages and writes them to the null-ls log, which you can view with the command :NullLsLog .","path":"options.html#option-vim-lsp-null-ls-setupOpts-debug","tokens":["whether","enable","which","the","debugging","all","with","you","view","writes","and","null-ls","displays","can","nulllslog","information","possible","log","command","them","for","messages"],"title_tokens":["vim","debug","option","lsp","setupopts","null-ls"],"anchors":[]},{"id":"1069","title":"Option: vim.lsp.null-ls.setupOpts.default_timeout","content":"Amount of time (in milliseconds) after which built-in sources will time out.\n:::{.note} Built-in sources can define their own timeout period and users can override the timeout period on a per-source basis :::","path":"options.html#option-vim-lsp-null-ls-setupOpts-default_timeout","tokens":["and","override","built-in","define","sources","will","note","users","their","out","the","time","period","per-source","which","own","can","after","timeout","milliseconds","amount","basis"],"title_tokens":["default_timeout","vim","null-ls","lsp","setupopts","option"],"anchors":[]},{"id":"1070","title":"Option: vim.lsp.null-ls.setupOpts.diagnostics_format","content":"Sets the default format used for diagnostics. null-ls will replace th e following special components with the relevant diagnostic information:\n#{m}: message\n#{s}: source name (defaults to null-ls if not specified)\n#{c}: code (if available)","path":"options.html#option-vim-lsp-null-ls-setupOpts-diagnostics_format","tokens":["used","name","following","will","special","source","specified","default","code","the","relevant","available","replace","with","diagnostics","format","sets","for","null-ls","diagnostic","components","information","message","defaults","not"],"title_tokens":["vim","option","lsp","null-ls","setupopts","diagnostics_format"],"anchors":[]},{"id":"1071","title":"Option: vim.lsp.null-ls.setupOpts.on_attach","content":"Defines an on_attach callback to run whenever null-ls attaches to a buffer.","path":"options.html#option-vim-lsp-null-ls-setupOpts-on_attach","tokens":["callback","buffer","null-ls","run","defines","whenever","attaches","on_attach"],"title_tokens":["on_attach","null-ls","lsp","option","vim","setupopts"],"anchors":[]},{"id":"1072","title":"Option: vim.lsp.null-ls.setupOpts.sources","content":"Sources for null-ls to register","path":"options.html#option-vim-lsp-null-ls-setupOpts-sources","tokens":["null-ls","for","sources","register"],"title_tokens":["lsp","null-ls","setupopts","option","vim","sources"],"anchors":[]},{"id":"1073","title":"Option: vim.lsp.nvim-docs-view.enable","content":"Whether to enable nvim-docs-view, for displaying lsp hover documentation in a side panel..","path":"options.html#option-vim-lsp-nvim-docs-view-enable","tokens":["lsp","enable","whether","documentation","nvim-docs-view","displaying","for","hover","side","panel"],"title_tokens":["enable","option","lsp","vim","nvim-docs-view"],"anchors":[]},{"id":"1074","title":"Option: vim.lsp.nvim-docs-view.mappings.viewToggle","content":"Open or close the docs view panel","path":"options.html#option-vim-lsp-nvim-docs-view-mappings-viewToggle","tokens":["close","docs","open","view","the","panel"],"title_tokens":["mappings","viewtoggle","lsp","option","vim","nvim-docs-view"],"anchors":[]},{"id":"1075","title":"Option: vim.lsp.nvim-docs-view.mappings.viewUpdate","content":"Manually update the docs view panel","path":"options.html#option-vim-lsp-nvim-docs-view-mappings-viewUpdate","tokens":["docs","view","panel","manually","update","the"],"title_tokens":["vim","option","mappings","viewupdate","lsp","nvim-docs-view"],"anchors":[]},{"id":"1076","title":"Option: vim.lsp.nvim-docs-view.setupOpts","content":"Option table to pass into the setup function of nvim-docs-view\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-nvim-docs-view-setupOpts","tokens":["they","setup","table","even","option","any","the","can","function","not","pass","you","nvim-docs-view","additional","into","options","docs","listed"],"title_tokens":["lsp","setupopts","vim","option","nvim-docs-view"],"anchors":[]},{"id":"1077","title":"Option: vim.lsp.nvim-docs-view.setupOpts.height","content":"Height of the docs view panel if the position is set to either top or bottom","path":"options.html#option-vim-lsp-nvim-docs-view-setupOpts-height","tokens":["top","docs","height","the","view","bottom","panel","either","set","position"],"title_tokens":["vim","setupopts","option","nvim-docs-view","lsp","height"],"anchors":[]},{"id":"1078","title":"Option: vim.lsp.nvim-docs-view.setupOpts.position","content":"Where to open the docs view panel","path":"options.html#option-vim-lsp-nvim-docs-view-setupOpts-position","tokens":["docs","panel","where","open","the","view"],"title_tokens":["option","nvim-docs-view","setupopts","position","vim","lsp"],"anchors":[]},{"id":"1079","title":"Option: vim.lsp.nvim-docs-view.setupOpts.update_mode","content":"Determines the mechanism used to update the docs view panel content.\nIf auto, the content will update upon cursor move.\nIf manual, the content will only update once :DocsViewUpdate is called","path":"options.html#option-vim-lsp-nvim-docs-view-setupOpts-update_mode","tokens":["called","will","the","cursor","mechanism","update","panel","content","docsviewupdate","move","used","once","upon","auto","determines","docs","view","manual","only"],"title_tokens":["vim","lsp","update_mode","option","nvim-docs-view","setupopts"],"anchors":[]},{"id":"1080","title":"Option: vim.lsp.nvim-docs-view.setupOpts.width","content":"Width of the docs view panel if the position is set to either left or right","path":"options.html#option-vim-lsp-nvim-docs-view-setupOpts-width","tokens":["position","view","the","width","right","either","set","panel","left","docs"],"title_tokens":["option","width","lsp","vim","nvim-docs-view","setupopts"],"anchors":[]},{"id":"1081","title":"Option: vim.lsp.otter-nvim.enable","content":"Whether to enable lsp features and a code completion source for code embedded in other documents [otter-nvim] .","path":"options.html#option-vim-lsp-otter-nvim-enable","tokens":["embedded","and","documents","whether","for","otter-nvim","code","source","features","other","completion","lsp","enable"],"title_tokens":["vim","lsp","otter-nvim","option","enable"],"anchors":[]},{"id":"1082","title":"Option: vim.lsp.otter-nvim.mappings.toggle","content":"Activate LSP on Cursor Position [otter-nvim]","path":"options.html#option-vim-lsp-otter-nvim-mappings-toggle","tokens":["lsp","position","otter-nvim","cursor","activate"],"title_tokens":["otter-nvim","option","mappings","toggle","vim","lsp"],"anchors":[]},{"id":"1083","title":"Option: vim.lsp.otter-nvim.setupOpts","content":"Option table to pass into the setup function of otter.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-otter-nvim-setupOpts","tokens":["can","even","you","docs","not","additional","listed","nvim","the","setup","function","otter","any","they","options","into","option","pass","table"],"title_tokens":["option","vim","lsp","otter-nvim","setupopts"],"anchors":[]},{"id":"1084","title":"Option: vim.lsp.otter-nvim.setupOpts.buffers.write_to_disk","content":"write .otter. files to disk on save of main buffer. Useful for some linters that require actual files. Otter files are deleted on quit or main buffer close","path":"options.html#option-vim-lsp-otter-nvim-setupOpts-buffers-write_to_disk","tokens":["that","write","files","save","buffer","some","quit","otter","main","linters","deleted","for","close","require","useful","disk","are","actual"],"title_tokens":["option","setupopts","lsp","buffers","vim","otter-nvim","write_to_disk"],"anchors":[]},{"id":"1085","title":"Option: vim.lsp.otter-nvim.setupOpts.handle_leading_whitespace","content":"otter may not work the way you expect when entire code blocks are indented (eg. in Org files) When true, otter handles these cases fully.","path":"options.html#option-vim-lsp-otter-nvim-setupOpts-handle_leading_whitespace","tokens":["may","cases","you","work","the","indented","not","when","org","true","way","these","expect","fully","code","otter","are","files","handles","entire","blocks"],"title_tokens":["lsp","option","vim","setupopts","otter-nvim","handle_leading_whitespace"],"anchors":[]},{"id":"1086","title":"Option: vim.lsp.otter-nvim.setupOpts.lsp.diagnostic_update_event","content":":h events that cause the diagnostic to update. Set to: {\"BufWritePost\", \"InsertLeave\", \"TextChanged\" } for less performant but more instant diagnostic updates","path":"options.html#option-vim-lsp-otter-nvim-setupOpts-lsp-diagnostic_update_event","tokens":["instant","cause","insertleave","performant","but","textchanged","events","that","set","for","updates","diagnostic","the","bufwritepost","more","update","less"],"title_tokens":["vim","lsp","diagnostic_update_event","setupopts","otter-nvim","option"],"anchors":[]},{"id":"1087","title":"Option: vim.lsp.otter-nvim.setupOpts.strip_wrapping_quote_characters","content":"","path":"options.html#option-vim-lsp-otter-nvim-setupOpts-strip_wrapping_quote_characters","tokens":[],"title_tokens":["strip_wrapping_quote_characters","vim","lsp","otter-nvim","option","setupopts"],"anchors":[]},{"id":"1088","title":"Option: vim.lsp.servers","content":"LSP configurations that will be managed using vim.lsp.config() and related utilities added in Neovim 0.11. LSPs defined here will be added to the resulting {file}init.lua using vim.lsp.config and enabled through vim.lsp.enable() API from Neovim below the configuration table.\nYou may review the generated configuration by running {command}nvf-print-config in a shell. Please see {command}:help lsp-config for more details on the underlying API.","path":"options.html#option-vim-lsp-servers","tokens":["you","lsp-config","through","lsps","using","the","enabled","will","nvf-print-config","help","see","file","enable","lsp","added","vim","related","configurations","neovim","defined","here","more","managed","resulting","init","details","and","underlying","review","shell","please","running","utilities","for","may","config","below","lua","command","generated","from","that","configuration","api","table"],"title_tokens":["option","lsp","vim","servers"],"anchors":[]},{"id":"1089","title":"Option: vim.lsp.servers.<name>.capabilities","content":"LSP capabilities to pass to LSP server configuration","path":"options.html#option-vim-lsp-servers--capabilities","tokens":["server","configuration","lsp","capabilities","pass"],"title_tokens":["option","vim","name","lsp","servers","capabilities"],"anchors":[]},{"id":"1090","title":"Option: vim.lsp.servers.<name>.cmd","content":"Command used to start the LSP server","path":"options.html#option-vim-lsp-servers--cmd","tokens":["command","used","server","the","lsp","start"],"title_tokens":["option","cmd","vim","name","lsp","servers"],"anchors":[]},{"id":"1091","title":"Option: vim.lsp.servers.<name>.enable","content":"Whether to enable this LSP server.","path":"options.html#option-vim-lsp-servers--enable","tokens":["this","enable","whether","lsp","server"],"title_tokens":["vim","servers","name","lsp","enable","option"],"anchors":[]},{"id":"1092","title":"Option: vim.lsp.servers.<name>.filetypes","content":"Filetypes to auto-attach LSP server in","path":"options.html#option-vim-lsp-servers--filetypes","tokens":["auto-attach","filetypes","lsp","server"],"title_tokens":["option","vim","lsp","servers","name","filetypes"],"anchors":[]},{"id":"1093","title":"Option: vim.lsp.servers.<name>.on_attach","content":"Function to execute when an LSP server attaches to a buffer","path":"options.html#option-vim-lsp-servers--on_attach","tokens":["execute","server","attaches","buffer","lsp","function","when"],"title_tokens":["option","servers","on_attach","name","lsp","vim"],"anchors":[]},{"id":"1094","title":"Option: vim.lsp.servers.<name>.root_markers","content":"\"root markers\" used to determine the root directory of the workspace, and the filetypes associated with this LSP server.","path":"options.html#option-vim-lsp-servers--root_markers","tokens":["with","root","used","directory","markers","filetypes","associated","and","this","workspace","determine","lsp","server","the"],"title_tokens":["option","vim","servers","lsp","name","root_markers"],"anchors":[]},{"id":"1095","title":"Option: vim.lsp.trouble.enable","content":"Whether to enable trouble diagnostics viewer.","path":"options.html#option-vim-lsp-trouble-enable","tokens":["enable","diagnostics","viewer","trouble","whether"],"title_tokens":["enable","vim","option","lsp","trouble"],"anchors":[]},{"id":"1096","title":"Option: vim.lsp.trouble.mappings.documentDiagnostics","content":"Document diagnostics [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-documentDiagnostics","tokens":["diagnostics","document","trouble"],"title_tokens":["trouble","option","mappings","vim","lsp","documentdiagnostics"],"anchors":[]},{"id":"1097","title":"Option: vim.lsp.trouble.mappings.locList","content":"LOCList [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-locList","tokens":["loclist","trouble"],"title_tokens":["loclist","vim","option","lsp","mappings","trouble"],"anchors":[]},{"id":"1098","title":"Option: vim.lsp.trouble.mappings.lspReferences","content":"LSP References [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-lspReferences","tokens":["references","lsp","trouble"],"title_tokens":["lspreferences","mappings","option","vim","trouble","lsp"],"anchors":[]},{"id":"1099","title":"Option: vim.lsp.trouble.mappings.quickfix","content":"QuickFix [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-quickfix","tokens":["trouble","quickfix"],"title_tokens":["trouble","option","vim","lsp","mappings","quickfix"],"anchors":[]},{"id":"1100","title":"Option: vim.lsp.trouble.mappings.symbols","content":"Symbols [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-symbols","tokens":["trouble","symbols"],"title_tokens":["trouble","symbols","lsp","vim","mappings","option"],"anchors":[]},{"id":"1101","title":"Option: vim.lsp.trouble.mappings.workspaceDiagnostics","content":"Workspace diagnostics [trouble]","path":"options.html#option-vim-lsp-trouble-mappings-workspaceDiagnostics","tokens":["workspace","diagnostics","trouble"],"title_tokens":["option","workspacediagnostics","vim","lsp","trouble","mappings"],"anchors":[]},{"id":"1102","title":"Option: vim.lsp.trouble.setupOpts","content":"Option table to pass into the setup function of Trouble\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-lsp-trouble-setupOpts","tokens":["even","the","additional","setup","they","option","docs","function","table","into","trouble","listed","can","pass","you","any","not","options"],"title_tokens":["lsp","setupopts","option","trouble","vim"],"anchors":[]},{"id":"1103","title":"Option: vim.luaConfigPost","content":"Verbatim lua code that will be inserted after the result of the luaConfigRc DAG has been resolved\nThis option does not take a DAG set, but a string instead. Useful when you'd like to insert contents of lua configs after the DAG result.","path":"options.html#option-vim-luaConfigPost","tokens":["insert","that","take","you","option","configs","will","contents","string","been","after","result","has","luaconfigrc","set","lua","this","inserted","the","when","does","but","useful","code","like","not","verbatim","instead","resolved","dag"],"title_tokens":["luaconfigpost","vim","option"],"anchors":[]},{"id":"1104","title":"Option: vim.luaConfigPre","content":"Verbatim lua code that will be inserted before the result of luaConfigRc DAG has been resolved.\nThis option does not take a DAG set, but a string instead. Useful when you'd like to insert contents of lua configs after the DAG result.\n::: {.warning} You do not want to override this option with mkForce It is used internally to set certain options as early as possible and should be avoided unless you know what you're doing. Passing a string to this option will merge it with the default contents. :::","path":"options.html#option-vim-luaConfigPre","tokens":["will","been","insert","lua","that","verbatim","like","but","after","option","with","used","avoided","code","has","string","dag","useful","when","early","unless","what","possible","passing","merge","internally","result","want","warning","luaconfigrc","resolved","default","instead","inserted","options","does","not","should","this","the","contents","configs","override","mkforce","and","know","doing","take","before","you","certain","set"],"title_tokens":["vim","luaconfigpre","option"],"anchors":[]},{"id":"1105","title":"Option: vim.luaConfigRC","content":"Lua configuration, either as a string or a DAG.\nIf this option is passed as a DAG, it will be resolved according to the DAG resolution rules (e.g. entryBefore or entryAfter) as per the nvf extended library.","path":"options.html#option-vim-luaConfigRC","tokens":["option","lua","passed","rules","entrybefore","this","extended","library","resolved","nvf","dag","either","entryafter","per","resolution","configuration","string","will","the","according"],"title_tokens":["luaconfigrc","option","vim"],"anchors":[]},{"id":"1106","title":"Option: vim.luaPackages","content":"List of Lua packages to install","path":"options.html#option-vim-luaPackages","tokens":["install","packages","list","lua"],"title_tokens":["vim","luapackages","option"],"anchors":[]},{"id":"1107","title":"Option: vim.maps.command","content":"Mappings for command-line mode","path":"options.html#option-vim-maps-command","tokens":["command-line","mappings","mode","for"],"title_tokens":["vim","option","maps","command"],"anchors":[]},{"id":"1108","title":"Option: vim.maps.command.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-command--action","tokens":["command","execute","the"],"title_tokens":["action","option","command","vim","maps","name"],"anchors":[]},{"id":"1109","title":"Option: vim.maps.command.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-command--desc","tokens":["description","have","this","shown","you","which-key","keybind","enabled"],"title_tokens":["command","name","desc","option","vim","maps"],"anchors":[]},{"id":"1110","title":"Option: vim.maps.command.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-command--expr","tokens":["map","that","means","expression","the","equivalent","actually","adding","action"],"title_tokens":["option","name","expr","maps","command","vim"],"anchors":[]},{"id":"1111","title":"Option: vim.maps.command.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-command--lua","tokens":["not","will","code","thus","true","considered","action","wrapped","lua"],"title_tokens":["command","vim","option","name","lua","maps"],"anchors":[]},{"id":"1112","title":"Option: vim.maps.command.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-command--noremap","tokens":["action","keep","ignoring","which","default","the","noremap","highly","mappings","defined","this","use","advised","whether","custom","command","any","variant"],"title_tokens":["name","noremap","option","maps","vim","command"],"anchors":[]},{"id":"1113","title":"Option: vim.maps.command.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-command--nowait","tokens":["adding","for","extra","map","ambiguous","wait","mappings","equivalent","whether","input"],"title_tokens":["option","maps","command","vim","nowait","name"],"anchors":[]},{"id":"1114","title":"Option: vim.maps.command.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-command--script","tokens":["adding","equivalent","map"],"title_tokens":["script","vim","option","command","maps","name"],"anchors":[]},{"id":"1115","title":"Option: vim.maps.command.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-command--silent","tokens":["should","this","adding","mapping","silent","equivalent","whether","map"],"title_tokens":["vim","silent","maps","option","command","name"],"anchors":[]},{"id":"1116","title":"Option: vim.maps.command.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-command--unique","tokens":["fail","the","whether","map","equivalent","already","defined","adding"],"title_tokens":["command","name","maps","vim","option","unique"],"anchors":[]},{"id":"1117","title":"Option: vim.maps.insert","content":"Mappings for insert mode","path":"options.html#option-vim-maps-insert","tokens":["insert","mappings","mode","for"],"title_tokens":["insert","maps","vim","option"],"anchors":[]},{"id":"1118","title":"Option: vim.maps.insert.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-insert--action","tokens":["command","the","execute"],"title_tokens":["insert","name","option","action","vim","maps"],"anchors":[]},{"id":"1119","title":"Option: vim.maps.insert.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-insert--desc","tokens":["keybind","enabled","this","description","shown","you","have","which-key"],"title_tokens":["option","maps","vim","insert","name","desc"],"anchors":[]},{"id":"1120","title":"Option: vim.maps.insert.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insert--expr","tokens":["that","action","means","equivalent","the","actually","adding","map","expression"],"title_tokens":["maps","insert","option","vim","name","expr"],"anchors":[]},{"id":"1121","title":"Option: vim.maps.insert.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-insert--lua","tokens":["not","considered","lua","wrapped","thus","action","will","code","true"],"title_tokens":["lua","name","vim","option","maps","insert"],"anchors":[]},{"id":"1122","title":"Option: vim.maps.insert.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-insert--noremap","tokens":["custom","the","mappings","action","defined","noremap","command","use","highly","keep","which","default","variant","ignoring","advised","whether","any","this"],"title_tokens":["name","option","vim","maps","insert","noremap"],"anchors":[]},{"id":"1123","title":"Option: vim.maps.insert.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insert--nowait","tokens":["wait","for","input","ambiguous","mappings","equivalent","adding","extra","map","whether"],"title_tokens":["option","insert","maps","name","nowait","vim"],"anchors":[]},{"id":"1124","title":"Option: vim.maps.insert.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-insert--script","tokens":["equivalent","map","adding"],"title_tokens":["name","vim","maps","script","option","insert"],"anchors":[]},{"id":"1125","title":"Option: vim.maps.insert.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insert--silent","tokens":["should","equivalent","whether","this","silent","mapping","adding","map"],"title_tokens":["option","silent","maps","insert","name","vim"],"anchors":[]},{"id":"1126","title":"Option: vim.maps.insert.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insert--unique","tokens":["equivalent","whether","already","map","defined","the","adding","fail"],"title_tokens":["name","vim","option","maps","insert","unique"],"anchors":[]},{"id":"1127","title":"Option: vim.maps.insertCommand","content":"Mappings for insert and command-line mode","path":"options.html#option-vim-maps-insertCommand","tokens":["command-line","mappings","mode","and","for","insert"],"title_tokens":["option","vim","insertcommand","maps"],"anchors":[]},{"id":"1128","title":"Option: vim.maps.insertCommand.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-insertCommand--action","tokens":["command","execute","the"],"title_tokens":["maps","insertcommand","action","vim","name","option"],"anchors":[]},{"id":"1129","title":"Option: vim.maps.insertCommand.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-insertCommand--desc","tokens":["enabled","have","this","which-key","description","shown","keybind","you"],"title_tokens":["desc","option","name","insertcommand","vim","maps"],"anchors":[]},{"id":"1130","title":"Option: vim.maps.insertCommand.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insertCommand--expr","tokens":["that","means","the","actually","expression","adding","map","action","equivalent"],"title_tokens":["option","insertcommand","name","expr","maps","vim"],"anchors":[]},{"id":"1131","title":"Option: vim.maps.insertCommand.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-insertCommand--lua","tokens":["true","considered","not","will","lua","wrapped","action","thus","code"],"title_tokens":["insertcommand","vim","name","option","maps","lua"],"anchors":[]},{"id":"1132","title":"Option: vim.maps.insertCommand.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-insertCommand--noremap","tokens":["any","defined","use","keep","variant","the","command","noremap","advised","default","whether","custom","this","ignoring","highly","action","which","mappings"],"title_tokens":["maps","insertcommand","noremap","option","name","vim"],"anchors":[]},{"id":"1133","title":"Option: vim.maps.insertCommand.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insertCommand--nowait","tokens":["map","wait","adding","input","ambiguous","whether","for","mappings","extra","equivalent"],"title_tokens":["insertcommand","name","option","nowait","maps","vim"],"anchors":[]},{"id":"1134","title":"Option: vim.maps.insertCommand.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-insertCommand--script","tokens":["adding","equivalent","map"],"title_tokens":["maps","vim","option","insertcommand","script","name"],"anchors":[]},{"id":"1135","title":"Option: vim.maps.insertCommand.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insertCommand--silent","tokens":["whether","mapping","adding","silent","this","map","should","equivalent"],"title_tokens":["option","vim","name","silent","insertcommand","maps"],"anchors":[]},{"id":"1136","title":"Option: vim.maps.insertCommand.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-insertCommand--unique","tokens":["map","defined","the","fail","already","equivalent","adding","whether"],"title_tokens":["insertcommand","maps","option","vim","name","unique"],"anchors":[]},{"id":"1137","title":"Option: vim.maps.lang","content":"Mappings for insert, command-line and lang-arg mode","path":"options.html#option-vim-maps-lang","tokens":["insert","command-line","mappings","and","lang-arg","mode","for"],"title_tokens":["option","maps","vim","lang"],"anchors":[]},{"id":"1138","title":"Option: vim.maps.lang.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-lang--action","tokens":["the","execute","command"],"title_tokens":["lang","name","maps","vim","action","option"],"anchors":[]},{"id":"1139","title":"Option: vim.maps.lang.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-lang--desc","tokens":["have","this","keybind","description","which-key","you","shown","enabled"],"title_tokens":["maps","lang","name","option","vim","desc"],"anchors":[]},{"id":"1140","title":"Option: vim.maps.lang.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-lang--expr","tokens":["the","equivalent","means","actually","that","expression","action","map","adding"],"title_tokens":["option","name","lang","maps","vim","expr"],"anchors":[]},{"id":"1141","title":"Option: vim.maps.lang.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-lang--lua","tokens":["considered","action","code","true","not","lua","thus","wrapped","will"],"title_tokens":["lang","name","option","lua","vim","maps"],"anchors":[]},{"id":"1142","title":"Option: vim.maps.lang.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-lang--noremap","tokens":["default","variant","custom","action","ignoring","use","any","whether","defined","which","keep","mappings","noremap","highly","advised","this","the","command"],"title_tokens":["maps","vim","name","noremap","option","lang"],"anchors":[]},{"id":"1143","title":"Option: vim.maps.lang.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-lang--nowait","tokens":["for","extra","equivalent","adding","map","ambiguous","wait","mappings","input","whether"],"title_tokens":["maps","vim","nowait","lang","option","name"],"anchors":[]},{"id":"1144","title":"Option: vim.maps.lang.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-lang--script","tokens":["map","adding","equivalent"],"title_tokens":["script","vim","option","name","lang","maps"],"anchors":[]},{"id":"1145","title":"Option: vim.maps.lang.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-lang--silent","tokens":["should","map","adding","silent","mapping","equivalent","whether","this"],"title_tokens":["maps","lang","vim","option","silent","name"],"anchors":[]},{"id":"1146","title":"Option: vim.maps.lang.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-lang--unique","tokens":["already","defined","the","fail","whether","equivalent","adding","map"],"title_tokens":["option","vim","maps","lang","name","unique"],"anchors":[]},{"id":"1147","title":"Option: vim.maps.normal","content":"Mappings for normal mode","path":"options.html#option-vim-maps-normal","tokens":["mappings","normal","mode","for"],"title_tokens":["option","normal","maps","vim"],"anchors":[]},{"id":"1148","title":"Option: vim.maps.normal.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-normal--action","tokens":["command","the","execute"],"title_tokens":["maps","normal","name","vim","action","option"],"anchors":[]},{"id":"1149","title":"Option: vim.maps.normal.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-normal--desc","tokens":["this","you","keybind","have","which-key","shown","enabled","description"],"title_tokens":["maps","option","normal","name","desc","vim"],"anchors":[]},{"id":"1150","title":"Option: vim.maps.normal.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normal--expr","tokens":["the","actually","means","action","map","equivalent","expression","that","adding"],"title_tokens":["option","maps","normal","name","expr","vim"],"anchors":[]},{"id":"1151","title":"Option: vim.maps.normal.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-normal--lua","tokens":["will","wrapped","code","true","considered","action","thus","not","lua"],"title_tokens":["normal","vim","option","lua","maps","name"],"anchors":[]},{"id":"1152","title":"Option: vim.maps.normal.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-normal--noremap","tokens":["custom","defined","ignoring","use","this","advised","default","any","action","the","noremap","variant","keep","which","command","highly","mappings","whether"],"title_tokens":["vim","name","option","maps","noremap","normal"],"anchors":[]},{"id":"1153","title":"Option: vim.maps.normal.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normal--nowait","tokens":["equivalent","for","input","adding","map","wait","ambiguous","extra","mappings","whether"],"title_tokens":["normal","maps","option","name","vim","nowait"],"anchors":[]},{"id":"1154","title":"Option: vim.maps.normal.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-normal--script","tokens":["equivalent","map","adding"],"title_tokens":["option","normal","maps","script","name","vim"],"anchors":[]},{"id":"1155","title":"Option: vim.maps.normal.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normal--silent","tokens":["whether","mapping","should","this","silent","map","equivalent","adding"],"title_tokens":["maps","vim","silent","option","normal","name"],"anchors":[]},{"id":"1156","title":"Option: vim.maps.normal.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normal--unique","tokens":["already","equivalent","whether","the","defined","fail","map","adding"],"title_tokens":["unique","option","vim","maps","normal","name"],"anchors":[]},{"id":"1157","title":"Option: vim.maps.normalVisualOp","content":"Mappings for normal, visual, select and operator-pending (same as plain 'map') mode","path":"options.html#option-vim-maps-normalVisualOp","tokens":["mappings","select","same","operator-pending","normal","for","plain","visual","and","map","mode"],"title_tokens":["vim","option","normalvisualop","maps"],"anchors":[]},{"id":"1158","title":"Option: vim.maps.normalVisualOp.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-normalVisualOp--action","tokens":["the","command","execute"],"title_tokens":["maps","option","action","vim","normalvisualop","name"],"anchors":[]},{"id":"1159","title":"Option: vim.maps.normalVisualOp.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-normalVisualOp--desc","tokens":["which-key","this","you","shown","description","enabled","have","keybind"],"title_tokens":["vim","option","maps","name","normalvisualop","desc"],"anchors":[]},{"id":"1160","title":"Option: vim.maps.normalVisualOp.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normalVisualOp--expr","tokens":["adding","the","actually","expression","that","means","action","equivalent","map"],"title_tokens":["maps","normalvisualop","name","expr","vim","option"],"anchors":[]},{"id":"1161","title":"Option: vim.maps.normalVisualOp.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-normalVisualOp--lua","tokens":["wrapped","action","not","will","considered","code","true","lua","thus"],"title_tokens":["option","normalvisualop","lua","maps","name","vim"],"anchors":[]},{"id":"1162","title":"Option: vim.maps.normalVisualOp.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-normalVisualOp--noremap","tokens":["whether","highly","variant","ignoring","custom","use","mappings","this","keep","command","the","any","defined","which","default","action","noremap","advised"],"title_tokens":["option","name","noremap","maps","normalvisualop","vim"],"anchors":[]},{"id":"1163","title":"Option: vim.maps.normalVisualOp.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normalVisualOp--nowait","tokens":["whether","ambiguous","for","map","mappings","equivalent","wait","extra","input","adding"],"title_tokens":["vim","maps","normalvisualop","nowait","option","name"],"anchors":[]},{"id":"1164","title":"Option: vim.maps.normalVisualOp.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-normalVisualOp--script","tokens":["map","equivalent","adding"],"title_tokens":["script","vim","normalvisualop","name","maps","option"],"anchors":[]},{"id":"1165","title":"Option: vim.maps.normalVisualOp.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normalVisualOp--silent","tokens":["this","map","equivalent","whether","adding","mapping","should","silent"],"title_tokens":["silent","vim","option","normalvisualop","maps","name"],"anchors":[]},{"id":"1166","title":"Option: vim.maps.normalVisualOp.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-normalVisualOp--unique","tokens":["already","equivalent","map","adding","the","defined","whether","fail"],"title_tokens":["normalvisualop","option","name","maps","unique","vim"],"anchors":[]},{"id":"1167","title":"Option: vim.maps.operator","content":"Mappings for operator-pending mode","path":"options.html#option-vim-maps-operator","tokens":["mode","for","operator-pending","mappings"],"title_tokens":["vim","maps","option","operator"],"anchors":[]},{"id":"1168","title":"Option: vim.maps.operator.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-operator--action","tokens":["command","the","execute"],"title_tokens":["vim","operator","option","maps","name","action"],"anchors":[]},{"id":"1169","title":"Option: vim.maps.operator.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-operator--desc","tokens":["keybind","have","you","this","which-key","enabled","description","shown"],"title_tokens":["operator","name","maps","desc","vim","option"],"anchors":[]},{"id":"1170","title":"Option: vim.maps.operator.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-operator--expr","tokens":["map","the","expression","actually","that","means","action","equivalent","adding"],"title_tokens":["expr","vim","maps","name","operator","option"],"anchors":[]},{"id":"1171","title":"Option: vim.maps.operator.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-operator--lua","tokens":["wrapped","true","considered","code","thus","will","action","lua","not"],"title_tokens":["vim","operator","name","lua","maps","option"],"anchors":[]},{"id":"1172","title":"Option: vim.maps.operator.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-operator--noremap","tokens":["mappings","noremap","defined","action","highly","whether","command","custom","which","the","ignoring","use","default","variant","any","advised","keep","this"],"title_tokens":["maps","option","operator","name","vim","noremap"],"anchors":[]},{"id":"1173","title":"Option: vim.maps.operator.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-operator--nowait","tokens":["mappings","whether","wait","input","adding","ambiguous","equivalent","for","extra","map"],"title_tokens":["operator","name","option","maps","nowait","vim"],"anchors":[]},{"id":"1174","title":"Option: vim.maps.operator.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-operator--script","tokens":["equivalent","adding","map"],"title_tokens":["option","script","vim","name","operator","maps"],"anchors":[]},{"id":"1175","title":"Option: vim.maps.operator.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-operator--silent","tokens":["silent","map","equivalent","mapping","whether","should","adding","this"],"title_tokens":["silent","maps","option","vim","operator","name"],"anchors":[]},{"id":"1176","title":"Option: vim.maps.operator.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-operator--unique","tokens":["adding","already","defined","the","map","fail","equivalent","whether"],"title_tokens":["operator","vim","maps","name","option","unique"],"anchors":[]},{"id":"1177","title":"Option: vim.maps.select","content":"Mappings for select mode","path":"options.html#option-vim-maps-select","tokens":["select","mappings","mode","for"],"title_tokens":["maps","select","option","vim"],"anchors":[]},{"id":"1178","title":"Option: vim.maps.select.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-select--action","tokens":["command","the","execute"],"title_tokens":["name","option","vim","maps","select","action"],"anchors":[]},{"id":"1179","title":"Option: vim.maps.select.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-select--desc","tokens":["you","which-key","this","have","shown","description","enabled","keybind"],"title_tokens":["option","vim","select","maps","name","desc"],"anchors":[]},{"id":"1180","title":"Option: vim.maps.select.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-select--expr","tokens":["actually","the","equivalent","that","means","map","adding","expression","action"],"title_tokens":["name","expr","vim","option","maps","select"],"anchors":[]},{"id":"1181","title":"Option: vim.maps.select.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-select--lua","tokens":["will","code","lua","true","considered","not","thus","action","wrapped"],"title_tokens":["option","maps","lua","vim","name","select"],"anchors":[]},{"id":"1182","title":"Option: vim.maps.select.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-select--noremap","tokens":["ignoring","any","command","action","highly","defined","this","advised","noremap","keep","the","mappings","use","variant","whether","custom","which","default"],"title_tokens":["name","select","noremap","vim","maps","option"],"anchors":[]},{"id":"1183","title":"Option: vim.maps.select.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-select--nowait","tokens":["ambiguous","mappings","map","adding","input","whether","for","wait","extra","equivalent"],"title_tokens":["nowait","option","maps","select","name","vim"],"anchors":[]},{"id":"1184","title":"Option: vim.maps.select.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-select--script","tokens":["adding","equivalent","map"],"title_tokens":["option","vim","script","maps","select","name"],"anchors":[]},{"id":"1185","title":"Option: vim.maps.select.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-select--silent","tokens":["whether","this","mapping","should","silent","equivalent","adding","map"],"title_tokens":["silent","name","maps","vim","option","select"],"anchors":[]},{"id":"1186","title":"Option: vim.maps.select.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-select--unique","tokens":["already","the","adding","whether","defined","map","equivalent","fail"],"title_tokens":["unique","vim","maps","name","option","select"],"anchors":[]},{"id":"1187","title":"Option: vim.maps.terminal","content":"Mappings for terminal mode","path":"options.html#option-vim-maps-terminal","tokens":["for","terminal","mappings","mode"],"title_tokens":["option","maps","terminal","vim"],"anchors":[]},{"id":"1188","title":"Option: vim.maps.terminal.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-terminal--action","tokens":["command","the","execute"],"title_tokens":["action","maps","option","vim","terminal","name"],"anchors":[]},{"id":"1189","title":"Option: vim.maps.terminal.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-terminal--desc","tokens":["keybind","shown","which-key","have","you","enabled","this","description"],"title_tokens":["maps","terminal","vim","desc","option","name"],"anchors":[]},{"id":"1190","title":"Option: vim.maps.terminal.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-terminal--expr","tokens":["means","actually","equivalent","adding","expression","action","map","that","the"],"title_tokens":["maps","terminal","vim","expr","option","name"],"anchors":[]},{"id":"1191","title":"Option: vim.maps.terminal.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-terminal--lua","tokens":["wrapped","will","lua","action","true","code","thus","not","considered"],"title_tokens":["terminal","lua","option","maps","name","vim"],"anchors":[]},{"id":"1192","title":"Option: vim.maps.terminal.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-terminal--noremap","tokens":["keep","default","ignoring","action","advised","variant","custom","whether","this","which","the","mappings","any","defined","use","highly","command","noremap"],"title_tokens":["noremap","option","terminal","vim","maps","name"],"anchors":[]},{"id":"1193","title":"Option: vim.maps.terminal.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-terminal--nowait","tokens":["map","mappings","for","wait","extra","input","whether","equivalent","adding","ambiguous"],"title_tokens":["maps","name","option","vim","terminal","nowait"],"anchors":[]},{"id":"1194","title":"Option: vim.maps.terminal.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-terminal--script","tokens":["adding","map","equivalent"],"title_tokens":["script","vim","terminal","maps","option","name"],"anchors":[]},{"id":"1195","title":"Option: vim.maps.terminal.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-terminal--silent","tokens":["mapping","whether","silent","adding","should","equivalent","map","this"],"title_tokens":["maps","terminal","name","silent","option","vim"],"anchors":[]},{"id":"1196","title":"Option: vim.maps.terminal.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-terminal--unique","tokens":["already","fail","defined","whether","equivalent","map","the","adding"],"title_tokens":["unique","option","vim","terminal","name","maps"],"anchors":[]},{"id":"1197","title":"Option: vim.maps.visual","content":"Mappings for visual and select mode","path":"options.html#option-vim-maps-visual","tokens":["select","mappings","mode","for","and","visual"],"title_tokens":["maps","vim","option","visual"],"anchors":[]},{"id":"1198","title":"Option: vim.maps.visual.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-visual--action","tokens":["execute","the","command"],"title_tokens":["vim","name","action","visual","maps","option"],"anchors":[]},{"id":"1199","title":"Option: vim.maps.visual.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-visual--desc","tokens":["have","shown","you","keybind","this","which-key","description","enabled"],"title_tokens":["visual","vim","maps","desc","name","option"],"anchors":[]},{"id":"1200","title":"Option: vim.maps.visual.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visual--expr","tokens":["that","action","equivalent","the","adding","expression","means","actually","map"],"title_tokens":["option","name","vim","maps","visual","expr"],"anchors":[]},{"id":"1201","title":"Option: vim.maps.visual.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-visual--lua","tokens":["not","considered","lua","true","will","wrapped","code","action","thus"],"title_tokens":["vim","name","visual","option","lua","maps"],"anchors":[]},{"id":"1202","title":"Option: vim.maps.visual.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-visual--noremap","tokens":["ignoring","which","whether","use","this","defined","noremap","any","highly","default","keep","mappings","variant","action","advised","command","custom","the"],"title_tokens":["noremap","option","vim","name","maps","visual"],"anchors":[]},{"id":"1203","title":"Option: vim.maps.visual.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visual--nowait","tokens":["input","adding","map","extra","ambiguous","whether","equivalent","mappings","for","wait"],"title_tokens":["nowait","visual","name","option","vim","maps"],"anchors":[]},{"id":"1204","title":"Option: vim.maps.visual.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-visual--script","tokens":["adding","equivalent","map"],"title_tokens":["maps","script","name","vim","visual","option"],"anchors":[]},{"id":"1205","title":"Option: vim.maps.visual.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visual--silent","tokens":["mapping","this","equivalent","adding","whether","should","silent","map"],"title_tokens":["silent","maps","option","vim","visual","name"],"anchors":[]},{"id":"1206","title":"Option: vim.maps.visual.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visual--unique","tokens":["whether","the","map","already","defined","fail","equivalent","adding"],"title_tokens":["option","name","visual","vim","maps","unique"],"anchors":[]},{"id":"1207","title":"Option: vim.maps.visualOnly","content":"Mappings for visual only mode","path":"options.html#option-vim-maps-visualOnly","tokens":["visual","mappings","for","only","mode"],"title_tokens":["vim","option","maps","visualonly"],"anchors":[]},{"id":"1208","title":"Option: vim.maps.visualOnly.<name>.action","content":"The command to execute.","path":"options.html#option-vim-maps-visualOnly--action","tokens":["the","command","execute"],"title_tokens":["name","visualonly","option","action","vim","maps"],"anchors":[]},{"id":"1209","title":"Option: vim.maps.visualOnly.<name>.desc","content":"A description of this keybind, to be shown in which-key, if you have it enabled.","path":"options.html#option-vim-maps-visualOnly--desc","tokens":["description","which-key","enabled","you","shown","have","this","keybind"],"title_tokens":["maps","desc","visualonly","option","name","vim"],"anchors":[]},{"id":"1210","title":"Option: vim.maps.visualOnly.<name>.expr","content":"Means that the action is actually an expression. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visualOnly--expr","tokens":["actually","means","adding","expression","equivalent","map","the","that","action"],"title_tokens":["maps","option","visualonly","name","vim","expr"],"anchors":[]},{"id":"1211","title":"Option: vim.maps.visualOnly.<name>.lua","content":"If true, action is considered to be lua code. Thus, it will not be wrapped in \"\".","path":"options.html#option-vim-maps-visualOnly--lua","tokens":["lua","wrapped","will","code","not","true","considered","action","thus"],"title_tokens":["option","name","vim","visualonly","lua","maps"],"anchors":[]},{"id":"1212","title":"Option: vim.maps.visualOnly.<name>.noremap","content":"Whether to use the 'noremap' variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.","path":"options.html#option-vim-maps-visualOnly--noremap","tokens":["defined","advised","keep","noremap","any","which","whether","use","command","the","variant","action","highly","this","default","ignoring","custom","mappings"],"title_tokens":["noremap","maps","option","vim","name","visualonly"],"anchors":[]},{"id":"1213","title":"Option: vim.maps.visualOnly.<name>.nowait","content":"Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visualOnly--nowait","tokens":["mappings","whether","extra","input","adding","map","ambiguous","wait","equivalent","for"],"title_tokens":["option","visualonly","nowait","name","vim","maps"],"anchors":[]},{"id":"1214","title":"Option: vim.maps.visualOnly.<name>.script","content":"Equivalent to adding to a map.","path":"options.html#option-vim-maps-visualOnly--script","tokens":["map","equivalent","adding"],"title_tokens":["vim","visualonly","script","maps","option","name"],"anchors":[]},{"id":"1215","title":"Option: vim.maps.visualOnly.<name>.silent","content":"Whether this mapping should be silent. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visualOnly--silent","tokens":["whether","silent","mapping","should","map","this","equivalent","adding"],"title_tokens":["silent","vim","visualonly","name","maps","option"],"anchors":[]},{"id":"1216","title":"Option: vim.maps.visualOnly.<name>.unique","content":"Whether to fail if the map is already defined. Equivalent to adding to a map.","path":"options.html#option-vim-maps-visualOnly--unique","tokens":["adding","defined","map","whether","the","equivalent","fail","already"],"title_tokens":["vim","visualonly","unique","name","maps","option"],"anchors":[]},{"id":"1217","title":"Option: vim.mini.ai.enable","content":"Whether to enable mini.ai.","path":"options.html#option-vim-mini-ai-enable","tokens":["mini","whether","enable"],"title_tokens":["enable","mini","vim","option"],"anchors":[]},{"id":"1218","title":"Option: vim.mini.ai.setupOpts","content":"Option table to pass into the setup function of mini.ai\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-ai-setupOpts","tokens":["they","you","not","into","option","setup","any","table","options","docs","can","additional","even","the","listed","mini","pass","function"],"title_tokens":["mini","option","vim","setupopts"],"anchors":[]},{"id":"1219","title":"Option: vim.mini.align.enable","content":"Whether to enable mini.align.","path":"options.html#option-vim-mini-align-enable","tokens":["whether","mini","enable","align"],"title_tokens":["align","vim","option","mini","enable"],"anchors":[]},{"id":"1220","title":"Option: vim.mini.align.setupOpts","content":"Option table to pass into the setup function of mini.align\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-align-setupOpts","tokens":["any","listed","options","function","the","pass","align","can","table","setup","you","into","mini","even","additional","they","docs","option","not"],"title_tokens":["mini","setupopts","align","vim","option"],"anchors":[]},{"id":"1221","title":"Option: vim.mini.animate.enable","content":"Whether to enable mini.animate.","path":"options.html#option-vim-mini-animate-enable","tokens":["animate","mini","whether","enable"],"title_tokens":["animate","mini","vim","enable","option"],"anchors":[]},{"id":"1222","title":"Option: vim.mini.animate.setupOpts","content":"Option table to pass into the setup function of mini.animate\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-animate-setupOpts","tokens":["into","setup","any","pass","even","docs","the","can","table","mini","animate","function","you","option","additional","they","not","listed","options"],"title_tokens":["setupopts","option","vim","mini","animate"],"anchors":[]},{"id":"1223","title":"Option: vim.mini.basics.enable","content":"Whether to enable mini.basics.","path":"options.html#option-vim-mini-basics-enable","tokens":["basics","whether","mini","enable"],"title_tokens":["option","basics","vim","mini","enable"],"anchors":[]},{"id":"1224","title":"Option: vim.mini.basics.setupOpts","content":"Option table to pass into the setup function of mini.basics\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-basics-setupOpts","tokens":["basics","you","listed","options","mini","additional","can","option","pass","setup","they","not","function","any","the","table","into","even","docs"],"title_tokens":["setupopts","vim","option","basics","mini"],"anchors":[]},{"id":"1225","title":"Option: vim.mini.bracketed.enable","content":"Whether to enable mini.bracketed.","path":"options.html#option-vim-mini-bracketed-enable","tokens":["whether","enable","mini","bracketed"],"title_tokens":["option","enable","bracketed","mini","vim"],"anchors":[]},{"id":"1226","title":"Option: vim.mini.bracketed.setupOpts","content":"Option table to pass into the setup function of mini.bracketed\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-bracketed-setupOpts","tokens":["into","mini","table","setup","bracketed","you","listed","docs","any","additional","even","they","can","the","option","options","pass","function","not"],"title_tokens":["setupopts","mini","vim","option","bracketed"],"anchors":[]},{"id":"1227","title":"Option: vim.mini.bufremove.enable","content":"Whether to enable mini.bufremove.","path":"options.html#option-vim-mini-bufremove-enable","tokens":["bufremove","mini","whether","enable"],"title_tokens":["bufremove","vim","enable","mini","option"],"anchors":[]},{"id":"1228","title":"Option: vim.mini.bufremove.setupOpts","content":"Option table to pass into the setup function of mini.bufremove\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-bufremove-setupOpts","tokens":["pass","you","any","setup","into","table","mini","bufremove","docs","option","even","they","listed","additional","can","function","not","options","the"],"title_tokens":["vim","bufremove","option","setupopts","mini"],"anchors":[]},{"id":"1229","title":"Option: vim.mini.clue.enable","content":"Whether to enable mini.clue.","path":"options.html#option-vim-mini-clue-enable","tokens":["whether","enable","mini","clue"],"title_tokens":["mini","vim","option","clue","enable"],"anchors":[]},{"id":"1230","title":"Option: vim.mini.clue.setupOpts","content":"Option table to pass into the setup function of mini.clue\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-clue-setupOpts","tokens":["into","mini","not","clue","you","the","they","additional","pass","options","docs","can","any","setup","even","table","listed","option","function"],"title_tokens":["setupopts","vim","option","mini","clue"],"anchors":[]},{"id":"1231","title":"Option: vim.mini.colors.enable","content":"Whether to enable mini.colors.","path":"options.html#option-vim-mini-colors-enable","tokens":["colors","whether","enable","mini"],"title_tokens":["colors","vim","enable","mini","option"],"anchors":[]},{"id":"1232","title":"Option: vim.mini.comment.enable","content":"Whether to enable mini.comment.","path":"options.html#option-vim-mini-comment-enable","tokens":["mini","comment","whether","enable"],"title_tokens":["mini","vim","option","enable","comment"],"anchors":[]},{"id":"1233","title":"Option: vim.mini.comment.setupOpts","content":"Option table to pass into the setup function of mini.comment\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-comment-setupOpts","tokens":["docs","comment","pass","any","table","options","even","into","not","the","additional","mini","option","setup","you","can","they","function","listed"],"title_tokens":["option","mini","comment","setupopts","vim"],"anchors":[]},{"id":"1234","title":"Option: vim.mini.completion.enable","content":"Whether to enable mini.completion.","path":"options.html#option-vim-mini-completion-enable","tokens":["completion","enable","whether","mini"],"title_tokens":["option","enable","completion","vim","mini"],"anchors":[]},{"id":"1235","title":"Option: vim.mini.completion.setupOpts","content":"Option table to pass into the setup function of mini.completion\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-completion-setupOpts","tokens":["table","listed","setup","any","they","into","function","the","mini","completion","option","can","you","additional","options","pass","even","not","docs"],"title_tokens":["setupopts","vim","mini","completion","option"],"anchors":[]},{"id":"1236","title":"Option: vim.mini.cursorword.enable","content":"Whether to enable mini.cursorword.","path":"options.html#option-vim-mini-cursorword-enable","tokens":["enable","cursorword","mini","whether"],"title_tokens":["cursorword","enable","vim","option","mini"],"anchors":[]},{"id":"1237","title":"Option: vim.mini.cursorword.setupOpts","content":"Option table to pass into the setup function of mini.cursorword\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-cursorword-setupOpts","tokens":["option","table","setup","mini","options","they","the","listed","into","pass","not","any","additional","docs","function","you","even","can","cursorword"],"title_tokens":["vim","cursorword","setupopts","mini","option"],"anchors":[]},{"id":"1238","title":"Option: vim.mini.diff.enable","content":"Whether to enable mini.diff.","path":"options.html#option-vim-mini-diff-enable","tokens":["enable","diff","mini","whether"],"title_tokens":["mini","diff","vim","option","enable"],"anchors":[]},{"id":"1239","title":"Option: vim.mini.diff.setupOpts","content":"Option table to pass into the setup function of mini.diff\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-diff-setupOpts","tokens":["not","listed","pass","table","they","additional","the","docs","can","option","into","mini","options","function","diff","setup","you","even","any"],"title_tokens":["option","vim","diff","setupopts","mini"],"anchors":[]},{"id":"1240","title":"Option: vim.mini.doc.enable","content":"Whether to enable mini.doc.","path":"options.html#option-vim-mini-doc-enable","tokens":["mini","whether","enable","doc"],"title_tokens":["mini","option","doc","enable","vim"],"anchors":[]},{"id":"1241","title":"Option: vim.mini.doc.setupOpts","content":"Option table to pass into the setup function of mini.doc\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-doc-setupOpts","tokens":["the","additional","doc","listed","option","function","docs","mini","table","can","options","you","they","setup","pass","any","not","even","into"],"title_tokens":["doc","setupopts","mini","option","vim"],"anchors":[]},{"id":"1242","title":"Option: vim.mini.extra.enable","content":"Whether to enable mini.extra.","path":"options.html#option-vim-mini-extra-enable","tokens":["whether","enable","mini","extra"],"title_tokens":["enable","option","mini","extra","vim"],"anchors":[]},{"id":"1243","title":"Option: vim.mini.files.enable","content":"Whether to enable mini.files.","path":"options.html#option-vim-mini-files-enable","tokens":["whether","mini","enable","files"],"title_tokens":["vim","enable","option","mini","files"],"anchors":[]},{"id":"1244","title":"Option: vim.mini.files.setupOpts","content":"Option table to pass into the setup function of mini.files\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-files-setupOpts","tokens":["setup","they","listed","docs","pass","options","additional","not","mini","any","the","files","function","option","table","you","can","even","into"],"title_tokens":["vim","mini","option","files","setupopts"],"anchors":[]},{"id":"1245","title":"Option: vim.mini.fuzzy.enable","content":"Whether to enable mini.fuzzy.","path":"options.html#option-vim-mini-fuzzy-enable","tokens":["whether","enable","fuzzy","mini"],"title_tokens":["option","mini","enable","vim","fuzzy"],"anchors":[]},{"id":"1246","title":"Option: vim.mini.fuzzy.setupOpts","content":"Option table to pass into the setup function of mini.fuzzy\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-fuzzy-setupOpts","tokens":["option","mini","they","setup","even","function","docs","into","listed","additional","pass","not","can","table","options","you","the","fuzzy","any"],"title_tokens":["fuzzy","option","vim","mini","setupopts"],"anchors":[]},{"id":"1247","title":"Option: vim.mini.git.enable","content":"Whether to enable mini.git.","path":"options.html#option-vim-mini-git-enable","tokens":["whether","enable","git","mini"],"title_tokens":["option","mini","enable","git","vim"],"anchors":[]},{"id":"1248","title":"Option: vim.mini.git.setupOpts","content":"Option table to pass into the setup function of mini.git\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-git-setupOpts","tokens":["can","not","listed","option","into","mini","any","table","options","you","git","docs","additional","function","they","the","even","setup","pass"],"title_tokens":["git","mini","option","setupopts","vim"],"anchors":[]},{"id":"1249","title":"Option: vim.mini.hipatterns.enable","content":"Whether to enable mini.hipatterns.","path":"options.html#option-vim-mini-hipatterns-enable","tokens":["mini","enable","whether","hipatterns"],"title_tokens":["option","enable","hipatterns","vim","mini"],"anchors":[]},{"id":"1250","title":"Option: vim.mini.hipatterns.setupOpts","content":"Option table to pass into the setup function of mini.hipatterns\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-hipatterns-setupOpts","tokens":["the","any","function","even","setup","you","they","docs","pass","option","hipatterns","table","into","additional","mini","options","listed","not","can"],"title_tokens":["mini","hipatterns","setupopts","option","vim"],"anchors":[]},{"id":"1251","title":"Option: vim.mini.hues.enable","content":"Whether to enable mini.hues.","path":"options.html#option-vim-mini-hues-enable","tokens":["whether","enable","hues","mini"],"title_tokens":["mini","enable","vim","hues","option"],"anchors":[]},{"id":"1252","title":"Option: vim.mini.hues.setupOpts","content":"Option table to pass into the setup function of mini.hues\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-hues-setupOpts","tokens":["setup","can","they","the","listed","options","any","even","you","pass","hues","not","into","table","mini","docs","function","additional","option"],"title_tokens":["setupopts","hues","option","vim","mini"],"anchors":[]},{"id":"1253","title":"Option: vim.mini.hues.setupOpts.background","content":"The hex color for the background color of the color scheme, prefixed with #","path":"options.html#option-vim-mini-hues-setupOpts-background","tokens":["prefixed","hex","scheme","the","with","color","for","background"],"title_tokens":["mini","setupopts","option","hues","vim","background"],"anchors":[]},{"id":"1254","title":"Option: vim.mini.hues.setupOpts.foreground","content":"The hex color for the foreground color of the color scheme, prefixed with #","path":"options.html#option-vim-mini-hues-setupOpts-foreground","tokens":["foreground","for","the","hex","prefixed","color","scheme","with"],"title_tokens":["option","vim","setupopts","hues","foreground","mini"],"anchors":[]},{"id":"1255","title":"Option: vim.mini.icons.enable","content":"Whether to enable mini.icons.","path":"options.html#option-vim-mini-icons-enable","tokens":["whether","mini","icons","enable"],"title_tokens":["mini","icons","option","enable","vim"],"anchors":[]},{"id":"1256","title":"Option: vim.mini.icons.setupOpts","content":"Option table to pass into the setup function of mini.icons\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-icons-setupOpts","tokens":["options","even","they","any","icons","listed","table","not","function","additional","setup","into","pass","the","docs","you","option","mini","can"],"title_tokens":["setupopts","icons","option","mini","vim"],"anchors":[]},{"id":"1257","title":"Option: vim.mini.indentscope.enable","content":"Whether to enable mini.indentscope.","path":"options.html#option-vim-mini-indentscope-enable","tokens":["whether","enable","mini","indentscope"],"title_tokens":["mini","indentscope","enable","option","vim"],"anchors":[]},{"id":"1258","title":"Option: vim.mini.indentscope.setupOpts","content":"Option table to pass into the setup function of mini.indentscope\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-indentscope-setupOpts","tokens":["indentscope","option","mini","the","docs","even","you","additional","can","into","setup","options","listed","function","table","they","not","pass","any"],"title_tokens":["vim","option","setupopts","indentscope","mini"],"anchors":[]},{"id":"1259","title":"Option: vim.mini.indentscope.setupOpts.ignore_filetypes","content":"File types to ignore for illuminate","path":"options.html#option-vim-mini-indentscope-setupOpts-ignore_filetypes","tokens":["file","ignore","for","illuminate","types"],"title_tokens":["vim","setupopts","ignore_filetypes","indentscope","option","mini"],"anchors":[]},{"id":"1260","title":"Option: vim.mini.jump.enable","content":"Whether to enable mini.jump.","path":"options.html#option-vim-mini-jump-enable","tokens":["mini","whether","enable","jump"],"title_tokens":["jump","vim","option","enable","mini"],"anchors":[]},{"id":"1261","title":"Option: vim.mini.jump.setupOpts","content":"Option table to pass into the setup function of mini.jump\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-jump-setupOpts","tokens":["they","you","table","setup","function","docs","listed","option","not","options","the","additional","even","any","into","mini","jump","pass","can"],"title_tokens":["option","jump","vim","setupopts","mini"],"anchors":[]},{"id":"1262","title":"Option: vim.mini.jump2d.enable","content":"Whether to enable mini.jump2d.","path":"options.html#option-vim-mini-jump2d-enable","tokens":["jump2d","whether","enable","mini"],"title_tokens":["jump2d","mini","option","enable","vim"],"anchors":[]},{"id":"1263","title":"Option: vim.mini.jump2d.setupOpts","content":"Option table to pass into the setup function of mini.jump2d\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-jump2d-setupOpts","tokens":["any","not","pass","setup","additional","docs","options","jump2d","can","into","option","the","you","function","mini","listed","even","they","table"],"title_tokens":["mini","option","jump2d","setupopts","vim"],"anchors":[]},{"id":"1264","title":"Option: vim.mini.map.enable","content":"Whether to enable mini.map.","path":"options.html#option-vim-mini-map-enable","tokens":["enable","whether","map","mini"],"title_tokens":["option","mini","map","vim","enable"],"anchors":[]},{"id":"1265","title":"Option: vim.mini.map.setupOpts","content":"Option table to pass into the setup function of mini.map\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-map-setupOpts","tokens":["even","listed","map","table","pass","mini","options","option","you","setup","can","function","into","the","any","docs","additional","they","not"],"title_tokens":["setupopts","vim","map","mini","option"],"anchors":[]},{"id":"1266","title":"Option: vim.mini.misc.enable","content":"Whether to enable mini.misc.","path":"options.html#option-vim-mini-misc-enable","tokens":["enable","misc","whether","mini"],"title_tokens":["option","misc","vim","mini","enable"],"anchors":[]},{"id":"1267","title":"Option: vim.mini.misc.setupOpts","content":"Option table to pass into the setup function of mini.misc\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-misc-setupOpts","tokens":["into","you","setup","pass","misc","any","additional","table","can","docs","mini","option","the","options","listed","even","they","function","not"],"title_tokens":["vim","option","mini","misc","setupopts"],"anchors":[]},{"id":"1268","title":"Option: vim.mini.move.enable","content":"Whether to enable mini.move.","path":"options.html#option-vim-mini-move-enable","tokens":["enable","move","mini","whether"],"title_tokens":["mini","option","move","vim","enable"],"anchors":[]},{"id":"1269","title":"Option: vim.mini.move.setupOpts","content":"Option table to pass into the setup function of mini.move\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-move-setupOpts","tokens":["you","they","pass","options","listed","function","docs","move","mini","setup","even","any","not","table","into","can","additional","option","the"],"title_tokens":["vim","option","setupopts","mini","move"],"anchors":[]},{"id":"1270","title":"Option: vim.mini.notify.enable","content":"Whether to enable mini.notify.","path":"options.html#option-vim-mini-notify-enable","tokens":["whether","enable","mini","notify"],"title_tokens":["option","enable","mini","notify","vim"],"anchors":[]},{"id":"1271","title":"Option: vim.mini.notify.notifyOpts","content":"Option table to pass into the setup function of mini.notify notifications\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-notify-notifyOpts","tokens":["listed","not","even","docs","option","mini","notify","the","additional","notifications","you","setup","pass","can","they","any","function","options","into","table"],"title_tokens":["mini","notifyopts","notify","option","vim"],"anchors":[]},{"id":"1272","title":"Option: vim.mini.notify.notifyOpts.DEBUG.duration","content":"The duration of the debug notification","path":"options.html#option-vim-mini-notify-notifyOpts-DEBUG-duration","tokens":["debug","the","duration","notification"],"title_tokens":["vim","mini","notifyopts","option","debug","duration","notify"],"anchors":[]},{"id":"1273","title":"Option: vim.mini.notify.notifyOpts.DEBUG.hl_group","content":"The highlight group of the debug notification","path":"options.html#option-vim-mini-notify-notifyOpts-DEBUG-hl_group","tokens":["group","debug","the","highlight","notification"],"title_tokens":["notifyopts","vim","option","notify","debug","hl_group","mini"],"anchors":[]},{"id":"1274","title":"Option: vim.mini.notify.notifyOpts.ERROR.duration","content":"The duration of the error notification","path":"options.html#option-vim-mini-notify-notifyOpts-ERROR-duration","tokens":["the","error","duration","notification"],"title_tokens":["option","vim","notify","mini","notifyopts","error","duration"],"anchors":[]},{"id":"1275","title":"Option: vim.mini.notify.notifyOpts.ERROR.hl_group","content":"The highlight group of the error notification","path":"options.html#option-vim-mini-notify-notifyOpts-ERROR-hl_group","tokens":["the","highlight","error","notification","group"],"title_tokens":["notify","vim","error","notifyopts","option","mini","hl_group"],"anchors":[]},{"id":"1276","title":"Option: vim.mini.notify.notifyOpts.INFO.duration","content":"The duration of the info notification","path":"options.html#option-vim-mini-notify-notifyOpts-INFO-duration","tokens":["the","info","notification","duration"],"title_tokens":["mini","notify","info","notifyopts","duration","option","vim"],"anchors":[]},{"id":"1277","title":"Option: vim.mini.notify.notifyOpts.INFO.hl_group","content":"The highlight group of the info notification","path":"options.html#option-vim-mini-notify-notifyOpts-INFO-hl_group","tokens":["notification","group","info","the","highlight"],"title_tokens":["notify","vim","notifyopts","mini","hl_group","info","option"],"anchors":[]},{"id":"1278","title":"Option: vim.mini.notify.notifyOpts.OFF.duration","content":"The duration of the off notification","path":"options.html#option-vim-mini-notify-notifyOpts-OFF-duration","tokens":["the","duration","off","notification"],"title_tokens":["option","vim","notify","notifyopts","off","duration","mini"],"anchors":[]},{"id":"1279","title":"Option: vim.mini.notify.notifyOpts.OFF.hl_group","content":"The highlight group of the off notification","path":"options.html#option-vim-mini-notify-notifyOpts-OFF-hl_group","tokens":["off","group","notification","highlight","the"],"title_tokens":["notify","off","option","mini","notifyopts","hl_group","vim"],"anchors":[]},{"id":"1280","title":"Option: vim.mini.notify.notifyOpts.TRACE.duration","content":"The duration of the trace notification","path":"options.html#option-vim-mini-notify-notifyOpts-TRACE-duration","tokens":["the","trace","duration","notification"],"title_tokens":["duration","vim","mini","option","notify","trace","notifyopts"],"anchors":[]},{"id":"1281","title":"Option: vim.mini.notify.notifyOpts.TRACE.hl_group","content":"The highlight group of the trace notification","path":"options.html#option-vim-mini-notify-notifyOpts-TRACE-hl_group","tokens":["highlight","the","trace","group","notification"],"title_tokens":["option","mini","vim","trace","notifyopts","notify","hl_group"],"anchors":[]},{"id":"1282","title":"Option: vim.mini.notify.notifyOpts.WARN.duration","content":"The duration of the warn notification","path":"options.html#option-vim-mini-notify-notifyOpts-WARN-duration","tokens":["the","notification","warn","duration"],"title_tokens":["notify","option","mini","warn","duration","notifyopts","vim"],"anchors":[]},{"id":"1283","title":"Option: vim.mini.notify.notifyOpts.WARN.hl_group","content":"The highlight group of the warn notification","path":"options.html#option-vim-mini-notify-notifyOpts-WARN-hl_group","tokens":["the","warn","group","highlight","notification"],"title_tokens":["vim","warn","hl_group","notifyopts","mini","notify","option"],"anchors":[]},{"id":"1284","title":"Option: vim.mini.notify.setupOpts","content":"Option table to pass into the setup function of mini.notify\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-notify-setupOpts","tokens":["into","mini","they","you","even","table","can","any","options","docs","listed","function","notify","additional","pass","not","option","the","setup"],"title_tokens":["vim","option","mini","notify","setupopts"],"anchors":[]},{"id":"1285","title":"Option: vim.mini.notify.setupOpts.window.config.border","content":"The border type for the mini.notify-notifications","path":"options.html#option-vim-mini-notify-setupOpts-window-config-border","tokens":["type","mini","the","border","for","notify-notifications"],"title_tokens":["config","window","notify","border","option","mini","setupopts","vim"],"anchors":[]},{"id":"1286","title":"Option: vim.mini.operators.enable","content":"Whether to enable mini.operators.","path":"options.html#option-vim-mini-operators-enable","tokens":["mini","whether","enable","operators"],"title_tokens":["mini","operators","option","enable","vim"],"anchors":[]},{"id":"1287","title":"Option: vim.mini.operators.setupOpts","content":"Option table to pass into the setup function of mini.operators\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-operators-setupOpts","tokens":["they","docs","listed","options","the","pass","function","even","table","additional","operators","can","you","setup","mini","not","any","option","into"],"title_tokens":["vim","mini","option","setupopts","operators"],"anchors":[]},{"id":"1288","title":"Option: vim.mini.pairs.enable","content":"Whether to enable mini.pairs.","path":"options.html#option-vim-mini-pairs-enable","tokens":["enable","mini","pairs","whether"],"title_tokens":["option","enable","pairs","vim","mini"],"anchors":[]},{"id":"1289","title":"Option: vim.mini.pairs.setupOpts","content":"Option table to pass into the setup function of mini.pairs\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-pairs-setupOpts","tokens":["additional","setup","options","not","can","listed","table","option","function","mini","you","into","docs","pairs","any","even","the","pass","they"],"title_tokens":["setupopts","vim","pairs","mini","option"],"anchors":[]},{"id":"1290","title":"Option: vim.mini.pick.enable","content":"Whether to enable mini.pick.","path":"options.html#option-vim-mini-pick-enable","tokens":["mini","enable","whether","pick"],"title_tokens":["vim","pick","mini","enable","option"],"anchors":[]},{"id":"1291","title":"Option: vim.mini.pick.setupOpts","content":"Option table to pass into the setup function of mini.pick\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-pick-setupOpts","tokens":["mini","pass","table","additional","options","pick","can","the","setup","option","any","even","you","into","they","docs","not","listed","function"],"title_tokens":["option","setupopts","vim","pick","mini"],"anchors":[]},{"id":"1292","title":"Option: vim.mini.sessions.enable","content":"Whether to enable mini.sessions.","path":"options.html#option-vim-mini-sessions-enable","tokens":["whether","enable","sessions","mini"],"title_tokens":["enable","mini","sessions","option","vim"],"anchors":[]},{"id":"1293","title":"Option: vim.mini.sessions.setupOpts","content":"Option table to pass into the setup function of mini.sessions\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-sessions-setupOpts","tokens":["sessions","any","pass","you","not","docs","function","listed","can","they","mini","options","even","option","additional","setup","the","into","table"],"title_tokens":["vim","sessions","setupopts","mini","option"],"anchors":[]},{"id":"1294","title":"Option: vim.mini.snippets.enable","content":"Whether to enable mini.snippets.","path":"options.html#option-vim-mini-snippets-enable","tokens":["mini","enable","whether","snippets"],"title_tokens":["enable","vim","mini","snippets","option"],"anchors":[]},{"id":"1295","title":"Option: vim.mini.snippets.setupOpts","content":"Option table to pass into the setup function of mini.snippets\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-snippets-setupOpts","tokens":["option","snippets","additional","not","mini","they","listed","into","docs","the","setup","options","even","you","table","any","can","function","pass"],"title_tokens":["option","vim","mini","snippets","setupopts"],"anchors":[]},{"id":"1296","title":"Option: vim.mini.splitjoin.enable","content":"Whether to enable mini.splitjoin.","path":"options.html#option-vim-mini-splitjoin-enable","tokens":["splitjoin","whether","mini","enable"],"title_tokens":["option","vim","splitjoin","enable","mini"],"anchors":[]},{"id":"1297","title":"Option: vim.mini.splitjoin.setupOpts","content":"Option table to pass into the setup function of mini.splitjoin\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-splitjoin-setupOpts","tokens":["splitjoin","setup","option","additional","table","function","options","listed","pass","the","any","you","can","into","they","mini","even","docs","not"],"title_tokens":["option","vim","mini","setupopts","splitjoin"],"anchors":[]},{"id":"1298","title":"Option: vim.mini.starter.enable","content":"Whether to enable mini.starter.","path":"options.html#option-vim-mini-starter-enable","tokens":["enable","mini","starter","whether"],"title_tokens":["vim","mini","starter","option","enable"],"anchors":[]},{"id":"1299","title":"Option: vim.mini.starter.setupOpts","content":"Option table to pass into the setup function of mini.starter\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-starter-setupOpts","tokens":["the","even","not","listed","function","option","into","mini","you","they","starter","setup","docs","additional","pass","any","options","can","table"],"title_tokens":["setupopts","mini","starter","option","vim"],"anchors":[]},{"id":"1300","title":"Option: vim.mini.statusline.enable","content":"Whether to enable mini.statusline.","path":"options.html#option-vim-mini-statusline-enable","tokens":["mini","enable","statusline","whether"],"title_tokens":["vim","enable","statusline","mini","option"],"anchors":[]},{"id":"1301","title":"Option: vim.mini.statusline.setupOpts","content":"Option table to pass into the setup function of mini.statusline\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-statusline-setupOpts","tokens":["you","setup","statusline","even","not","options","they","any","pass","table","listed","function","into","mini","docs","additional","option","can","the"],"title_tokens":["option","statusline","setupopts","mini","vim"],"anchors":[]},{"id":"1302","title":"Option: vim.mini.surround.enable","content":"Whether to enable mini.surround.","path":"options.html#option-vim-mini-surround-enable","tokens":["whether","surround","enable","mini"],"title_tokens":["enable","mini","vim","surround","option"],"anchors":[]},{"id":"1303","title":"Option: vim.mini.surround.setupOpts","content":"Option table to pass into the setup function of mini.surround\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-surround-setupOpts","tokens":["pass","the","you","can","mini","additional","any","they","listed","surround","function","docs","option","table","setup","options","not","into","even"],"title_tokens":["mini","setupopts","vim","option","surround"],"anchors":[]},{"id":"1304","title":"Option: vim.mini.tabline.enable","content":"Whether to enable mini.tabline.","path":"options.html#option-vim-mini-tabline-enable","tokens":["whether","enable","tabline","mini"],"title_tokens":["mini","tabline","vim","enable","option"],"anchors":[]},{"id":"1305","title":"Option: vim.mini.tabline.setupOpts","content":"Option table to pass into the setup function of mini.tabline\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-tabline-setupOpts","tokens":["docs","setup","into","you","the","pass","any","tabline","they","mini","additional","options","can","option","even","table","function","listed","not"],"title_tokens":["setupopts","option","vim","mini","tabline"],"anchors":[]},{"id":"1306","title":"Option: vim.mini.test.enable","content":"Whether to enable mini.test.","path":"options.html#option-vim-mini-test-enable","tokens":["enable","mini","whether","test"],"title_tokens":["option","vim","mini","test","enable"],"anchors":[]},{"id":"1307","title":"Option: vim.mini.test.setupOpts","content":"Option table to pass into the setup function of mini.test\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-test-setupOpts","tokens":["pass","options","function","can","additional","into","the","even","they","option","setup","test","table","you","any","not","docs","listed","mini"],"title_tokens":["option","test","setupopts","vim","mini"],"anchors":[]},{"id":"1308","title":"Option: vim.mini.trailspace.enable","content":"Whether to enable mini.trailspace.","path":"options.html#option-vim-mini-trailspace-enable","tokens":["trailspace","enable","whether","mini"],"title_tokens":["trailspace","enable","option","vim","mini"],"anchors":[]},{"id":"1309","title":"Option: vim.mini.trailspace.setupOpts","content":"Option table to pass into the setup function of mini.trailspace\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-trailspace-setupOpts","tokens":["the","setup","even","they","table","option","function","not","listed","trailspace","docs","additional","can","into","mini","you","options","pass","any"],"title_tokens":["vim","trailspace","setupopts","option","mini"],"anchors":[]},{"id":"1310","title":"Option: vim.mini.visits.enable","content":"Whether to enable mini.visits.","path":"options.html#option-vim-mini-visits-enable","tokens":["visits","mini","enable","whether"],"title_tokens":["visits","enable","option","vim","mini"],"anchors":[]},{"id":"1311","title":"Option: vim.mini.visits.setupOpts","content":"Option table to pass into the setup function of mini.visits\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-mini-visits-setupOpts","tokens":["additional","not","table","they","the","docs","mini","you","listed","pass","setup","can","any","options","even","into","visits","option","function"],"title_tokens":["option","mini","vim","visits","setupopts"],"anchors":[]},{"id":"1312","title":"Option: vim.minimap.codewindow.enable","content":"Whether to enable codewindow plugin for minimap view.","path":"options.html#option-vim-minimap-codewindow-enable","tokens":["minimap","enable","for","codewindow","view","whether","plugin"],"title_tokens":["minimap","codewindow","option","enable","vim"],"anchors":[]},{"id":"1313","title":"Option: vim.minimap.codewindow.mappings.close","content":"Close minimap [codewindow]","path":"options.html#option-vim-minimap-codewindow-mappings-close","tokens":["close","codewindow","minimap"],"title_tokens":["vim","option","minimap","codewindow","close","mappings"],"anchors":[]},{"id":"1314","title":"Option: vim.minimap.codewindow.mappings.open","content":"Open minimap [codewindow]","path":"options.html#option-vim-minimap-codewindow-mappings-open","tokens":["open","codewindow","minimap"],"title_tokens":["vim","minimap","mappings","option","codewindow","open"],"anchors":[]},{"id":"1315","title":"Option: vim.minimap.codewindow.mappings.toggle","content":"Toggle minimap [codewindow]","path":"options.html#option-vim-minimap-codewindow-mappings-toggle","tokens":["toggle","minimap","codewindow"],"title_tokens":["option","toggle","vim","mappings","minimap","codewindow"],"anchors":[]},{"id":"1316","title":"Option: vim.minimap.codewindow.mappings.toggleFocus","content":"Toggle minimap focus [codewindow]","path":"options.html#option-vim-minimap-codewindow-mappings-toggleFocus","tokens":["minimap","toggle","codewindow","focus"],"title_tokens":["vim","option","minimap","mappings","togglefocus","codewindow"],"anchors":[]},{"id":"1317","title":"Option: vim.minimap.codewindow.setupOpts","content":"Option table to pass into the setup function of codewindow\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-minimap-codewindow-setupOpts","tokens":["pass","codewindow","function","docs","setup","any","additional","option","even","table","options","into","they","not","the","can","you","listed"],"title_tokens":["option","minimap","codewindow","setupopts","vim"],"anchors":[]},{"id":"1318","title":"Option: vim.minimap.minimap-vim.enable","content":"Whether to enable minimap view [minimap-vim].","path":"options.html#option-vim-minimap-minimap-vim-enable","tokens":["enable","minimap-vim","whether","view","minimap"],"title_tokens":["minimap","vim","enable","minimap-vim","option"],"anchors":[]},{"id":"1319","title":"Option: vim.navigation.harpoon.enable","content":"Whether to enable Quick bookmarks on keybinds [Harpoon].","path":"options.html#option-vim-navigation-harpoon-enable","tokens":["enable","harpoon","whether","keybinds","bookmarks","quick"],"title_tokens":["harpoon","vim","navigation","enable","option"],"anchors":[]},{"id":"1320","title":"Option: vim.navigation.harpoon.mappings.file1","content":"Go to marked file 1 [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-file1","tokens":["marked","file","harpoon"],"title_tokens":["mappings","file1","navigation","vim","option","harpoon"],"anchors":[]},{"id":"1321","title":"Option: vim.navigation.harpoon.mappings.file2","content":"Go to marked file 2 [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-file2","tokens":["harpoon","marked","file"],"title_tokens":["harpoon","vim","option","navigation","mappings","file2"],"anchors":[]},{"id":"1322","title":"Option: vim.navigation.harpoon.mappings.file3","content":"Go to marked file 3 [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-file3","tokens":["harpoon","file","marked"],"title_tokens":["navigation","vim","harpoon","file3","option","mappings"],"anchors":[]},{"id":"1323","title":"Option: vim.navigation.harpoon.mappings.file4","content":"Go to marked file 4 [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-file4","tokens":["harpoon","file","marked"],"title_tokens":["mappings","file4","vim","option","navigation","harpoon"],"anchors":[]},{"id":"1324","title":"Option: vim.navigation.harpoon.mappings.listMarks","content":"List marked files [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-listMarks","tokens":["harpoon","marked","list","files"],"title_tokens":["mappings","harpoon","navigation","vim","option","listmarks"],"anchors":[]},{"id":"1325","title":"Option: vim.navigation.harpoon.mappings.markFile","content":"Mark file [Harpoon]","path":"options.html#option-vim-navigation-harpoon-mappings-markFile","tokens":["file","harpoon","mark"],"title_tokens":["mappings","markfile","navigation","vim","option","harpoon"],"anchors":[]},{"id":"1326","title":"Option: vim.navigation.harpoon.setupOpts","content":"Option table to pass into the setup function of Harpoon\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-navigation-harpoon-setupOpts","tokens":["table","can","listed","option","docs","function","any","additional","not","options","they","pass","you","even","setup","into","harpoon","the"],"title_tokens":["setupopts","option","navigation","vim","harpoon"],"anchors":[]},{"id":"1327","title":"Option: vim.navigation.harpoon.setupOpts.defaults.key","content":"How the out list key is looked up. This can be useful when using worktrees and using git remote instead of file path","path":"options.html#option-vim-navigation-harpoon-setupOpts-defaults-key","tokens":["when","key","and","can","useful","how","using","worktrees","instead","file","path","looked","out","git","this","the","list","remote"],"title_tokens":["vim","harpoon","key","setupopts","option","navigation","defaults"],"anchors":[]},{"id":"1328","title":"Option: vim.navigation.harpoon.setupOpts.defaults.save_on_toggle","content":"Any time the ui menu is closed then we will save the state back to the backing list, not to the fs","path":"options.html#option-vim-navigation-harpoon-setupOpts-defaults-save_on_toggle","tokens":["list","then","time","the","save","state","back","closed","any","menu","not","will","backing"],"title_tokens":["defaults","navigation","vim","harpoon","save_on_toggle","option","setupopts"],"anchors":[]},{"id":"1329","title":"Option: vim.navigation.harpoon.setupOpts.defaults.sync_on_ui_close","content":"Any time the ui menu is closed then the state of the list will be sync'd back to the fs","path":"options.html#option-vim-navigation-harpoon-setupOpts-defaults-sync_on_ui_close","tokens":["list","menu","any","the","back","will","sync","then","state","closed","time"],"title_tokens":["option","vim","navigation","harpoon","setupopts","defaults","sync_on_ui_close"],"anchors":[]},{"id":"1330","title":"Option: vim.notes.mind-nvim.enable","content":"Whether to enable note organizer tool for Neovim [mind-nvim].","path":"options.html#option-vim-notes-mind-nvim-enable","tokens":["neovim","note","for","enable","organizer","mind-nvim","tool","whether"],"title_tokens":["vim","enable","notes","option","mind-nvim"],"anchors":[]},{"id":"1331","title":"Option: vim.notes.neorg.enable","content":"Whether to enable Neorg: An intuitive note-taking and organization tool with a structured nested syntax. .","path":"options.html#option-vim-notes-neorg-enable","tokens":["nested","intuitive","with","enable","tool","syntax","structured","whether","organization","note-taking","and","neorg"],"title_tokens":["enable","notes","vim","neorg","option"],"anchors":[]},{"id":"1332","title":"Option: vim.notes.neorg.setupOpts","content":"Option table to pass into the setup function of Neorg\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-notes-neorg-setupOpts","tokens":["not","option","the","any","function","even","setup","neorg","pass","table","docs","into","additional","options","can","listed","you","they"],"title_tokens":["setupopts","option","vim","notes","neorg"],"anchors":[]},{"id":"1333","title":"Option: vim.notes.neorg.setupOpts.load.\"core.defaults\"","content":"all of the most important modules that any user would want to have a \"just works\" experience","path":"options.html#option-vim-notes-neorg-setupOpts-load-\"core-defaults\"","tokens":["important","user","the","most","want","have","just","all","experience","modules","would","works","any","that"],"title_tokens":["vim","notes","option","setupopts","neorg","core","defaults","load"],"anchors":[]},{"id":"1334","title":"Option: vim.notes.neorg.setupOpts.load.\"core.defaults\".config.disable","content":"list of modules from to be disabled from core.defaults","path":"options.html#option-vim-notes-neorg-setupOpts-load-\"core-defaults\"-config-disable","tokens":["disabled","core","defaults","list","modules","from"],"title_tokens":["vim","load","neorg","option","defaults","notes","setupopts","core","config","disable"],"anchors":[]},{"id":"1335","title":"Option: vim.notes.neorg.setupOpts.load.\"core.defaults\".enable","content":"Whether to enable all of the most important modules that any user would want to have a \"just works\" experience .","path":"options.html#option-vim-notes-neorg-setupOpts-load-\"core-defaults\"-enable","tokens":["experience","enable","modules","any","have","user","just","that","would","most","whether","want","the","works","all","important"],"title_tokens":["neorg","core","option","vim","setupopts","defaults","notes","enable","load"],"anchors":[]},{"id":"1336","title":"Option: vim.notes.neorg.treesitter.enable","content":"Whether to enable Neorg treesitter.","path":"options.html#option-vim-notes-neorg-treesitter-enable","tokens":["enable","treesitter","whether","neorg"],"title_tokens":["option","neorg","treesitter","enable","notes","vim"],"anchors":[]},{"id":"1337","title":"Option: vim.notes.neorg.treesitter.norgMetaPackage","content":"The norg-meta treesitter package to use.","path":"options.html#option-vim-notes-neorg-treesitter-norgMetaPackage","tokens":["the","norg-meta","use","treesitter","package"],"title_tokens":["option","vim","neorg","notes","treesitter","norgmetapackage"],"anchors":[]},{"id":"1338","title":"Option: vim.notes.neorg.treesitter.norgPackage","content":"The norg-meta treesitter package to use.","path":"options.html#option-vim-notes-neorg-treesitter-norgPackage","tokens":["package","treesitter","the","norg-meta","use"],"title_tokens":["treesitter","norgpackage","notes","option","vim","neorg"],"anchors":[]},{"id":"1339","title":"Option: vim.notes.obsidian.enable","content":"Whether to enable plugins to complement the Obsidian markdown editor [obsidian.nvim].\nEnables vim-markdown which automatically folds markdown headings inside and outside of workspaces/vaults. Set {option}vim.globals.vim_markdown_folding_disable = 1; to disable automatic folding, or {option}vim.globals.vim_markdown_folding_level = ; to set the default fold level for new buffers.\nnvf will choose one of snacks.picker, mini.pick, telescope, or fzf-lua as the obsidian.nvim picker based on whether they are enabled, in that order.\nYou can enable one of them with one of the following:\n{option}vim.utility.snacks-nvim.setupOpts.picker.enabled and {option}vim.utility.snacks-nvim.enable\n{option}vim.mini.pick.enable\n{option}vim.telescope.enable\n{option}vim.fzf-lua.enable\n\n{option}vim.notes.obsidian.setupOpts.ui.enable is automatically disabled if render-markdown.nvim or markview.nvim are enabled.","path":"options.html#option-vim-notes-obsidian-enable","tokens":["render-markdown","the","workspaces","headings","option","with","enabled","level","which","editor","vaults","snacks","snacks-nvim","buffers","plugins","disabled","markview","vim","obsidian","can","automatic","folds","globals","whether","heading-level-int","they","you","markdown","mini","one","set","disable","notes","pick","are","order","folding","new","vim-markdown","and","that","fold","nvf","telescope","vim_markdown_folding_level","picker","following","complement","will","enable","nvim","automatically","default","for","setupopts","vim_markdown_folding_disable","choose","inside","them","based","fzf-lua","outside","utility","enables"],"title_tokens":["notes","vim","enable","option","obsidian"],"anchors":[]},{"id":"1340","title":"Option: vim.notes.obsidian.setupOpts","content":"Option table to pass into the setup function of obsidian.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-notes-obsidian-setupOpts","tokens":["function","you","table","additional","options","pass","docs","option","into","any","setup","obsidian","nvim","can","even","they","listed","the","not"],"title_tokens":["obsidian","setupopts","vim","option","notes"],"anchors":[]},{"id":"1341","title":"Option: vim.notes.orgmode.enable","content":"Whether to enable nvim-orgmode: Neovim plugin for Emacs Orgmode. Get the best of both worlds.","path":"options.html#option-vim-notes-orgmode-enable","tokens":["get","best","enable","both","plugin","for","nvim-orgmode","worlds","whether","orgmode","emacs","the","neovim"],"title_tokens":["enable","notes","orgmode","vim","option"],"anchors":[]},{"id":"1342","title":"Option: vim.notes.orgmode.setupOpts","content":"Option table to pass into the setup function of Orgmode\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-notes-orgmode-setupOpts","tokens":["option","setup","additional","can","even","any","table","into","orgmode","the","you","options","they","not","function","listed","docs","pass"],"title_tokens":["setupopts","option","vim","orgmode","notes"],"anchors":[]},{"id":"1343","title":"Option: vim.notes.orgmode.setupOpts.org_agenda_files","content":"List of org files to be used as agenda files.","path":"options.html#option-vim-notes-orgmode-setupOpts-org_agenda_files","tokens":["agenda","org","used","list","files"],"title_tokens":["orgmode","org_agenda_files","notes","option","setupopts","vim"],"anchors":[]},{"id":"1344","title":"Option: vim.notes.orgmode.setupOpts.org_default_notes_file","content":"Default org file to be used for notes.","path":"options.html#option-vim-notes-orgmode-setupOpts-org_default_notes_file","tokens":["org","notes","default","file","used","for"],"title_tokens":["orgmode","notes","setupopts","org_default_notes_file","option","vim"],"anchors":[]},{"id":"1345","title":"Option: vim.notes.orgmode.treesitter.enable","content":"Whether to enable Orgmode treesitter.","path":"options.html#option-vim-notes-orgmode-treesitter-enable","tokens":["enable","orgmode","treesitter","whether"],"title_tokens":["enable","notes","option","orgmode","treesitter","vim"],"anchors":[]},{"id":"1346","title":"Option: vim.notes.orgmode.treesitter.orgPackage","content":"The org-nvim treesitter package to use.","path":"options.html#option-vim-notes-orgmode-treesitter-orgPackage","tokens":["the","package","treesitter","use","org-nvim"],"title_tokens":["vim","orgmode","notes","option","orgpackage","treesitter"],"anchors":[]},{"id":"1347","title":"Option: vim.notes.todo-comments.enable","content":"Whether to enable todo-comments: highlight and search for todo comments like TODO, HACK, BUG in your code base.","path":"options.html#option-vim-notes-todo-comments-enable","tokens":["for","like","hack","code","comments","your","todo-comments","highlight","bug","base","enable","search","whether","and","todo"],"title_tokens":["enable","todo-comments","notes","vim","option"],"anchors":[]},{"id":"1348","title":"Option: vim.notes.todo-comments.mappings.quickFix","content":"Open Todo-s in a quickfix list","path":"options.html#option-vim-notes-todo-comments-mappings-quickFix","tokens":["list","quickfix","todo-s","open"],"title_tokens":["option","quickfix","mappings","notes","todo-comments","vim"],"anchors":[]},{"id":"1349","title":"Option: vim.notes.todo-comments.mappings.telescope","content":"Open Todo-s in telescope","path":"options.html#option-vim-notes-todo-comments-mappings-telescope","tokens":["todo-s","open","telescope"],"title_tokens":["option","notes","todo-comments","mappings","telescope","vim"],"anchors":[]},{"id":"1350","title":"Option: vim.notes.todo-comments.mappings.trouble","content":"Open Todo-s in Trouble","path":"options.html#option-vim-notes-todo-comments-mappings-trouble","tokens":["open","todo-s","trouble"],"title_tokens":["notes","option","vim","todo-comments","mappings","trouble"],"anchors":[]},{"id":"1351","title":"Option: vim.notes.todo-comments.setupOpts","content":"Option table to pass into the setup function of todo-comments.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-notes-todo-comments-setupOpts","tokens":["they","option","additional","function","options","pass","setup","nvim","listed","any","into","todo-comments","can","docs","not","table","you","even","the"],"title_tokens":["todo-comments","notes","vim","option","setupopts"],"anchors":[]},{"id":"1352","title":"Option: vim.notes.todo-comments.setupOpts.highlight.pattern","content":"vim regex pattern used for highlighting comments","path":"options.html#option-vim-notes-todo-comments-setupOpts-highlight-pattern","tokens":["pattern","used","vim","regex","highlighting","comments","for"],"title_tokens":["highlight","option","todo-comments","notes","pattern","vim","setupopts"],"anchors":[]},{"id":"1353","title":"Option: vim.notes.todo-comments.setupOpts.search.args","content":"arguments to pass to the search command","path":"options.html#option-vim-notes-todo-comments-setupOpts-search-args","tokens":["command","pass","the","arguments","search"],"title_tokens":["setupopts","vim","option","search","args","notes","todo-comments"],"anchors":[]},{"id":"1354","title":"Option: vim.notes.todo-comments.setupOpts.search.command","content":"search command","path":"options.html#option-vim-notes-todo-comments-setupOpts-search-command","tokens":["search","command"],"title_tokens":["search","notes","option","todo-comments","setupopts","command","vim"],"anchors":[]},{"id":"1355","title":"Option: vim.notes.todo-comments.setupOpts.search.pattern","content":"ripgrep regex pattern used for searching comments","path":"options.html#option-vim-notes-todo-comments-setupOpts-search-pattern","tokens":["regex","used","searching","for","comments","ripgrep","pattern"],"title_tokens":["pattern","todo-comments","option","setupopts","notes","vim","search"],"anchors":[]},{"id":"1356","title":"Option: vim.notify.nvim-notify.enable","content":"Whether to enable nvim-notify notifications.","path":"options.html#option-vim-notify-nvim-notify-enable","tokens":["whether","notifications","nvim-notify","enable"],"title_tokens":["vim","option","notify","nvim-notify","enable"],"anchors":[]},{"id":"1357","title":"Option: vim.notify.nvim-notify.setupOpts","content":"Option table to pass into the setup function of nvim-notify\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-notify-nvim-notify-setupOpts","tokens":["into","can","not","docs","even","the","options","additional","table","setup","listed","they","function","you","any","pass","option","nvim-notify"],"title_tokens":["option","notify","vim","setupopts","nvim-notify"],"anchors":[]},{"id":"1358","title":"Option: vim.notify.nvim-notify.setupOpts.background_colour","content":"The background colour of the notification","path":"options.html#option-vim-notify-nvim-notify-setupOpts-background_colour","tokens":["background","colour","notification","the"],"title_tokens":["nvim-notify","background_colour","option","notify","vim","setupopts"],"anchors":[]},{"id":"1359","title":"Option: vim.notify.nvim-notify.setupOpts.icons","content":"The icons of the notification","path":"options.html#option-vim-notify-nvim-notify-setupOpts-icons","tokens":["notification","the","icons"],"title_tokens":["notify","setupopts","option","nvim-notify","icons","vim"],"anchors":[]},{"id":"1360","title":"Option: vim.notify.nvim-notify.setupOpts.position","content":"The position of the notification","path":"options.html#option-vim-notify-nvim-notify-setupOpts-position","tokens":["the","position","notification"],"title_tokens":["nvim-notify","position","option","setupopts","vim","notify"],"anchors":[]},{"id":"1361","title":"Option: vim.notify.nvim-notify.setupOpts.render","content":"Custom rendering method to be used for displaying notifications","path":"options.html#option-vim-notify-nvim-notify-setupOpts-render","tokens":["rendering","used","for","method","displaying","notifications","custom"],"title_tokens":["vim","option","notify","setupopts","nvim-notify","render"],"anchors":[]},{"id":"1362","title":"Option: vim.notify.nvim-notify.setupOpts.stages","content":"The stages of the notification","path":"options.html#option-vim-notify-nvim-notify-setupOpts-stages","tokens":["stages","the","notification"],"title_tokens":["notify","stages","vim","option","nvim-notify","setupopts"],"anchors":[]},{"id":"1363","title":"Option: vim.notify.nvim-notify.setupOpts.timeout","content":"The timeout of the notification","path":"options.html#option-vim-notify-nvim-notify-setupOpts-timeout","tokens":["notification","the","timeout"],"title_tokens":["setupopts","notify","option","vim","timeout","nvim-notify"],"anchors":[]},{"id":"1364","title":"Option: vim.optPlugins","content":"List of plugins to optionally load on startup.\nThis option has the same type definition as {option}vim.startPlugins and plugins in this list are appended to {option}vim.startPlugins by the wrapper during the build process.\nTo avoid overriding packages and dependencies provided by startPlugins, you are recommended to use this option or {option}vim.extraPlugins option.","path":"options.html#option-vim-optPlugins","tokens":["same","provided","overriding","the","you","type","this","extraplugins","appended","avoid","recommended","are","process","build","optionally","load","definition","wrapper","plugins","during","use","startplugins","list","option","vim","packages","dependencies","startup","has","and"],"title_tokens":["optplugins","option","vim"],"anchors":[]},{"id":"1365","title":"Option: vim.options","content":"A freeform attribute set containing vim options to be set as early as possible. If populated, this option will set vim options in the built {option}luaConfigRC after basic and before pluginConfigs DAG entries.\n::: {.note} {foo = \"bar\";} will set vim.o.foo to \"bar\", where the type of bar in the resulting Lua value will be inferred from the type of the value in the {name = value;} pair passed to the option. :::","path":"options.html#option-vim-options","tokens":["containing","option","from","options","note","and","pluginconfigs","after","populated","vim","resulting","lua","freeform","inferred","basic","luaconfigrc","dag","where","type","foo","the","built","bar","pair","attribute","before","value","passed","early","this","set","will","possible","name","entries"],"title_tokens":["option","vim","options"],"anchors":[]},{"id":"1366","title":"Option: vim.options.autoindent","content":"Enable auto indent","path":"options.html#option-vim-options-autoindent","tokens":["enable","auto","indent"],"title_tokens":["vim","option","autoindent","options"],"anchors":[]},{"id":"1367","title":"Option: vim.options.cmdheight","content":"Height of the command pane","path":"options.html#option-vim-options-cmdheight","tokens":["pane","height","command","the"],"title_tokens":["cmdheight","option","options","vim"],"anchors":[]},{"id":"1368","title":"Option: vim.options.cursorlineopt","content":"Highlight the text line of the cursor with CursorLine hl-CursorLine","path":"options.html#option-vim-options-cursorlineopt","tokens":["highlight","text","with","the","line","hl-cursorline","cursor","cursorline"],"title_tokens":["option","vim","options","cursorlineopt"],"anchors":[]},{"id":"1369","title":"Option: vim.options.mouse","content":"Set modes for mouse support.\nn - normal\nv - visual\ni - insert\nc - command-line\nh - all modes when editing a help file\na - all modes\nr - for hit-enter and more-prompt prompt\n\nThis option takes a string to ensure proper conversion to the corresponding Lua type. As such, we do not check the value passed to this option. Please ensure that any value that is set here is a valid value as per neovim documentation.","path":"options.html#option-vim-options-mouse","tokens":["insert","editing","lua","the","string","file","and","that","conversion","per","this","proper","set","hit-enter","mouse","prompt","check","any","valid","documentation","visual","option","type","passed","modes","all","neovim","help","corresponding","value","takes","not","for","when","normal","more-prompt","such","please","support","command-line","ensure","here"],"title_tokens":["vim","option","mouse","options"],"anchors":[]},{"id":"1370","title":"Option: vim.options.shiftwidth","content":"Number of spaces to use for each step of (auto)indent. Used for {option}cindent, >>, <<, etc.\nWhen zero the {option}tabstop value will be used.","path":"options.html#option-vim-options-shiftwidth","tokens":["each","spaces","use","used","zero","etc","when","value","will","the","auto","cindent","tabstop","for","option","number","step","indent"],"title_tokens":["vim","shiftwidth","options","option"],"anchors":[]},{"id":"1371","title":"Option: vim.options.signcolumn","content":"Whether to show the sign column","path":"options.html#option-vim-options-signcolumn","tokens":["sign","column","whether","show","the"],"title_tokens":["signcolumn","options","option","vim"],"anchors":[]},{"id":"1372","title":"Option: vim.options.splitbelow","content":"New splits will open below instead of on top","path":"options.html#option-vim-options-splitbelow","tokens":["splits","open","below","top","instead","will","new"],"title_tokens":["vim","option","splitbelow","options"],"anchors":[]},{"id":"1373","title":"Option: vim.options.splitright","content":"New splits will open to the right","path":"options.html#option-vim-options-splitright","tokens":["the","open","new","will","splits","right"],"title_tokens":["options","option","vim","splitright"],"anchors":[]},{"id":"1374","title":"Option: vim.options.tabstop","content":"Number of spaces that a in the file counts for. Also see the {command}:retab command, and the {option}softtabstop option.","path":"options.html#option-vim-options-tabstop","tokens":["tab","retab","file","for","softtabstop","see","that","number","also","the","spaces","command","and","option","counts"],"title_tokens":["tabstop","vim","option","options"],"anchors":[]},{"id":"1375","title":"Option: vim.options.termguicolors","content":"Set terminal up for 256 colours","path":"options.html#option-vim-options-termguicolors","tokens":["colours","terminal","set","for","256"],"title_tokens":["vim","options","option","termguicolors"],"anchors":[]},{"id":"1376","title":"Option: vim.options.tm","content":"Timeout in ms that Neovim will wait for mapped action to complete","path":"options.html#option-vim-options-tm","tokens":["that","complete","wait","action","will","neovim","mapped","for","timeout"],"title_tokens":["vim","option","options"],"anchors":[]},{"id":"1377","title":"Option: vim.options.updatetime","content":"The number of milliseconds till Cursor Hold event is fired","path":"options.html#option-vim-options-updatetime","tokens":["event","fired","hold","the","number","cursor","milliseconds","till"],"title_tokens":["vim","options","option","updatetime"],"anchors":[]},{"id":"1378","title":"Option: vim.options.wrap","content":"Enable word wrapping.","path":"options.html#option-vim-options-wrap","tokens":["word","enable","wrapping"],"title_tokens":["option","vim","wrap","options"],"anchors":[]},{"id":"1379","title":"Option: vim.package","content":"The neovim package to use for the wrapper. This corresponds to the package that will be wrapped with your plugins and settings.\n::: {.warning} You will need to use an unwrapped package for this option to work as intended. Using an already wrapped package here may yield undesirable results. :::","path":"options.html#option-vim-package","tokens":["settings","undesirable","wrapper","already","neovim","that","unwrapped","need","with","you","your","option","will","using","the","plugins","work","may","wrapped","package","intended","this","and","here","for","use","warning","corresponds","yield","results"],"title_tokens":["vim","package","option"],"anchors":[]},{"id":"1380","title":"Option: vim.pluginOverrides","content":"Attribute set of plugins to override default values","path":"options.html#option-vim-pluginOverrides","tokens":["default","values","set","plugins","override","attribute"],"title_tokens":["option","vim","pluginoverrides"],"anchors":[]},{"id":"1381","title":"Option: vim.pluginRC","content":"The DAG used to configure plugins. If a string is passed, entryAnywhere is automatically applied.","path":"options.html#option-vim-pluginRC","tokens":["configure","the","used","plugins","passed","string","entryanywhere","dag","automatically","applied"],"title_tokens":["vim","pluginrc","option"],"anchors":[]},{"id":"1382","title":"Option: vim.presence.neocord.enable","content":"Whether to enable neocord plugin for discord rich presence.","path":"options.html#option-vim-presence-neocord-enable","tokens":["whether","discord","enable","for","rich","plugin","neocord","presence"],"title_tokens":["vim","neocord","presence","option","enable"],"anchors":[]},{"id":"1383","title":"Option: vim.presence.neocord.setupOpts","content":"Option table to pass into the setup function of neocord\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-presence-neocord-setupOpts","tokens":["neocord","docs","into","function","option","can","pass","listed","additional","any","they","the","even","you","setup","table","options","not"],"title_tokens":["vim","neocord","setupopts","option","presence"],"anchors":[]},{"id":"1384","title":"Option: vim.presence.neocord.setupOpts.auto_update","content":"Automatically update the presence","path":"options.html#option-vim-presence-neocord-setupOpts-auto_update","tokens":["automatically","presence","the","update"],"title_tokens":["neocord","vim","setupopts","auto_update","option","presence"],"anchors":[]},{"id":"1385","title":"Option: vim.presence.neocord.setupOpts.blacklist","content":"List of filetypes to ignore","path":"options.html#option-vim-presence-neocord-setupOpts-blacklist","tokens":["ignore","list","filetypes"],"title_tokens":["setupopts","vim","option","neocord","blacklist","presence"],"anchors":[]},{"id":"1386","title":"Option: vim.presence.neocord.setupOpts.client_id","content":"Client ID of the application","path":"options.html#option-vim-presence-neocord-setupOpts-client_id","tokens":["client","application","the"],"title_tokens":["presence","vim","client_id","option","neocord","setupopts"],"anchors":[]},{"id":"1387","title":"Option: vim.presence.neocord.setupOpts.debounce_timeout","content":"Number of seconds to debounce events","path":"options.html#option-vim-presence-neocord-setupOpts-debounce_timeout","tokens":["number","events","seconds","debounce"],"title_tokens":["setupopts","presence","debounce_timeout","option","vim","neocord"],"anchors":[]},{"id":"1388","title":"Option: vim.presence.neocord.setupOpts.editing_text","content":"Text displayed when editing a file","path":"options.html#option-vim-presence-neocord-setupOpts-editing_text","tokens":["displayed","file","editing","text","when"],"title_tokens":["neocord","editing_text","vim","presence","setupopts","option"],"anchors":[]},{"id":"1389","title":"Option: vim.presence.neocord.setupOpts.enable_line_number","content":"Show line number on the RPC item","path":"options.html#option-vim-presence-neocord-setupOpts-enable_line_number","tokens":["line","number","show","rpc","the","item"],"title_tokens":["option","presence","vim","neocord","setupopts","enable_line_number"],"anchors":[]},{"id":"1390","title":"Option: vim.presence.neocord.setupOpts.file_explorer_text","content":"Text displayed when browsing files","path":"options.html#option-vim-presence-neocord-setupOpts-file_explorer_text","tokens":["text","displayed","when","browsing","files"],"title_tokens":["setupopts","option","neocord","file_explorer_text","vim","presence"],"anchors":[]},{"id":"1391","title":"Option: vim.presence.neocord.setupOpts.git_commit_text","content":"Text displayed when committing changes","path":"options.html#option-vim-presence-neocord-setupOpts-git_commit_text","tokens":["text","changes","committing","when","displayed"],"title_tokens":["neocord","setupopts","presence","vim","option","git_commit_text"],"anchors":[]},{"id":"1392","title":"Option: vim.presence.neocord.setupOpts.line_number_text","content":"Text displayed when showing line number","path":"options.html#option-vim-presence-neocord-setupOpts-line_number_text","tokens":["when","text","showing","line","displayed","number"],"title_tokens":["line_number_text","vim","setupopts","neocord","option","presence"],"anchors":[]},{"id":"1393","title":"Option: vim.presence.neocord.setupOpts.log_level","content":"Log level to be used by the plugin","path":"options.html#option-vim-presence-neocord-setupOpts-log_level","tokens":["level","used","plugin","the","log"],"title_tokens":["setupopts","option","presence","neocord","log_level","vim"],"anchors":[]},{"id":"1394","title":"Option: vim.presence.neocord.setupOpts.logo","content":"Logo to be displayed on the RPC item\nThis must be either \"auto\" or an URL to your image of choice","path":"options.html#option-vim-presence-neocord-setupOpts-logo","tokens":["choice","the","must","auto","image","logo","url","displayed","your","item","this","rpc","either"],"title_tokens":["option","logo","vim","neocord","setupopts","presence"],"anchors":[]},{"id":"1395","title":"Option: vim.presence.neocord.setupOpts.logo_tooltip","content":"Text displayed when hovering over the Neovim image","path":"options.html#option-vim-presence-neocord-setupOpts-logo_tooltip","tokens":["displayed","when","hovering","the","neovim","text","over","image"],"title_tokens":["setupopts","neocord","option","presence","vim","logo_tooltip"],"anchors":[]},{"id":"1396","title":"Option: vim.presence.neocord.setupOpts.main_image","content":"Main image to be displayed","path":"options.html#option-vim-presence-neocord-setupOpts-main_image","tokens":["displayed","main","image"],"title_tokens":["vim","setupopts","presence","main_image","option","neocord"],"anchors":[]},{"id":"1397","title":"Option: vim.presence.neocord.setupOpts.plugin_manager_text","content":"Text displayed when managing plugins","path":"options.html#option-vim-presence-neocord-setupOpts-plugin_manager_text","tokens":["text","displayed","plugins","when","managing"],"title_tokens":["vim","plugin_manager_text","setupopts","presence","neocord","option"],"anchors":[]},{"id":"1398","title":"Option: vim.presence.neocord.setupOpts.reading_text","content":"Text displayed when reading a file","path":"options.html#option-vim-presence-neocord-setupOpts-reading_text","tokens":["displayed","text","reading","file","when"],"title_tokens":["neocord","option","presence","setupopts","reading_text","vim"],"anchors":[]},{"id":"1399","title":"Option: vim.presence.neocord.setupOpts.show_time","content":"Show time on the RPC item","path":"options.html#option-vim-presence-neocord-setupOpts-show_time","tokens":["show","rpc","item","time","the"],"title_tokens":["option","show_time","presence","vim","neocord","setupopts"],"anchors":[]},{"id":"1400","title":"Option: vim.presence.neocord.setupOpts.terminal_text","content":"Text displayed when working on the terminal","path":"options.html#option-vim-presence-neocord-setupOpts-terminal_text","tokens":["text","terminal","displayed","the","working","when"],"title_tokens":["neocord","vim","presence","option","terminal_text","setupopts"],"anchors":[]},{"id":"1401","title":"Option: vim.presence.neocord.setupOpts.workspace_text","content":"Text displayed when working on a project","path":"options.html#option-vim-presence-neocord-setupOpts-workspace_text","tokens":["working","project","when","text","displayed"],"title_tokens":["workspace_text","setupopts","presence","option","vim","neocord"],"anchors":[]},{"id":"1402","title":"Option: vim.preventJunkFiles","content":"Prevent swapfile and backupfile from being created.\nfalse is the default Neovim behaviour. If you wish to create backup and swapfiles, set this option to false.","path":"options.html#option-vim-preventJunkFiles","tokens":["you","swapfiles","created","false","neovim","prevent","set","option","behaviour","being","from","and","default","backupfile","backup","this","create","the","swapfile","wish"],"title_tokens":["preventjunkfiles","vim","option"],"anchors":[]},{"id":"1403","title":"Option: vim.projects.project-nvim.enable","content":"Whether to enable project-nvim for project management.","path":"options.html#option-vim-projects-project-nvim-enable","tokens":["whether","enable","project","project-nvim","management","for"],"title_tokens":["vim","project-nvim","enable","projects","option"],"anchors":[]},{"id":"1404","title":"Option: vim.projects.project-nvim.setupOpts","content":"Option table to pass into the setup function of Project.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-projects-project-nvim-setupOpts","tokens":["not","even","the","pass","any","nvim","they","listed","docs","you","table","can","function","project","options","additional","setup","into","option"],"title_tokens":["vim","project-nvim","projects","setupopts","option"],"anchors":[]},{"id":"1405","title":"Option: vim.projects.project-nvim.setupOpts.detection_methods","content":"Detection methods to use","path":"options.html#option-vim-projects-project-nvim-setupOpts-detection_methods","tokens":["use","detection","methods"],"title_tokens":["option","vim","project-nvim","setupopts","projects","detection_methods"],"anchors":[]},{"id":"1406","title":"Option: vim.projects.project-nvim.setupOpts.exclude_dirs","content":"Directories to exclude from project root search","path":"options.html#option-vim-projects-project-nvim-setupOpts-exclude_dirs","tokens":["directories","search","exclude","project","from","root"],"title_tokens":["exclude_dirs","setupopts","option","projects","vim","project-nvim"],"anchors":[]},{"id":"1407","title":"Option: vim.projects.project-nvim.setupOpts.lsp_ignored","content":"LSP servers no ignore by name","path":"options.html#option-vim-projects-project-nvim-setupOpts-lsp_ignored","tokens":["name","ignore","servers","lsp"],"title_tokens":["option","vim","setupopts","projects","project-nvim","lsp_ignored"],"anchors":[]},{"id":"1408","title":"Option: vim.projects.project-nvim.setupOpts.manual_mode","content":"don't automatically change the root directory so the user has the option to manually do so using :ProjectRoot command","path":"options.html#option-vim-projects-project-nvim-setupOpts-manual_mode","tokens":["root","has","directory","the","don","change","user","option","manually","projectroot","command","automatically","using"],"title_tokens":["setupopts","manual_mode","projects","project-nvim","option","vim"],"anchors":[]},{"id":"1409","title":"Option: vim.projects.project-nvim.setupOpts.patterns","content":"Patterns to use for pattern detection method","path":"options.html#option-vim-projects-project-nvim-setupOpts-patterns","tokens":["patterns","detection","pattern","for","method","use"],"title_tokens":["setupopts","project-nvim","patterns","projects","option","vim"],"anchors":[]},{"id":"1410","title":"Option: vim.projects.project-nvim.setupOpts.scope_chdir","content":"What scope to change the directory","path":"options.html#option-vim-projects-project-nvim-setupOpts-scope_chdir","tokens":["scope","directory","the","change","what"],"title_tokens":["project-nvim","setupopts","scope_chdir","vim","projects","option"],"anchors":[]},{"id":"1411","title":"Option: vim.projects.project-nvim.setupOpts.show_hidden","content":"Show hidden files in telescope picker","path":"options.html#option-vim-projects-project-nvim-setupOpts-show_hidden","tokens":["show","hidden","picker","telescope","files"],"title_tokens":["show_hidden","projects","option","project-nvim","vim","setupopts"],"anchors":[]},{"id":"1412","title":"Option: vim.projects.project-nvim.setupOpts.silent_chdir","content":"Silently change directory when changing project","path":"options.html#option-vim-projects-project-nvim-setupOpts-silent_chdir","tokens":["directory","silently","change","when","project","changing"],"title_tokens":["vim","setupopts","silent_chdir","project-nvim","projects","option"],"anchors":[]},{"id":"1413","title":"Option: vim.python3Packages","content":"List of python packages to install","path":"options.html#option-vim-python3Packages","tokens":["list","install","python","packages"],"title_tokens":["option","vim","python3packages"],"anchors":[]},{"id":"1414","title":"Option: vim.repl.conjure.enable","content":"Whether to enable Conjure.","path":"options.html#option-vim-repl-conjure-enable","tokens":["whether","enable","conjure"],"title_tokens":["vim","enable","repl","conjure","option"],"anchors":[]},{"id":"1415","title":"Option: vim.runner.run-nvim.enable","content":"Whether to enable run.nvim.","path":"options.html#option-vim-runner-run-nvim-enable","tokens":["whether","enable","run","nvim"],"title_tokens":["option","run-nvim","runner","enable","vim"],"anchors":[]},{"id":"1416","title":"Option: vim.runner.run-nvim.mappings.run","content":"Run cached","path":"options.html#option-vim-runner-run-nvim-mappings-run","tokens":["cached","run"],"title_tokens":["mappings","run-nvim","runner","run","option","vim"],"anchors":[]},{"id":"1417","title":"Option: vim.runner.run-nvim.mappings.runCommand","content":"Run prompt","path":"options.html#option-vim-runner-run-nvim-mappings-runCommand","tokens":["prompt","run"],"title_tokens":["runner","vim","option","run-nvim","mappings","runcommand"],"anchors":[]},{"id":"1418","title":"Option: vim.runner.run-nvim.mappings.runOverride","content":"Run and override","path":"options.html#option-vim-runner-run-nvim-mappings-runOverride","tokens":["and","run","override"],"title_tokens":["option","vim","runoverride","runner","run-nvim","mappings"],"anchors":[]},{"id":"1419","title":"Option: vim.runner.run-nvim.setupOpts","content":"Option table to pass into the setup function of run.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-runner-run-nvim-setupOpts","tokens":["additional","into","any","options","option","the","nvim","not","pass","you","can","they","setup","docs","even","listed","table","run","function"],"title_tokens":["runner","vim","option","setupopts","run-nvim"],"anchors":[]},{"id":"1420","title":"Option: vim.searchCase","content":"Set the case sensitivity of search","path":"options.html#option-vim-searchCase","tokens":["set","search","the","sensitivity","case"],"title_tokens":["vim","searchcase","option"],"anchors":[]},{"id":"1421","title":"Option: vim.session.nvim-session-manager.enable","content":"Whether to enable nvim-session-manager: manage sessions like folders in VSCode.","path":"options.html#option-vim-session-nvim-session-manager-enable","tokens":["whether","enable","manage","like","folders","vscode","nvim-session-manager","sessions"],"title_tokens":["session","nvim-session-manager","option","enable","vim"],"anchors":[]},{"id":"1422","title":"Option: vim.session.nvim-session-manager.mappings.deleteSession","content":"Delete session","path":"options.html#option-vim-session-nvim-session-manager-mappings-deleteSession","tokens":["delete","session"],"title_tokens":["deletesession","mappings","vim","nvim-session-manager","option","session"],"anchors":[]},{"id":"1423","title":"Option: vim.session.nvim-session-manager.mappings.loadLastSession","content":"Load last session","path":"options.html#option-vim-session-nvim-session-manager-mappings-loadLastSession","tokens":["session","load","last"],"title_tokens":["mappings","nvim-session-manager","vim","session","option","loadlastsession"],"anchors":[]},{"id":"1424","title":"Option: vim.session.nvim-session-manager.mappings.loadSession","content":"Load session","path":"options.html#option-vim-session-nvim-session-manager-mappings-loadSession","tokens":["load","session"],"title_tokens":["mappings","nvim-session-manager","vim","session","option","loadsession"],"anchors":[]},{"id":"1425","title":"Option: vim.session.nvim-session-manager.mappings.saveCurrentSession","content":"Save current session","path":"options.html#option-vim-session-nvim-session-manager-mappings-saveCurrentSession","tokens":["save","current","session"],"title_tokens":["nvim-session-manager","session","mappings","savecurrentsession","option","vim"],"anchors":[]},{"id":"1426","title":"Option: vim.session.nvim-session-manager.setupOpts","content":"Option table to pass into the setup function of which-key\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-session-nvim-session-manager-setupOpts","tokens":["can","the","additional","options","which-key","function","pass","even","docs","setup","any","not","option","you","they","into","table","listed"],"title_tokens":["nvim-session-manager","option","vim","session","setupopts"],"anchors":[]},{"id":"1427","title":"Option: vim.session.nvim-session-manager.setupOpts.autoload_mode","content":"Define what to do when Neovim is started without arguments.\nTakes either one of \"Disabled\", \"CurrentDir\", \"LastSession\", \"GitSession\" in which case the value will be inserted into sm.AutoloadMode., or an inline Lua value.","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autoload_mode","tokens":["arguments","either","without","takes","gitsession","will","what","case","currentdir","neovim","the","value","one","define","when","inserted","autoloadmode","into","lastsession","disabled","which","started","inline","lua"],"title_tokens":["nvim-session-manager","setupopts","autoload_mode","vim","option","session"],"anchors":[]},{"id":"1428","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_ignore_buftypes","content":"All buffers of these buffer types will be closed before the session is saved","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_ignore_buftypes","tokens":["closed","buffers","the","buffer","will","saved","types","these","all","before","session"],"title_tokens":["option","session","nvim-session-manager","setupopts","autosave_ignore_buftypes","vim"],"anchors":[]},{"id":"1429","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_ignore_dirs","content":"A list of directories where the session will not be autosaved","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_ignore_dirs","tokens":["autosaved","the","not","directories","list","will","session","where"],"title_tokens":["setupopts","session","autosave_ignore_dirs","vim","nvim-session-manager","option"],"anchors":[]},{"id":"1430","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_ignore_filetypes","content":"All buffers of these file types will be closed before the session is saved","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_ignore_filetypes","tokens":["the","all","saved","file","these","before","session","closed","will","buffers","types"],"title_tokens":["session","nvim-session-manager","vim","option","autosave_ignore_filetypes","setupopts"],"anchors":[]},{"id":"1431","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_ignore_not_normal","content":"Plugin will not save a session when no buffers are opened, or all of them are not writable or listed","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_ignore_not_normal","tokens":["them","buffers","session","plugin","will","when","are","save","all","writable","not","opened","listed"],"title_tokens":["vim","nvim-session-manager","option","setupopts","autosave_ignore_not_normal","session"],"anchors":[]},{"id":"1432","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_last_session","content":"Automatically save last session on exit and on session switch","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_last_session","tokens":["switch","save","exit","and","automatically","session","last"],"title_tokens":["setupopts","option","autosave_last_session","session","nvim-session-manager","vim"],"anchors":[]},{"id":"1433","title":"Option: vim.session.nvim-session-manager.setupOpts.autosave_only_in_session","content":"Always autosaves session. If true, only autosaves after a session is active","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-autosave_only_in_session","tokens":["after","only","true","active","session","autosaves","always"],"title_tokens":["nvim-session-manager","session","setupopts","autosave_only_in_session","vim","option"],"anchors":[]},{"id":"1434","title":"Option: vim.session.nvim-session-manager.setupOpts.colon_replacer","content":"The character to which the colon symbol will be replaced for session files","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-colon_replacer","tokens":["for","the","symbol","replaced","will","which","session","files","character","colon"],"title_tokens":["option","session","setupopts","colon_replacer","nvim-session-manager","vim"],"anchors":[]},{"id":"1435","title":"Option: vim.session.nvim-session-manager.setupOpts.max_path_length","content":"Shorten the display path if length exceeds this threshold.\nUse 0 if don't want to shorten the path at all","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-max_path_length","tokens":["the","exceeds","threshold","use","want","length","path","this","all","shorten","display","don"],"title_tokens":["option","session","max_path_length","vim","setupopts","nvim-session-manager"],"anchors":[]},{"id":"1436","title":"Option: vim.session.nvim-session-manager.setupOpts.path_replacer","content":"The character to which the path separator will be replaced for session files","path":"options.html#option-vim-session-nvim-session-manager-setupOpts-path_replacer","tokens":["separator","files","replaced","which","path","will","session","the","for","character"],"title_tokens":["session","vim","nvim-session-manager","path_replacer","option","setupopts"],"anchors":[]},{"id":"1437","title":"Option: vim.session.nvim-session-manager.usePicker","content":"Whether we should use dressing.nvim to build a session picker UI","path":"options.html#option-vim-session-nvim-session-manager-usePicker","tokens":["session","use","should","dressing","nvim","whether","picker","build"],"title_tokens":["nvim-session-manager","vim","session","option","usepicker"],"anchors":[]},{"id":"1438","title":"Option: vim.snippets.luasnip.customSnippets.snipmate","content":"A list containing custom snippets in the SnipMate format to be loaded by LuaSnip.","path":"options.html#option-vim-snippets-luasnip-customSnippets-snipmate","tokens":["the","custom","snippets","snipmate","format","list","luasnip","loaded","containing"],"title_tokens":["option","luasnip","vim","customsnippets","snipmate","snippets"],"anchors":[]},{"id":"1439","title":"Option: vim.snippets.luasnip.customSnippets.snipmate.<name>.*.body","content":"The body of the snippet in SnipMate format (see LuaSnip Documentation).","path":"options.html#option-vim-snippets-luasnip-customSnippets-snipmate--*-body","tokens":["body","documentation","snipmate","snippet","see","the","luasnip","format"],"title_tokens":["snippets","vim","name","body","option","snipmate","luasnip","customsnippets"],"anchors":[]},{"id":"1440","title":"Option: vim.snippets.luasnip.customSnippets.snipmate.<name>.*.description","content":"The description shown for this snippet.","path":"options.html#option-vim-snippets-luasnip-customSnippets-snipmate--*-description","tokens":["for","shown","snippet","description","this","the"],"title_tokens":["luasnip","name","description","customsnippets","snipmate","vim","snippets","option"],"anchors":[]},{"id":"1441","title":"Option: vim.snippets.luasnip.customSnippets.snipmate.<name>.*.trigger","content":"The trigger used to activate this snippet.","path":"options.html#option-vim-snippets-luasnip-customSnippets-snipmate--*-trigger","tokens":["activate","used","the","this","snippet","trigger"],"title_tokens":["vim","trigger","name","customsnippets","option","snipmate","snippets","luasnip"],"anchors":[]},{"id":"1442","title":"Option: vim.snippets.luasnip.enable","content":"Whether to enable luasnip.","path":"options.html#option-vim-snippets-luasnip-enable","tokens":["whether","luasnip","enable"],"title_tokens":["luasnip","enable","option","snippets","vim"],"anchors":[]},{"id":"1443","title":"Option: vim.snippets.luasnip.loaders","content":"Lua code used to load snippet providers.","path":"options.html#option-vim-snippets-luasnip-loaders","tokens":["providers","lua","used","load","snippet","code"],"title_tokens":["loaders","snippets","option","vim","luasnip"],"anchors":[]},{"id":"1444","title":"Option: vim.snippets.luasnip.providers","content":"The snippet provider packages.\n::: {.note} These are simply appended to {option} vim.startPlugins. :::","path":"options.html#option-vim-snippets-luasnip-providers","tokens":["appended","packages","simply","vim","provider","these","note","the","option","startplugins","snippet","are"],"title_tokens":["snippets","luasnip","option","vim","providers"],"anchors":[]},{"id":"1445","title":"Option: vim.snippets.luasnip.setupOpts","content":"Option table to pass into the setup function of LuaSnip\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-snippets-luasnip-setupOpts","tokens":["listed","option","the","additional","even","can","they","luasnip","options","any","not","setup","pass","into","table","docs","function","you"],"title_tokens":["luasnip","option","snippets","vim","setupopts"],"anchors":[]},{"id":"1446","title":"Option: vim.snippets.luasnip.setupOpts.enable_autosnippets","content":"Whether to enable autosnippets.","path":"options.html#option-vim-snippets-luasnip-setupOpts-enable_autosnippets","tokens":["whether","enable","autosnippets"],"title_tokens":["enable_autosnippets","option","luasnip","vim","snippets","setupopts"],"anchors":[]},{"id":"1447","title":"Option: vim.spellcheck.enable","content":"Whether to enable Neovim's built-in spellchecking.","path":"options.html#option-vim-spellcheck-enable","tokens":["spellchecking","built-in","whether","enable","neovim"],"title_tokens":["enable","option","spellcheck","vim"],"anchors":[]},{"id":"1448","title":"Option: vim.spellcheck.extraSpellWords","content":"Additional words to be used for spellchecking. The names of each key will be used as the language code for the spell file. For example\nwill result in en.utf-8.add.spl being added to Neovim's runtime in the {file}spell directory.\n::: {.warning} The attribute keys must be in \".\" format for Neovim to compile your spellfiles without mangling the resulting file names. Please make sure that you enter the correct value, as nvf does not do any kind of internal checking. Please see {command}:help mkspell for more details.\nExample:\n:::\nNote that while adding a new language, you will still need to add the name of the language (e.g. \"en\") to the {option}vim.spellcheck.languages list by name in order to enable spellchecking for the language. By default only \"en\" is in the list.","path":"options.html#option-vim-spellcheck-extraSpellWords","tokens":["help","without","you","attribute","language","does","code","correct","kind","list","format","more","spl","the","compile","need","used","your","example","make","words","any","name","vim","spellfiles","utf-8","result","see","value","names","while","must","file","additional","neovim","mangling","note","sure","added","resulting","new","being","that","option","adding","only","order","each","key","still","not","languages","directory","command","default","for","encoding","add","spellcheck","checking","spell","nvf","will","mkspell","enable","internal","please","enter","spellchecking","warning","details","runtime","keys"],"title_tokens":["vim","spellcheck","option","extraspellwords"],"anchors":[]},{"id":"1449","title":"Option: vim.spellcheck.ignoredFiletypes","content":"A list of filetypes for which spellchecking will be disabled.\n::: {.tip} You may use {command}:echo &filetype in Neovim to find out the filetype for a specific buffer. :::","path":"options.html#option-vim-spellcheck-ignoredFiletypes","tokens":["find","will","command","disabled","list","which","tip","echo","the","use","filetypes","for","neovim","you","may","out","filetype","spellchecking","specific","buffer"],"title_tokens":["spellcheck","vim","ignoredfiletypes","option"],"anchors":[]},{"id":"1450","title":"Option: vim.spellcheck.languages","content":"A list of languages that should be used for spellchecking.\nTo add your own language files, you may place your spell directory in either {file}$XDG_CONFIG_HOME/nvf or in a path that is included in the additionalRuntimePaths list provided by nvf.","path":"options.html#option-vim-spellcheck-languages","tokens":["directory","additionalruntimepaths","xdg_config_home","files","add","spell","either","the","that","included","nvf","may","used","your","file","list","own","provided","spellchecking","language","should","path","you","for","languages","place"],"title_tokens":["vim","languages","option","spellcheck"],"anchors":[]},{"id":"1451","title":"Option: vim.spellcheck.programmingWordlist.enable","content":"Whether to enable vim-dirtytalk, a wordlist for programmers containing common programming terms.\n::: {.note} Enabling this option will unconditionally set {option}vim.spellcheck.enable to true as vim-dirtytalk depends on spellchecking having been set up.\nRun {command}:DirtytalkUpdate on first use to download the spellfile. ::: .","path":"options.html#option-vim-spellcheck-programmingWordlist-enable","tokens":["true","for","enable","this","programming","vim","whether","vim-dirtytalk","run","dirtytalkupdate","spellfile","been","note","set","wordlist","unconditionally","common","depends","terms","containing","download","spellcheck","first","programmers","option","spellchecking","having","enabling","use","the","will","command"],"title_tokens":["vim","spellcheck","enable","programmingwordlist","option"],"anchors":[]},{"id":"1452","title":"Option: vim.spellcheck.vim-dirtytalk.enable","content":"Alias of {option}vim.spellcheck.programmingWordlist.enable.","path":"options.html#option-vim-spellcheck-vim-dirtytalk-enable","tokens":["spellcheck","alias","programmingwordlist","enable","vim","option"],"title_tokens":["spellcheck","enable","option","vim-dirtytalk","vim"],"anchors":[]},{"id":"1453","title":"Option: vim.startPlugins","content":"List of plugins to load on startup. This is used internally to add plugins to Neovim's runtime.\nTo add additional plugins to your configuration, consider using the {option}vim.extraPlugins option.","path":"options.html#option-vim-startPlugins","tokens":["plugins","your","extraplugins","load","list","using","internally","option","consider","neovim","startup","configuration","vim","this","runtime","used","additional","the","add"],"title_tokens":["startplugins","option","vim"],"anchors":[]},{"id":"1454","title":"Option: vim.statusline.lualine.activeSection.a","content":"active config for: | (A) | B | C X | Y | Z |","path":"options.html#option-vim-statusline-lualine-activeSection-a","tokens":["for","active","config"],"title_tokens":["vim","lualine","activesection","statusline","option"],"anchors":[]},{"id":"1455","title":"Option: vim.statusline.lualine.activeSection.b","content":"active config for: | A | (B) | C X | Y | Z |","path":"options.html#option-vim-statusline-lualine-activeSection-b","tokens":["config","active","for"],"title_tokens":["lualine","vim","statusline","activesection","option"],"anchors":[]},{"id":"1456","title":"Option: vim.statusline.lualine.activeSection.c","content":"active config for: | A | B | (C) X | Y | Z |","path":"options.html#option-vim-statusline-lualine-activeSection-c","tokens":["for","active","config"],"title_tokens":["vim","statusline","lualine","activesection","option"],"anchors":[]},{"id":"1457","title":"Option: vim.statusline.lualine.activeSection.x","content":"active config for: | A | B | C (X) | Y | Z |","path":"options.html#option-vim-statusline-lualine-activeSection-x","tokens":["for","active","config"],"title_tokens":["vim","option","activesection","statusline","lualine"],"anchors":[]},{"id":"1458","title":"Option: vim.statusline.lualine.activeSection.y","content":"active config for: | A | B | C X | (Y) | Z |","path":"options.html#option-vim-statusline-lualine-activeSection-y","tokens":["config","for","active"],"title_tokens":["statusline","vim","option","lualine","activesection"],"anchors":[]},{"id":"1459","title":"Option: vim.statusline.lualine.activeSection.z","content":"active config for: | A | B | C X | Y | (Z) |","path":"options.html#option-vim-statusline-lualine-activeSection-z","tokens":["config","active","for"],"title_tokens":["activesection","statusline","vim","option","lualine"],"anchors":[]},{"id":"1460","title":"Option: vim.statusline.lualine.alwaysDivideMiddle","content":"Always divide middle section","path":"options.html#option-vim-statusline-lualine-alwaysDivideMiddle","tokens":["section","divide","always","middle"],"title_tokens":["alwaysdividemiddle","statusline","vim","lualine","option"],"anchors":[]},{"id":"1461","title":"Option: vim.statusline.lualine.componentSeparator.left","content":"Component separator for left side","path":"options.html#option-vim-statusline-lualine-componentSeparator-left","tokens":["component","left","separator","for","side"],"title_tokens":["vim","lualine","componentseparator","option","left","statusline"],"anchors":[]},{"id":"1462","title":"Option: vim.statusline.lualine.componentSeparator.right","content":"Component separator for right side","path":"options.html#option-vim-statusline-lualine-componentSeparator-right","tokens":["separator","right","side","for","component"],"title_tokens":["componentseparator","statusline","right","option","vim","lualine"],"anchors":[]},{"id":"1463","title":"Option: vim.statusline.lualine.disabledFiletypes","content":"Filetypes to disable lualine on","path":"options.html#option-vim-statusline-lualine-disabledFiletypes","tokens":["filetypes","disable","lualine"],"title_tokens":["disabledfiletypes","vim","option","statusline","lualine"],"anchors":[]},{"id":"1464","title":"Option: vim.statusline.lualine.enable","content":"Whether to enable lualine statusline plugin.","path":"options.html#option-vim-statusline-lualine-enable","tokens":["statusline","plugin","whether","enable","lualine"],"title_tokens":["vim","statusline","enable","lualine","option"],"anchors":[]},{"id":"1465","title":"Option: vim.statusline.lualine.extraActiveSection.a","content":"Extra entries for activeSection.a","path":"options.html#option-vim-statusline-lualine-extraActiveSection-a","tokens":["extra","entries","for","activesection"],"title_tokens":["statusline","vim","lualine","extraactivesection","option"],"anchors":[]},{"id":"1466","title":"Option: vim.statusline.lualine.extraActiveSection.b","content":"Extra entries for activeSection.b","path":"options.html#option-vim-statusline-lualine-extraActiveSection-b","tokens":["extra","entries","for","activesection"],"title_tokens":["lualine","option","statusline","extraactivesection","vim"],"anchors":[]},{"id":"1467","title":"Option: vim.statusline.lualine.extraActiveSection.c","content":"Extra entries for activeSection.c","path":"options.html#option-vim-statusline-lualine-extraActiveSection-c","tokens":["for","activesection","extra","entries"],"title_tokens":["extraactivesection","vim","statusline","option","lualine"],"anchors":[]},{"id":"1468","title":"Option: vim.statusline.lualine.extraActiveSection.x","content":"Extra entries for activeSection.x","path":"options.html#option-vim-statusline-lualine-extraActiveSection-x","tokens":["extra","activesection","for","entries"],"title_tokens":["vim","option","statusline","lualine","extraactivesection"],"anchors":[]},{"id":"1469","title":"Option: vim.statusline.lualine.extraActiveSection.y","content":"Extra entries for activeSection.y","path":"options.html#option-vim-statusline-lualine-extraActiveSection-y","tokens":["extra","entries","activesection","for"],"title_tokens":["statusline","option","vim","extraactivesection","lualine"],"anchors":[]},{"id":"1470","title":"Option: vim.statusline.lualine.extraActiveSection.z","content":"Extra entries for activeSection.z","path":"options.html#option-vim-statusline-lualine-extraActiveSection-z","tokens":["activesection","entries","for","extra"],"title_tokens":["option","statusline","lualine","extraactivesection","vim"],"anchors":[]},{"id":"1471","title":"Option: vim.statusline.lualine.extraInactiveSection.a","content":"Extra entries for inactiveSection.a","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-a","tokens":["for","inactivesection","extra","entries"],"title_tokens":["extrainactivesection","statusline","option","vim","lualine"],"anchors":[]},{"id":"1472","title":"Option: vim.statusline.lualine.extraInactiveSection.b","content":"Extra entries for inactiveSection.b","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-b","tokens":["inactivesection","extra","for","entries"],"title_tokens":["option","vim","extrainactivesection","lualine","statusline"],"anchors":[]},{"id":"1473","title":"Option: vim.statusline.lualine.extraInactiveSection.c","content":"Extra entries for inactiveSection.c","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-c","tokens":["for","extra","inactivesection","entries"],"title_tokens":["option","extrainactivesection","lualine","vim","statusline"],"anchors":[]},{"id":"1474","title":"Option: vim.statusline.lualine.extraInactiveSection.x","content":"Extra entries for inactiveSection.x","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-x","tokens":["entries","inactivesection","extra","for"],"title_tokens":["vim","option","extrainactivesection","statusline","lualine"],"anchors":[]},{"id":"1475","title":"Option: vim.statusline.lualine.extraInactiveSection.y","content":"Extra entries for inactiveSection.y","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-y","tokens":["for","extra","inactivesection","entries"],"title_tokens":["option","lualine","extrainactivesection","statusline","vim"],"anchors":[]},{"id":"1476","title":"Option: vim.statusline.lualine.extraInactiveSection.z","content":"Extra entries for inactiveSection.z","path":"options.html#option-vim-statusline-lualine-extraInactiveSection-z","tokens":["extra","entries","inactivesection","for"],"title_tokens":["extrainactivesection","statusline","option","lualine","vim"],"anchors":[]},{"id":"1477","title":"Option: vim.statusline.lualine.globalStatus","content":"Enable global status for lualine","path":"options.html#option-vim-statusline-lualine-globalStatus","tokens":["for","global","status","lualine","enable"],"title_tokens":["option","statusline","lualine","globalstatus","vim"],"anchors":[]},{"id":"1478","title":"Option: vim.statusline.lualine.icons.enable","content":"Whether to enable icons for lualine.","path":"options.html#option-vim-statusline-lualine-icons-enable","tokens":["whether","for","lualine","icons","enable"],"title_tokens":["lualine","icons","vim","option","enable","statusline"],"anchors":[]},{"id":"1479","title":"Option: vim.statusline.lualine.ignoreFocus","content":"If current filetype is in this list it'll always be drawn as inactive statusline and the last window will be drawn as active statusline.","path":"options.html#option-vim-statusline-lualine-ignoreFocus","tokens":["drawn","inactive","window","will","statusline","the","current","and","active","filetype","this","always","last","list"],"title_tokens":["option","statusline","vim","lualine","ignorefocus"],"anchors":[]},{"id":"1480","title":"Option: vim.statusline.lualine.inactiveSection.a","content":"inactive config for: | (A) | B | C X | Y | Z |","path":"options.html#option-vim-statusline-lualine-inactiveSection-a","tokens":["inactive","for","config"],"title_tokens":["vim","lualine","inactivesection","statusline","option"],"anchors":[]},{"id":"1481","title":"Option: vim.statusline.lualine.inactiveSection.b","content":"inactive config for: | A | (B) | C X | Y | Z |","path":"options.html#option-vim-statusline-lualine-inactiveSection-b","tokens":["config","for","inactive"],"title_tokens":["option","vim","inactivesection","lualine","statusline"],"anchors":[]},{"id":"1482","title":"Option: vim.statusline.lualine.inactiveSection.c","content":"inactive config for: | A | B | (C) X | Y | Z |","path":"options.html#option-vim-statusline-lualine-inactiveSection-c","tokens":["for","config","inactive"],"title_tokens":["lualine","vim","statusline","inactivesection","option"],"anchors":[]},{"id":"1483","title":"Option: vim.statusline.lualine.inactiveSection.x","content":"inactive config for: | A | B | C (X) | Y | Z |","path":"options.html#option-vim-statusline-lualine-inactiveSection-x","tokens":["for","config","inactive"],"title_tokens":["inactivesection","option","vim","statusline","lualine"],"anchors":[]},{"id":"1484","title":"Option: vim.statusline.lualine.inactiveSection.y","content":"inactive config for: | A | B | C X | (Y) | Z |","path":"options.html#option-vim-statusline-lualine-inactiveSection-y","tokens":["inactive","config","for"],"title_tokens":["lualine","option","vim","statusline","inactivesection"],"anchors":[]},{"id":"1485","title":"Option: vim.statusline.lualine.inactiveSection.z","content":"inactive config for: | A | B | C X | Y | (Z) |","path":"options.html#option-vim-statusline-lualine-inactiveSection-z","tokens":["for","config","inactive"],"title_tokens":["option","inactivesection","statusline","vim","lualine"],"anchors":[]},{"id":"1486","title":"Option: vim.statusline.lualine.refresh.statusline","content":"Refresh rate for lualine","path":"options.html#option-vim-statusline-lualine-refresh-statusline","tokens":["for","lualine","refresh","rate"],"title_tokens":["vim","lualine","statusline","option","refresh"],"anchors":[]},{"id":"1487","title":"Option: vim.statusline.lualine.refresh.tabline","content":"Refresh rate for tabline","path":"options.html#option-vim-statusline-lualine-refresh-tabline","tokens":["for","tabline","rate","refresh"],"title_tokens":["refresh","lualine","statusline","vim","option","tabline"],"anchors":[]},{"id":"1488","title":"Option: vim.statusline.lualine.refresh.winbar","content":"Refresh rate for winbar","path":"options.html#option-vim-statusline-lualine-refresh-winbar","tokens":["for","rate","refresh","winbar"],"title_tokens":["lualine","winbar","vim","statusline","option","refresh"],"anchors":[]},{"id":"1489","title":"Option: vim.statusline.lualine.sectionSeparator.left","content":"Section separator for left side","path":"options.html#option-vim-statusline-lualine-sectionSeparator-left","tokens":["separator","section","for","left","side"],"title_tokens":["lualine","vim","sectionseparator","left","option","statusline"],"anchors":[]},{"id":"1490","title":"Option: vim.statusline.lualine.sectionSeparator.right","content":"Section separator for right side","path":"options.html#option-vim-statusline-lualine-sectionSeparator-right","tokens":["for","right","separator","section","side"],"title_tokens":["statusline","option","lualine","right","vim","sectionseparator"],"anchors":[]},{"id":"1491","title":"Option: vim.statusline.lualine.setupOpts","content":"Option table to pass into the setup function of Lualine\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-statusline-lualine-setupOpts","tokens":["even","listed","options","setup","any","additional","option","table","not","can","they","lualine","into","function","docs","you","the","pass"],"title_tokens":["lualine","setupopts","option","vim","statusline"],"anchors":[]},{"id":"1492","title":"Option: vim.statusline.lualine.theme","content":"Theme for lualine","path":"options.html#option-vim-statusline-lualine-theme","tokens":["lualine","for","theme"],"title_tokens":["statusline","vim","lualine","option","theme"],"anchors":[]},{"id":"1493","title":"Option: vim.syntaxHighlighting","content":"Enable syntax highlighting","path":"options.html#option-vim-syntaxHighlighting","tokens":["syntax","highlighting","enable"],"title_tokens":["vim","syntaxhighlighting","option"],"anchors":[]},{"id":"1494","title":"Option: vim.tabline.nvimBufferline.enable","content":"Whether to enable neovim bufferline.","path":"options.html#option-vim-tabline-nvimBufferline-enable","tokens":["whether","neovim","enable","bufferline"],"title_tokens":["vim","tabline","enable","nvimbufferline","option"],"anchors":[]},{"id":"1495","title":"Option: vim.tabline.nvimBufferline.mappings.closeCurrent","content":"Close buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-closeCurrent","tokens":["close","buffer"],"title_tokens":["nvimbufferline","tabline","vim","closecurrent","option","mappings"],"anchors":[]},{"id":"1496","title":"Option: vim.tabline.nvimBufferline.mappings.cycleNext","content":"Next buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-cycleNext","tokens":["next","buffer"],"title_tokens":["option","vim","nvimbufferline","cyclenext","mappings","tabline"],"anchors":[]},{"id":"1497","title":"Option: vim.tabline.nvimBufferline.mappings.cyclePrevious","content":"Previous buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-cyclePrevious","tokens":["previous","buffer"],"title_tokens":["vim","cycleprevious","tabline","option","mappings","nvimbufferline"],"anchors":[]},{"id":"1498","title":"Option: vim.tabline.nvimBufferline.mappings.moveNext","content":"Move next buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-moveNext","tokens":["move","next","buffer"],"title_tokens":["vim","tabline","nvimbufferline","mappings","option","movenext"],"anchors":[]},{"id":"1499","title":"Option: vim.tabline.nvimBufferline.mappings.movePrevious","content":"Move previous buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-movePrevious","tokens":["move","previous","buffer"],"title_tokens":["nvimbufferline","mappings","moveprevious","vim","option","tabline"],"anchors":[]},{"id":"1500","title":"Option: vim.tabline.nvimBufferline.mappings.pick","content":"Pick buffer","path":"options.html#option-vim-tabline-nvimBufferline-mappings-pick","tokens":["pick","buffer"],"title_tokens":["nvimbufferline","vim","pick","option","mappings","tabline"],"anchors":[]},{"id":"1501","title":"Option: vim.tabline.nvimBufferline.mappings.sortByDirectory","content":"Sort buffers by directory","path":"options.html#option-vim-tabline-nvimBufferline-mappings-sortByDirectory","tokens":["sort","buffers","directory"],"title_tokens":["nvimbufferline","mappings","option","sortbydirectory","tabline","vim"],"anchors":[]},{"id":"1502","title":"Option: vim.tabline.nvimBufferline.mappings.sortByExtension","content":"Sort buffers by extension","path":"options.html#option-vim-tabline-nvimBufferline-mappings-sortByExtension","tokens":["buffers","sort","extension"],"title_tokens":["option","nvimbufferline","sortbyextension","vim","mappings","tabline"],"anchors":[]},{"id":"1503","title":"Option: vim.tabline.nvimBufferline.mappings.sortById","content":"Sort buffers by ID","path":"options.html#option-vim-tabline-nvimBufferline-mappings-sortById","tokens":["sort","buffers"],"title_tokens":["nvimbufferline","sortbyid","option","mappings","vim","tabline"],"anchors":[]},{"id":"1504","title":"Option: vim.tabline.nvimBufferline.setupOpts","content":"Option table to pass into the setup function of bufferline-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts","tokens":["you","table","additional","listed","bufferline-nvim","setup","the","function","even","any","options","option","docs","they","can","not","into","pass"],"title_tokens":["nvimbufferline","tabline","option","setupopts","vim"],"anchors":[]},{"id":"1505","title":"Option: vim.tabline.nvimBufferline.setupOpts.highlights","content":"Overrides the highlight groups of bufferline.\nSee :help bufferline-highlights.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-highlights","tokens":["bufferline","bufferline-highlights","the","groups","help","overrides","highlight","see"],"title_tokens":["option","highlights","tabline","vim","setupopts","nvimbufferline"],"anchors":[]},{"id":"1506","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.always_show_bufferline","content":"Whether to always show bufferline","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-always_show_bufferline","tokens":["bufferline","always","show","whether"],"title_tokens":["nvimbufferline","option","vim","tabline","options","setupopts","always_show_bufferline"],"anchors":[]},{"id":"1507","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.auto_toggle_bufferline","content":"Whether to auto toggle bufferline","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-auto_toggle_bufferline","tokens":["whether","bufferline","toggle","auto"],"title_tokens":["auto_toggle_bufferline","setupopts","tabline","nvimbufferline","options","option","vim"],"anchors":[]},{"id":"1508","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.buffer_close_icon","content":"Icon for close button","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-buffer_close_icon","tokens":["close","button","for","icon"],"title_tokens":["nvimbufferline","option","buffer_close_icon","setupopts","vim","options","tabline"],"anchors":[]},{"id":"1509","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.close_command","content":"Command to run when closing a buffer","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-close_command","tokens":["command","when","closing","buffer","run"],"title_tokens":["vim","nvimbufferline","setupopts","close_command","option","options","tabline"],"anchors":[]},{"id":"1510","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.close_icon","content":"Icon for close button","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-close_icon","tokens":["for","icon","button","close"],"title_tokens":["options","close_icon","setupopts","vim","option","nvimbufferline","tabline"],"anchors":[]},{"id":"1511","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.color_icons","content":"Whether or not to add filetype icon highlights","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-color_icons","tokens":["filetype","not","whether","icon","add","highlights"],"title_tokens":["color_icons","setupopts","options","vim","option","tabline","nvimbufferline"],"anchors":[]},{"id":"1512","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.custom_filter","content":"Custom filter function for filtering out buffers.\n::: {.note} This will be called a lot, so you are encouraged to keep it as short and lightweight as possible unless you are fully aware of the performance implications. :::","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-custom_filter","tokens":["buffers","unless","performance","will","implications","you","possible","encouraged","called","function","custom","this","keep","and","filtering","fully","for","out","lot","lightweight","filter","aware","the","short","are","note"],"title_tokens":["vim","nvimbufferline","custom_filter","setupopts","options","option","tabline"],"anchors":[]},{"id":"1513","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.diagnostics","content":"Diagnostics provider to be used in buffer LSP indicators","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-diagnostics","tokens":["buffer","provider","diagnostics","lsp","used","indicators"],"title_tokens":["diagnostics","option","tabline","vim","nvimbufferline","options","setupopts"],"anchors":[]},{"id":"1514","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.diagnostics_indicator","content":"Function to get the diagnostics indicator. The function should return a string to be used as the indicator.\nCan be set to nil to keep the buffer name highlight, but delete the highlighting.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-diagnostics_indicator","tokens":["name","nil","get","set","delete","highlight","diagnostics","indicator","return","string","keep","should","function","highlighting","but","buffer","used","can","the"],"title_tokens":["vim","option","setupopts","options","diagnostics_indicator","nvimbufferline","tabline"],"anchors":[]},{"id":"1515","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.diagnostics_update_in_insert","content":"Whether to update diagnostics while in insert mode.\nSetting this to true has performance implications, but they may be negligible depending on your setup. Set it to true if you know what you are doing.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-diagnostics_update_in_insert","tokens":["they","whether","mode","may","depending","set","know","has","what","diagnostics","performance","but","your","insert","setting","setup","you","while","update","doing","negligible","are","true","this","implications"],"title_tokens":["nvimbufferline","setupopts","diagnostics_update_in_insert","options","vim","option","tabline"],"anchors":[]},{"id":"1516","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.duplicates_across_groups","content":"Whether to consider duplicate paths in different groups as duplicates","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-duplicates_across_groups","tokens":["whether","duplicate","consider","paths","different","groups","duplicates"],"title_tokens":["tabline","options","option","nvimbufferline","setupopts","duplicates_across_groups","vim"],"anchors":[]},{"id":"1517","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.enforce_regular_tabs","content":"Whether to enforce regular tabs","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-enforce_regular_tabs","tokens":["regular","whether","tabs","enforce"],"title_tokens":["option","setupopts","options","enforce_regular_tabs","tabline","vim","nvimbufferline"],"anchors":[]},{"id":"1518","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.get_element_icon","content":"The function bufferline uses to get the icon. Recommended to leave as default.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-get_element_icon","tokens":["the","leave","recommended","bufferline","get","default","uses","function","icon"],"title_tokens":["vim","setupopts","get_element_icon","nvimbufferline","option","tabline","options"],"anchors":[]},{"id":"1519","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.hover.delay","content":"Delay for hover, in ms","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-hover-delay","tokens":["delay","for","hover"],"title_tokens":["hover","delay","vim","options","option","tabline","nvimbufferline","setupopts"],"anchors":[]},{"id":"1520","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.hover.enabled","content":"Whether to enable hover.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-hover-enabled","tokens":["enable","whether","hover"],"title_tokens":["vim","option","setupopts","hover","tabline","enabled","nvimbufferline","options"],"anchors":[]},{"id":"1521","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.hover.reveal","content":"Reveal hover window","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-hover-reveal","tokens":["window","hover","reveal"],"title_tokens":["options","setupopts","hover","vim","reveal","option","tabline","nvimbufferline"],"anchors":[]},{"id":"1522","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.indicator.icon","content":"The indicator icon to use for the current buffer.\n::: {.warning} This must be omitted while style is not icon :::","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-indicator-icon","tokens":["for","while","not","omitted","this","the","style","warning","use","icon","current","buffer","indicator","must"],"title_tokens":["vim","tabline","icon","nvimbufferline","setupopts","option","options","indicator"],"anchors":[]},{"id":"1523","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.indicator.style","content":"Style for indicator","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-indicator-style","tokens":["for","indicator","style"],"title_tokens":["option","tabline","options","setupopts","vim","nvimbufferline","style","indicator"],"anchors":[]},{"id":"1524","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.left_mouse_command","content":"Command to run when left clicking a buffer","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-left_mouse_command","tokens":["command","left","clicking","buffer","run","when"],"title_tokens":["vim","setupopts","nvimbufferline","option","options","left_mouse_command","tabline"],"anchors":[]},{"id":"1525","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.left_trunc_marker","content":"Icon for left truncation","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-left_trunc_marker","tokens":["icon","left","truncation","for"],"title_tokens":["option","vim","setupopts","nvimbufferline","tabline","options","left_trunc_marker"],"anchors":[]},{"id":"1526","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.max_name_length","content":"Max name length","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-max_name_length","tokens":["max","length","name"],"title_tokens":["option","nvimbufferline","setupopts","options","max_name_length","vim","tabline"],"anchors":[]},{"id":"1527","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.max_prefix_length","content":"Length of the prefix used when a buffer is de-duplicated","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-max_prefix_length","tokens":["the","de-duplicated","length","used","when","buffer","prefix"],"title_tokens":["option","tabline","vim","nvimbufferline","setupopts","options","max_prefix_length"],"anchors":[]},{"id":"1528","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.middle_mouse_command","content":"Command to run when middle clicking a buffer","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-middle_mouse_command","tokens":["when","run","clicking","middle","buffer","command"],"title_tokens":["nvimbufferline","setupopts","tabline","middle_mouse_command","options","vim","option"],"anchors":[]},{"id":"1529","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.mode","content":"Mode to use for bufferline","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-mode","tokens":["mode","for","use","bufferline"],"title_tokens":["setupopts","options","mode","option","tabline","vim","nvimbufferline"],"anchors":[]},{"id":"1530","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.modified_icon","content":"Icon for modified buffer","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-modified_icon","tokens":["buffer","modified","icon","for"],"title_tokens":["vim","tabline","option","nvimbufferline","setupopts","modified_icon","options"],"anchors":[]},{"id":"1531","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.move_wraps_at_ends","content":"Whether or not the move command \"wraps\" at the first or last position","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-move_wraps_at_ends","tokens":["whether","the","first","position","command","wraps","last","move","not"],"title_tokens":["option","vim","options","tabline","move_wraps_at_ends","setupopts","nvimbufferline"],"anchors":[]},{"id":"1532","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.name_formatter","content":"name_formatter can be used to change the buffer's label in the bufferline.\n::: {.note} Some names can/will break the bufferline so use this at your discretion knowing that it has some limitations that will NOT be fixed. :::","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-name_formatter","tokens":["the","fixed","used","bufferline","your","note","names","label","this","change","will","knowing","discretion","buffer","name_formatter","has","not","can","use","some","that","limitations","break"],"title_tokens":["nvimbufferline","name_formatter","option","vim","tabline","options","setupopts"],"anchors":[]},{"id":"1533","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.numbers","content":"Whether or not to show buffer numbers","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-numbers","tokens":["not","whether","buffer","numbers","show"],"title_tokens":["nvimbufferline","setupopts","options","vim","option","numbers","tabline"],"anchors":[]},{"id":"1534","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.offsets","content":"The windows to offset bufferline above, see :help bufferline-offset","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-offsets","tokens":["above","windows","help","the","offset","bufferline","bufferline-offset","see"],"title_tokens":["setupopts","options","nvimbufferline","option","tabline","offsets","vim"],"anchors":[]},{"id":"1535","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.persist_buffer_sort","content":"Whether or not custom sorted buffers should persist","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-persist_buffer_sort","tokens":["buffers","should","sorted","persist","whether","not","custom"],"title_tokens":["tabline","persist_buffer_sort","setupopts","vim","option","nvimbufferline","options"],"anchors":[]},{"id":"1536","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.right_mouse_command","content":"Command to run when right clicking a buffer","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-right_mouse_command","tokens":["buffer","command","run","right","clicking","when"],"title_tokens":["nvimbufferline","setupopts","tabline","right_mouse_command","options","option","vim"],"anchors":[]},{"id":"1537","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.right_trunc_marker","content":"Icon for right truncation","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-right_trunc_marker","tokens":["icon","for","truncation","right"],"title_tokens":["option","nvimbufferline","setupopts","options","tabline","vim","right_trunc_marker"],"anchors":[]},{"id":"1538","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.separator_style","content":"The type of separator used to separate buffers and tabs.\nEither one of the listed types, or a list of 2 characters for either side.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-separator_style","tokens":["either","listed","types","separate","and","tabs","characters","for","separator","type","used","list","buffers","the","side","one"],"title_tokens":["setupopts","vim","option","separator_style","options","nvimbufferline","tabline"],"anchors":[]},{"id":"1539","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.show_buffer_close_icons","content":"Whether or not to show buffer close icons","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-show_buffer_close_icons","tokens":["icons","show","buffer","close","whether","not"],"title_tokens":["vim","option","nvimbufferline","setupopts","options","show_buffer_close_icons","tabline"],"anchors":[]},{"id":"1540","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.show_buffer_icons","content":"Whether or not to show buffer icons","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-show_buffer_icons","tokens":["show","buffer","whether","icons","not"],"title_tokens":["nvimbufferline","vim","setupopts","options","option","tabline","show_buffer_icons"],"anchors":[]},{"id":"1541","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.show_close_icon","content":"Whether or not to show the close icon","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-show_close_icon","tokens":["the","close","icon","not","whether","show"],"title_tokens":["option","vim","tabline","nvimbufferline","options","show_close_icon","setupopts"],"anchors":[]},{"id":"1542","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.show_duplicate_prefix","content":"Whether or not to show duplicate buffer prefixes","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-show_duplicate_prefix","tokens":["not","duplicate","buffer","whether","prefixes","show"],"title_tokens":["show_duplicate_prefix","setupopts","tabline","option","vim","nvimbufferline","options"],"anchors":[]},{"id":"1543","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.show_tab_indicators","content":"Whether or not to show tab indicators","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-show_tab_indicators","tokens":["whether","show","not","tab","indicators"],"title_tokens":["nvimbufferline","option","tabline","setupopts","options","vim","show_tab_indicators"],"anchors":[]},{"id":"1544","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.sort_by","content":"Method to sort buffers by. Must be one of the supported values, or an inline Lua value.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-sort_by","tokens":["method","supported","the","inline","value","buffers","sort","must","lua","one","values"],"title_tokens":["setupopts","options","sort_by","nvimbufferline","vim","tabline","option"],"anchors":[]},{"id":"1545","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.style_preset","content":"The base style of bufferline","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-style_preset","tokens":["the","bufferline","base","style"],"title_tokens":["nvimbufferline","option","setupopts","vim","tabline","options","style_preset"],"anchors":[]},{"id":"1546","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.tab_size","content":"The size of the tabs in bufferline","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-tab_size","tokens":["tabs","bufferline","the","size"],"title_tokens":["option","vim","tabline","nvimbufferline","setupopts","options","tab_size"],"anchors":[]},{"id":"1547","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.themable","content":"Whether or not to allow highlight groups to be overridden.\nWhile false, bufferline.nvim sets highlights as default.","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-themable","tokens":["default","nvim","allow","overridden","whether","sets","bufferline","highlight","while","not","highlights","groups","false"],"title_tokens":["options","themable","setupopts","tabline","nvimbufferline","option","vim"],"anchors":[]},{"id":"1548","title":"Option: vim.tabline.nvimBufferline.setupOpts.options.truncate_names","content":"Truncate names","path":"options.html#option-vim-tabline-nvimBufferline-setupOpts-options-truncate_names","tokens":["names","truncate"],"title_tokens":["option","options","tabline","nvimbufferline","setupopts","truncate_names","vim"],"anchors":[]},{"id":"1549","title":"Option: vim.telescope.enable","content":"Whether to enable telescope.nvim: multi-purpose search and picker utility.","path":"options.html#option-vim-telescope-enable","tokens":["picker","telescope","and","enable","whether","multi-purpose","utility","nvim","search"],"title_tokens":["vim","option","telescope","enable"],"anchors":[]},{"id":"1550","title":"Option: vim.telescope.extensions","content":"Individual extension configurations containing name, packages and setup fields to resolve dependencies, handle load_extension calls and add the setup table into the extensions portion of Telescope's setup table.","path":"options.html#option-vim-telescope-extensions","tokens":["packages","name","the","add","table","telescope","into","configurations","portion","calls","resolve","containing","fields","setup","extensions","individual","load_extension","extension","dependencies","and","handle"],"title_tokens":["option","extensions","telescope","vim"],"anchors":[]},{"id":"1551","title":"Option: vim.telescope.extensions.*.name","content":"Name of the extension, will be used to load it with a require","path":"options.html#option-vim-telescope-extensions-*-name","tokens":["with","extension","will","require","the","used","load","name"],"title_tokens":["name","option","vim","telescope","extensions"],"anchors":[]},{"id":"1552","title":"Option: vim.telescope.extensions.*.packages","content":"Package or packages providing the Telescope extension to be loaded.","path":"options.html#option-vim-telescope-extensions-*-packages","tokens":["extension","package","packages","providing","the","telescope","loaded"],"title_tokens":["vim","option","telescope","packages","extensions"],"anchors":[]},{"id":"1553","title":"Option: vim.telescope.extensions.*.setup","content":"Named attribute set to be inserted into Telescope's extensions table.","path":"options.html#option-vim-telescope-extensions-*-setup","tokens":["inserted","attribute","extensions","named","table","set","telescope","into"],"title_tokens":["extensions","telescope","option","setup","vim"],"anchors":[]},{"id":"1554","title":"Option: vim.telescope.mappings.buffers","content":"Buffers [Telescope]","path":"options.html#option-vim-telescope-mappings-buffers","tokens":["buffers","telescope"],"title_tokens":["vim","option","mappings","telescope","buffers"],"anchors":[]},{"id":"1555","title":"Option: vim.telescope.mappings.diagnostics","content":"Diagnostics [Telescope]","path":"options.html#option-vim-telescope-mappings-diagnostics","tokens":["telescope","diagnostics"],"title_tokens":["diagnostics","telescope","option","mappings","vim"],"anchors":[]},{"id":"1556","title":"Option: vim.telescope.mappings.findFiles","content":"Find files [Telescope]","path":"options.html#option-vim-telescope-mappings-findFiles","tokens":["files","telescope","find"],"title_tokens":["vim","option","telescope","mappings","findfiles"],"anchors":[]},{"id":"1557","title":"Option: vim.telescope.mappings.findProjects","content":"Find projects [Telescope]","path":"options.html#option-vim-telescope-mappings-findProjects","tokens":["find","telescope","projects"],"title_tokens":["telescope","option","vim","findprojects","mappings"],"anchors":[]},{"id":"1558","title":"Option: vim.telescope.mappings.gitBranches","content":"Git branches [Telescope]","path":"options.html#option-vim-telescope-mappings-gitBranches","tokens":["branches","git","telescope"],"title_tokens":["vim","telescope","option","mappings","gitbranches"],"anchors":[]},{"id":"1559","title":"Option: vim.telescope.mappings.gitBufferCommits","content":"Git buffer commits [Telescope]","path":"options.html#option-vim-telescope-mappings-gitBufferCommits","tokens":["telescope","buffer","commits","git"],"title_tokens":["vim","option","telescope","mappings","gitbuffercommits"],"anchors":[]},{"id":"1560","title":"Option: vim.telescope.mappings.gitCommits","content":"Git commits [Telescope]","path":"options.html#option-vim-telescope-mappings-gitCommits","tokens":["git","commits","telescope"],"title_tokens":["gitcommits","option","telescope","mappings","vim"],"anchors":[]},{"id":"1561","title":"Option: vim.telescope.mappings.gitFiles","content":"Git files [Telescope]","path":"options.html#option-vim-telescope-mappings-gitFiles","tokens":["telescope","files","git"],"title_tokens":["option","gitfiles","telescope","vim","mappings"],"anchors":[]},{"id":"1562","title":"Option: vim.telescope.mappings.gitStash","content":"Git stash [Telescope]","path":"options.html#option-vim-telescope-mappings-gitStash","tokens":["git","telescope","stash"],"title_tokens":["option","mappings","gitstash","vim","telescope"],"anchors":[]},{"id":"1563","title":"Option: vim.telescope.mappings.gitStatus","content":"Git status [Telescope]","path":"options.html#option-vim-telescope-mappings-gitStatus","tokens":["telescope","git","status"],"title_tokens":["mappings","vim","telescope","gitstatus","option"],"anchors":[]},{"id":"1564","title":"Option: vim.telescope.mappings.helpTags","content":"Help tags [Telescope]","path":"options.html#option-vim-telescope-mappings-helpTags","tokens":["help","tags","telescope"],"title_tokens":["mappings","helptags","telescope","option","vim"],"anchors":[]},{"id":"1565","title":"Option: vim.telescope.mappings.liveGrep","content":"Live grep [Telescope]","path":"options.html#option-vim-telescope-mappings-liveGrep","tokens":["live","grep","telescope"],"title_tokens":["livegrep","mappings","vim","option","telescope"],"anchors":[]},{"id":"1566","title":"Option: vim.telescope.mappings.lspDefinitions","content":"LSP Definitions [Telescope]","path":"options.html#option-vim-telescope-mappings-lspDefinitions","tokens":["telescope","lsp","definitions"],"title_tokens":["mappings","vim","option","telescope","lspdefinitions"],"anchors":[]},{"id":"1567","title":"Option: vim.telescope.mappings.lspDocumentSymbols","content":"LSP Document Symbols [Telescope]","path":"options.html#option-vim-telescope-mappings-lspDocumentSymbols","tokens":["telescope","symbols","lsp","document"],"title_tokens":["vim","option","telescope","lspdocumentsymbols","mappings"],"anchors":[]},{"id":"1568","title":"Option: vim.telescope.mappings.lspImplementations","content":"LSP Implementations [Telescope]","path":"options.html#option-vim-telescope-mappings-lspImplementations","tokens":["lsp","implementations","telescope"],"title_tokens":["vim","lspimplementations","telescope","mappings","option"],"anchors":[]},{"id":"1569","title":"Option: vim.telescope.mappings.lspReferences","content":"LSP References [Telescope]","path":"options.html#option-vim-telescope-mappings-lspReferences","tokens":["lsp","references","telescope"],"title_tokens":["telescope","option","vim","lspreferences","mappings"],"anchors":[]},{"id":"1570","title":"Option: vim.telescope.mappings.lspTypeDefinitions","content":"LSP Type Definitions [Telescope]","path":"options.html#option-vim-telescope-mappings-lspTypeDefinitions","tokens":["lsp","telescope","type","definitions"],"title_tokens":["option","telescope","mappings","lsptypedefinitions","vim"],"anchors":[]},{"id":"1571","title":"Option: vim.telescope.mappings.lspWorkspaceSymbols","content":"LSP Workspace Symbols [Telescope]","path":"options.html#option-vim-telescope-mappings-lspWorkspaceSymbols","tokens":["telescope","lsp","symbols","workspace"],"title_tokens":["lspworkspacesymbols","option","telescope","mappings","vim"],"anchors":[]},{"id":"1572","title":"Option: vim.telescope.mappings.open","content":"Open [Telescope]","path":"options.html#option-vim-telescope-mappings-open","tokens":["telescope","open"],"title_tokens":["vim","option","telescope","mappings","open"],"anchors":[]},{"id":"1573","title":"Option: vim.telescope.mappings.resume","content":"Resume (previous search) [Telescope]","path":"options.html#option-vim-telescope-mappings-resume","tokens":["telescope","previous","search","resume"],"title_tokens":["resume","telescope","option","vim","mappings"],"anchors":[]},{"id":"1574","title":"Option: vim.telescope.mappings.treesitter","content":"Treesitter [Telescope]","path":"options.html#option-vim-telescope-mappings-treesitter","tokens":["treesitter","telescope"],"title_tokens":["treesitter","vim","option","telescope","mappings"],"anchors":[]},{"id":"1575","title":"Option: vim.telescope.setupOpts","content":"Option table to pass into the setup function of Telescope\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-telescope-setupOpts","tokens":["function","setup","even","telescope","listed","additional","option","table","the","you","options","docs","into","any","pass","they","not","can"],"title_tokens":["telescope","setupopts","option","vim"],"anchors":[]},{"id":"1576","title":"Option: vim.telescope.setupOpts.defaults.color_devicons","content":"Whether to enable colored devicons.","path":"options.html#option-vim-telescope-setupOpts-defaults-color_devicons","tokens":["enable","colored","whether","devicons"],"title_tokens":["vim","color_devicons","telescope","defaults","option","setupopts"],"anchors":[]},{"id":"1577","title":"Option: vim.telescope.setupOpts.defaults.entry_prefix","content":"Prefix in front of each result entry. Current selection not included.","path":"options.html#option-vim-telescope-setupOpts-defaults-entry_prefix","tokens":["prefix","current","not","included","each","front","entry","selection","result"],"title_tokens":["vim","telescope","entry_prefix","defaults","option","setupopts"],"anchors":[]},{"id":"1578","title":"Option: vim.telescope.setupOpts.defaults.extensions","content":"Attribute set containing per-extension settings for Telescope","path":"options.html#option-vim-telescope-setupOpts-defaults-extensions","tokens":["settings","set","for","telescope","attribute","containing","per-extension"],"title_tokens":["extensions","telescope","setupopts","defaults","option","vim"],"anchors":[]},{"id":"1579","title":"Option: vim.telescope.setupOpts.defaults.file_ignore_patterns","content":"File patterns to omit from Telescope results","path":"options.html#option-vim-telescope-setupOpts-defaults-file_ignore_patterns","tokens":["results","patterns","file","from","telescope","omit"],"title_tokens":["defaults","telescope","file_ignore_patterns","vim","option","setupopts"],"anchors":[]},{"id":"1580","title":"Option: vim.telescope.setupOpts.defaults.initial_mode","content":"Determines in which mode telescope starts.","path":"options.html#option-vim-telescope-setupOpts-defaults-initial_mode","tokens":["mode","which","telescope","determines","starts"],"title_tokens":["defaults","telescope","initial_mode","option","vim","setupopts"],"anchors":[]},{"id":"1581","title":"Option: vim.telescope.setupOpts.defaults.layout_config","content":"Determines the default configuration values for layout strategies. See telescope.layout for details of the configurations options for each strategy.","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config","tokens":["options","strategies","determines","telescope","default","the","layout","values","see","configuration","for","details","each","configurations","strategy"],"title_tokens":["telescope","option","layout_config","vim","setupopts","defaults"],"anchors":[]},{"id":"1582","title":"Option: vim.telescope.setupOpts.defaults.layout_config.height","content":"How tall to make Telescope's entire layout","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-height","tokens":["layout","entire","telescope","make","how","tall"],"title_tokens":["defaults","layout_config","height","option","telescope","vim","setupopts"],"anchors":[]},{"id":"1583","title":"Option: vim.telescope.setupOpts.defaults.layout_config.horizontal.preview_width","content":"Change the width of Telescope's preview window","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-horizontal-preview_width","tokens":["the","window","change","width","telescope","preview"],"title_tokens":["option","preview_width","telescope","defaults","horizontal","setupopts","vim","layout_config"],"anchors":[]},{"id":"1584","title":"Option: vim.telescope.setupOpts.defaults.layout_config.horizontal.prompt_position","content":"Where to place prompt window","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-horizontal-prompt_position","tokens":["window","prompt","place","where"],"title_tokens":["telescope","layout_config","setupopts","prompt_position","vim","option","horizontal","defaults"],"anchors":[]},{"id":"1585","title":"Option: vim.telescope.setupOpts.defaults.layout_config.preview_cutoff","content":"When lines are less than this value, the preview will be disabled","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-preview_cutoff","tokens":["this","when","value","preview","are","than","disabled","lines","the","will","less"],"title_tokens":["setupopts","telescope","vim","option","defaults","layout_config","preview_cutoff"],"anchors":[]},{"id":"1586","title":"Option: vim.telescope.setupOpts.defaults.layout_config.vertical.mirror","content":"Flip the location of the results/prompt and preview windows","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-vertical-mirror","tokens":["the","prompt","preview","location","results","and","windows","flip"],"title_tokens":["mirror","setupopts","option","vim","vertical","layout_config","telescope","defaults"],"anchors":[]},{"id":"1587","title":"Option: vim.telescope.setupOpts.defaults.layout_config.width","content":"How wide to make Telescope's entire layout","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_config-width","tokens":["telescope","layout","make","entire","how","wide"],"title_tokens":["option","setupopts","layout_config","telescope","width","defaults","vim"],"anchors":[]},{"id":"1588","title":"Option: vim.telescope.setupOpts.defaults.layout_strategy","content":"Determines the default layout of Telescope pickers. See :help telescope.layout.","path":"options.html#option-vim-telescope-setupOpts-defaults-layout_strategy","tokens":["telescope","see","pickers","determines","the","help","layout","default"],"title_tokens":["option","vim","layout_strategy","defaults","telescope","setupopts"],"anchors":[]},{"id":"1589","title":"Option: vim.telescope.setupOpts.defaults.path_display","content":"Determines how file paths are displayed.","path":"options.html#option-vim-telescope-setupOpts-defaults-path_display","tokens":["how","determines","file","paths","are","displayed"],"title_tokens":["telescope","defaults","setupopts","vim","option","path_display"],"anchors":[]},{"id":"1590","title":"Option: vim.telescope.setupOpts.defaults.pickers.find_command","content":"Command to use for finding files. If using an executable from {env}PATH then you must make sure that the package is available in {option}vim.extraPackages.","path":"options.html#option-vim-telescope-setupOpts-defaults-pickers-find_command","tokens":["executable","path","finding","you","the","use","sure","make","package","option","that","from","using","env","for","files","then","must","available","vim","command","extrapackages"],"title_tokens":["find_command","telescope","vim","setupopts","defaults","option","pickers"],"anchors":[]},{"id":"1591","title":"Option: vim.telescope.setupOpts.defaults.prompt_prefix","content":"Shown in front of Telescope's prompt","path":"options.html#option-vim-telescope-setupOpts-defaults-prompt_prefix","tokens":["prompt","shown","telescope","front"],"title_tokens":["telescope","defaults","vim","option","prompt_prefix","setupopts"],"anchors":[]},{"id":"1592","title":"Option: vim.telescope.setupOpts.defaults.selection_caret","content":"Character(s) to show in front of the current selection","path":"options.html#option-vim-telescope-setupOpts-defaults-selection_caret","tokens":["current","character","selection","the","show","front"],"title_tokens":["vim","telescope","selection_caret","option","defaults","setupopts"],"anchors":[]},{"id":"1593","title":"Option: vim.telescope.setupOpts.defaults.selection_strategy","content":"Determines how the cursor acts after each sort iteration.","path":"options.html#option-vim-telescope-setupOpts-defaults-selection_strategy","tokens":["iteration","acts","sort","determines","how","cursor","each","after","the"],"title_tokens":["setupopts","defaults","vim","telescope","selection_strategy","option"],"anchors":[]},{"id":"1594","title":"Option: vim.telescope.setupOpts.defaults.set_env","content":"Set an environment for term_previewer","path":"options.html#option-vim-telescope-setupOpts-defaults-set_env","tokens":["set","term_previewer","environment","for"],"title_tokens":["option","setupopts","defaults","set_env","vim","telescope"],"anchors":[]},{"id":"1595","title":"Option: vim.telescope.setupOpts.defaults.sorting_strategy","content":"Determines the direction \"better\" results are sorted towards.","path":"options.html#option-vim-telescope-setupOpts-defaults-sorting_strategy","tokens":["the","better","sorted","are","direction","towards","results","determines"],"title_tokens":["option","setupopts","vim","sorting_strategy","defaults","telescope"],"anchors":[]},{"id":"1596","title":"Option: vim.telescope.setupOpts.defaults.vimgrep_arguments","content":"Defines the command that will be used for live_grep and grep_string pickers. Make sure that color is set to never because telescope does not yet interpret color codes.","path":"options.html#option-vim-telescope-setupOpts-defaults-vimgrep_arguments","tokens":["will","grep_string","that","color","set","interpret","yet","sure","never","used","not","telescope","defines","and","pickers","make","command","for","because","the","does","live_grep","codes"],"title_tokens":["vimgrep_arguments","option","setupopts","defaults","vim","telescope"],"anchors":[]},{"id":"1597","title":"Option: vim.telescope.setupOpts.defaults.winblend","content":"Pseudo-transparency of keymap hints floating window","path":"options.html#option-vim-telescope-setupOpts-defaults-winblend","tokens":["floating","window","keymap","pseudo-transparency","hints"],"title_tokens":["winblend","defaults","option","telescope","vim","setupopts"],"anchors":[]},{"id":"1598","title":"Option: vim.telescope.setupOpts.pickers.find_files.find_command","content":"cmd to use for finding files","path":"options.html#option-vim-telescope-setupOpts-pickers-find_files-find_command","tokens":["use","finding","cmd","files","for"],"title_tokens":["find_command","telescope","pickers","setupopts","option","vim","find_files"],"anchors":[]},{"id":"1599","title":"Option: vim.terminal.toggleterm.enable","content":"Whether to enable toggleterm as a replacement to built-in terminal command.","path":"options.html#option-vim-terminal-toggleterm-enable","tokens":["whether","terminal","enable","built-in","command","replacement","toggleterm"],"title_tokens":["option","enable","vim","terminal","toggleterm"],"anchors":[]},{"id":"1600","title":"Option: vim.terminal.toggleterm.lazygit.direction","content":"Direction of the lazygit window","path":"options.html#option-vim-terminal-toggleterm-lazygit-direction","tokens":["window","direction","lazygit","the"],"title_tokens":["direction","vim","lazygit","option","terminal","toggleterm"],"anchors":[]},{"id":"1601","title":"Option: vim.terminal.toggleterm.lazygit.enable","content":"Whether to enable LazyGit integration.","path":"options.html#option-vim-terminal-toggleterm-lazygit-enable","tokens":["whether","enable","lazygit","integration"],"title_tokens":["vim","enable","option","toggleterm","terminal","lazygit"],"anchors":[]},{"id":"1602","title":"Option: vim.terminal.toggleterm.lazygit.mappings.open","content":"Open lazygit [toggleterm]","path":"options.html#option-vim-terminal-toggleterm-lazygit-mappings-open","tokens":["lazygit","open","toggleterm"],"title_tokens":["open","terminal","option","vim","toggleterm","lazygit","mappings"],"anchors":[]},{"id":"1603","title":"Option: vim.terminal.toggleterm.lazygit.package","content":"The package that should be used for lazygit. Setting it to null will attempt to use lazygit from your PATH","path":"options.html#option-vim-terminal-toggleterm-lazygit-package","tokens":["that","attempt","use","for","path","should","will","used","from","the","your","null","package","lazygit","setting"],"title_tokens":["toggleterm","option","vim","lazygit","package","terminal"],"anchors":[]},{"id":"1604","title":"Option: vim.terminal.toggleterm.mappings.open","content":"The keymapping to open toggleterm","path":"options.html#option-vim-terminal-toggleterm-mappings-open","tokens":["keymapping","toggleterm","the","open"],"title_tokens":["terminal","mappings","open","option","toggleterm","vim"],"anchors":[]},{"id":"1605","title":"Option: vim.terminal.toggleterm.setupOpts","content":"Option table to pass into the setup function of ToggleTerm\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-terminal-toggleterm-setupOpts","tokens":["option","into","the","any","additional","even","table","they","pass","listed","can","toggleterm","options","function","not","docs","setup","you"],"title_tokens":["option","vim","terminal","setupopts","toggleterm"],"anchors":[]},{"id":"1606","title":"Option: vim.terminal.toggleterm.setupOpts.direction","content":"Direction of the terminal","path":"options.html#option-vim-terminal-toggleterm-setupOpts-direction","tokens":["direction","the","terminal"],"title_tokens":["option","vim","setupopts","terminal","toggleterm","direction"],"anchors":[]},{"id":"1607","title":"Option: vim.terminal.toggleterm.setupOpts.enable_winbar","content":"Enable winbar","path":"options.html#option-vim-terminal-toggleterm-setupOpts-enable_winbar","tokens":["enable","winbar"],"title_tokens":["setupopts","enable_winbar","terminal","option","vim","toggleterm"],"anchors":[]},{"id":"1608","title":"Option: vim.terminal.toggleterm.setupOpts.size","content":"Number or lua function which is passed to the current terminal","path":"options.html#option-vim-terminal-toggleterm-setupOpts-size","tokens":["function","passed","the","terminal","current","number","lua","which"],"title_tokens":["toggleterm","size","terminal","option","vim","setupopts"],"anchors":[]},{"id":"1609","title":"Option: vim.terminal.toggleterm.setupOpts.winbar.enabled","content":"Whether to enable winbar in terminal.","path":"options.html#option-vim-terminal-toggleterm-setupOpts-winbar-enabled","tokens":["whether","enable","winbar","terminal"],"title_tokens":["toggleterm","enabled","terminal","option","vim","setupopts","winbar"],"anchors":[]},{"id":"1610","title":"Option: vim.terminal.toggleterm.setupOpts.winbar.name_formatter","content":"Winbar formatter function.","path":"options.html#option-vim-terminal-toggleterm-setupOpts-winbar-name_formatter","tokens":["winbar","function","formatter"],"title_tokens":["option","terminal","setupopts","vim","winbar","toggleterm","name_formatter"],"anchors":[]},{"id":"1611","title":"Option: vim.theme.base16-colors.base00","content":"The base00 color to use","path":"options.html#option-vim-theme-base16-colors-base00","tokens":["color","the","use","base00"],"title_tokens":["base16-colors","option","vim","base00","theme"],"anchors":[]},{"id":"1612","title":"Option: vim.theme.base16-colors.base01","content":"The base01 color to use","path":"options.html#option-vim-theme-base16-colors-base01","tokens":["use","the","color","base01"],"title_tokens":["base16-colors","base01","option","vim","theme"],"anchors":[]},{"id":"1613","title":"Option: vim.theme.base16-colors.base02","content":"The base02 color to use","path":"options.html#option-vim-theme-base16-colors-base02","tokens":["color","the","use","base02"],"title_tokens":["base16-colors","option","vim","base02","theme"],"anchors":[]},{"id":"1614","title":"Option: vim.theme.base16-colors.base03","content":"The base03 color to use","path":"options.html#option-vim-theme-base16-colors-base03","tokens":["the","color","base03","use"],"title_tokens":["base03","option","base16-colors","vim","theme"],"anchors":[]},{"id":"1615","title":"Option: vim.theme.base16-colors.base04","content":"The base04 color to use","path":"options.html#option-vim-theme-base16-colors-base04","tokens":["the","base04","color","use"],"title_tokens":["option","theme","base16-colors","vim","base04"],"anchors":[]},{"id":"1616","title":"Option: vim.theme.base16-colors.base05","content":"The base05 color to use","path":"options.html#option-vim-theme-base16-colors-base05","tokens":["base05","color","the","use"],"title_tokens":["option","theme","base16-colors","base05","vim"],"anchors":[]},{"id":"1617","title":"Option: vim.theme.base16-colors.base06","content":"The base06 color to use","path":"options.html#option-vim-theme-base16-colors-base06","tokens":["use","the","base06","color"],"title_tokens":["vim","base06","base16-colors","option","theme"],"anchors":[]},{"id":"1618","title":"Option: vim.theme.base16-colors.base07","content":"The base07 color to use","path":"options.html#option-vim-theme-base16-colors-base07","tokens":["color","the","use","base07"],"title_tokens":["theme","vim","base07","option","base16-colors"],"anchors":[]},{"id":"1619","title":"Option: vim.theme.base16-colors.base08","content":"The base08 color to use","path":"options.html#option-vim-theme-base16-colors-base08","tokens":["base08","the","use","color"],"title_tokens":["theme","base08","vim","option","base16-colors"],"anchors":[]},{"id":"1620","title":"Option: vim.theme.base16-colors.base09","content":"The base09 color to use","path":"options.html#option-vim-theme-base16-colors-base09","tokens":["color","use","base09","the"],"title_tokens":["base09","vim","option","base16-colors","theme"],"anchors":[]},{"id":"1621","title":"Option: vim.theme.base16-colors.base0A","content":"The base0A color to use","path":"options.html#option-vim-theme-base16-colors-base0A","tokens":["base0a","color","the","use"],"title_tokens":["base0a","base16-colors","vim","theme","option"],"anchors":[]},{"id":"1622","title":"Option: vim.theme.base16-colors.base0B","content":"The base0B color to use","path":"options.html#option-vim-theme-base16-colors-base0B","tokens":["base0b","use","color","the"],"title_tokens":["base16-colors","option","base0b","vim","theme"],"anchors":[]},{"id":"1623","title":"Option: vim.theme.base16-colors.base0C","content":"The base0C color to use","path":"options.html#option-vim-theme-base16-colors-base0C","tokens":["use","color","base0c","the"],"title_tokens":["vim","theme","option","base16-colors","base0c"],"anchors":[]},{"id":"1624","title":"Option: vim.theme.base16-colors.base0D","content":"The base0D color to use","path":"options.html#option-vim-theme-base16-colors-base0D","tokens":["color","use","the","base0d"],"title_tokens":["vim","option","base16-colors","base0d","theme"],"anchors":[]},{"id":"1625","title":"Option: vim.theme.base16-colors.base0E","content":"The base0E color to use","path":"options.html#option-vim-theme-base16-colors-base0E","tokens":["base0e","color","use","the"],"title_tokens":["vim","base0e","theme","base16-colors","option"],"anchors":[]},{"id":"1626","title":"Option: vim.theme.base16-colors.base0F","content":"The base0F color to use","path":"options.html#option-vim-theme-base16-colors-base0F","tokens":["the","use","base0f","color"],"title_tokens":["vim","option","theme","base16-colors","base0f"],"anchors":[]},{"id":"1627","title":"Option: vim.theme.enable","content":"Enable theming","path":"options.html#option-vim-theme-enable","tokens":["enable","theming"],"title_tokens":["vim","enable","theme","option"],"anchors":[]},{"id":"1628","title":"Option: vim.theme.extraConfig","content":"Additional lua configuration to add before setup","path":"options.html#option-vim-theme-extraConfig","tokens":["configuration","additional","add","before","lua","setup"],"title_tokens":["theme","option","vim","extraconfig"],"anchors":[]},{"id":"1629","title":"Option: vim.theme.name","content":"Supported themes can be found in {file}supportedThemes.nix. Setting the theme to \"base16\" enables base16 theming and requires all of the colors in {option}vim.theme.base16-colors to be set.","path":"options.html#option-vim-theme-name","tokens":["theming","all","can","and","base16-colors","set","enables","the","theme","found","nix","setting","colors","vim","supported","file","requires","option","themes","supportedthemes","base16"],"title_tokens":["option","vim","name","theme"],"anchors":[]},{"id":"1630","title":"Option: vim.theme.style","content":"Specific style for theme if it supports it","path":"options.html#option-vim-theme-style","tokens":["for","supports","style","theme","specific"],"title_tokens":["style","theme","option","vim"],"anchors":[]},{"id":"1631","title":"Option: vim.theme.transparent","content":"Whether or not transparency should be enabled. Has no effect for themes that do not support transparency","path":"options.html#option-vim-theme-transparent","tokens":["enabled","whether","has","effect","transparency","for","not","themes","support","should","that"],"title_tokens":["transparent","option","theme","vim"],"anchors":[]},{"id":"1632","title":"Option: vim.treesitter.addDefaultGrammars","content":"Whether to add the default grammars to the list of grammars to install.\nThis option is only relevant if treesitter has been enabled.","path":"options.html#option-vim-treesitter-addDefaultGrammars","tokens":["list","has","treesitter","the","this","install","been","relevant","add","enabled","option","only","whether","default","grammars"],"title_tokens":["vim","option","adddefaultgrammars","treesitter"],"anchors":[]},{"id":"1633","title":"Option: vim.treesitter.autotagHtml","content":"Whether to enable autoclose and rename html tag.","path":"options.html#option-vim-treesitter-autotagHtml","tokens":["enable","whether","autoclose","and","rename","html","tag"],"title_tokens":["vim","treesitter","autotaghtml","option"],"anchors":[]},{"id":"1634","title":"Option: vim.treesitter.context.enable","content":"Whether to enable context of current buffer contents [nvim-treesitter-context] .","path":"options.html#option-vim-treesitter-context-enable","tokens":["nvim-treesitter-context","current","contents","buffer","context","enable","whether"],"title_tokens":["vim","context","enable","option","treesitter"],"anchors":[]},{"id":"1635","title":"Option: vim.treesitter.context.setupOpts","content":"Option table to pass into the setup function of treesitter-context\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-treesitter-context-setupOpts","tokens":["setup","options","pass","docs","additional","any","not","the","you","table","option","into","even","they","can","function","treesitter-context","listed"],"title_tokens":["option","treesitter","context","setupopts","vim"],"anchors":[]},{"id":"1636","title":"Option: vim.treesitter.context.setupOpts.line_numbers","content":"Whether to display line numbers in current context","path":"options.html#option-vim-treesitter-context-setupOpts-line_numbers","tokens":["line","display","numbers","current","whether","context"],"title_tokens":["setupopts","vim","treesitter","context","line_numbers","option"],"anchors":[]},{"id":"1637","title":"Option: vim.treesitter.context.setupOpts.max_lines","content":"How many lines the window should span.\nValues >= 0 mean there will be no limit.","path":"options.html#option-vim-treesitter-context-setupOpts-max_lines","tokens":["limit","the","window","should","there","will","values","mean","many","span","how","lines"],"title_tokens":["vim","option","setupopts","context","max_lines","treesitter"],"anchors":[]},{"id":"1638","title":"Option: vim.treesitter.context.setupOpts.min_window_height","content":"Minimum editor window height to enable context.\nValues >= 0 mean there will be no limit.","path":"options.html#option-vim-treesitter-context-setupOpts-min_window_height","tokens":["there","limit","minimum","enable","window","context","will","mean","height","editor","values"],"title_tokens":["min_window_height","context","option","vim","treesitter","setupopts"],"anchors":[]},{"id":"1639","title":"Option: vim.treesitter.context.setupOpts.mode","content":"Line used to calculate context.","path":"options.html#option-vim-treesitter-context-setupOpts-mode","tokens":["line","context","calculate","used"],"title_tokens":["context","option","treesitter","setupopts","mode","vim"],"anchors":[]},{"id":"1640","title":"Option: vim.treesitter.context.setupOpts.multiline_threshold","content":"Maximum number of lines to collapse for a single context line.","path":"options.html#option-vim-treesitter-context-setupOpts-multiline_threshold","tokens":["number","collapse","lines","line","single","context","maximum","for"],"title_tokens":["treesitter","multiline_threshold","context","vim","setupopts","option"],"anchors":[]},{"id":"1641","title":"Option: vim.treesitter.context.setupOpts.separator","content":"Separator between context and content. This option should be a single character string, like '-'.\nWhen separator is set, the context will only show up when there are at least 2 lines above cursorline.","path":"options.html#option-vim-treesitter-context-setupOpts-separator","tokens":["context","this","separator","will","lines","like","should","single","when","and","character","are","show","set","only","there","option","least","string","between","the","cursorline","above","content"],"title_tokens":["option","context","setupopts","separator","vim","treesitter"],"anchors":[]},{"id":"1642","title":"Option: vim.treesitter.context.setupOpts.trim_scope","content":"Which context lines to discard if {option}vim.treesitter.context.setupOpts.max_lines is exceeded.","path":"options.html#option-vim-treesitter-context-setupOpts-trim_scope","tokens":["setupopts","discard","vim","context","treesitter","max_lines","exceeded","option","which","lines"],"title_tokens":["vim","context","treesitter","trim_scope","setupopts","option"],"anchors":[]},{"id":"1643","title":"Option: vim.treesitter.context.setupOpts.zindex","content":"The Z-index of the context window.","path":"options.html#option-vim-treesitter-context-setupOpts-zindex","tokens":["the","z-index","window","context"],"title_tokens":["context","option","treesitter","vim","setupopts","zindex"],"anchors":[]},{"id":"1644","title":"Option: vim.treesitter.enable","content":"Whether to enable treesitter, also enabled automatically through language options.","path":"options.html#option-vim-treesitter-enable","tokens":["whether","treesitter","also","automatically","through","language","enabled","options","enable"],"title_tokens":["enable","treesitter","vim","option"],"anchors":[]},{"id":"1645","title":"Option: vim.treesitter.fold","content":"Whether to enable fold with treesitter.","path":"options.html#option-vim-treesitter-fold","tokens":["enable","with","treesitter","fold","whether"],"title_tokens":["vim","option","fold","treesitter"],"anchors":[]},{"id":"1646","title":"Option: vim.treesitter.grammars","content":"List of treesitter grammars to install. For grammars to be installed properly, you must use grammars from pkgs.vimPlugins.nvim-treesitter.parsers or pkgs.vimPlugins.nvim-treesitter.grammarPlugins. You can use pkgs.vimPlugins.nvim-treesitter.allGrammars to install all grammars.\nFor languages already supported by nvf, you may use {option}vim.language..treesitter options, which will automatically add the required grammars to this.","path":"options.html#option-vim-treesitter-grammars","tokens":["language","the","may","you","treesitter","required","supported","installed","will","nvim-treesitter","grammars","use","list","options","can","add","this","vimplugins","pkgs","already","install","must","properly","vim","languages","nvf","which","automatically","lang","allgrammars","grammarplugins","option","for","from","parsers","all"],"title_tokens":["treesitter","vim","option","grammars"],"anchors":[]},{"id":"1647","title":"Option: vim.treesitter.highlight.enable","content":"Whether to enable highlighting with treesitter.","path":"options.html#option-vim-treesitter-highlight-enable","tokens":["enable","with","whether","highlighting","treesitter"],"title_tokens":["highlight","enable","treesitter","vim","option"],"anchors":[]},{"id":"1648","title":"Option: vim.treesitter.indent.enable","content":"Whether to enable indentation with treesitter.","path":"options.html#option-vim-treesitter-indent-enable","tokens":["indentation","whether","with","enable","treesitter"],"title_tokens":["treesitter","enable","vim","indent","option"],"anchors":[]},{"id":"1649","title":"Option: vim.treesitter.textobjects.enable","content":"Whether to enable Treesitter textobjects.","path":"options.html#option-vim-treesitter-textobjects-enable","tokens":["textobjects","whether","enable","treesitter"],"title_tokens":["treesitter","textobjects","option","enable","vim"],"anchors":[]},{"id":"1650","title":"Option: vim.treesitter.textobjects.setupOpts","content":"Option table to pass into the setup function of treesitter-textobjects\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-treesitter-textobjects-setupOpts","tokens":["table","into","can","options","the","any","they","docs","not","function","even","option","additional","setup","treesitter-textobjects","you","pass","listed"],"title_tokens":["vim","treesitter","setupopts","textobjects","option"],"anchors":[]},{"id":"1651","title":"Option: vim.ui.borders.enable","content":"Whether to enable visible borders for most windows.","path":"options.html#option-vim-ui-borders-enable","tokens":["whether","visible","enable","borders","for","windows","most"],"title_tokens":["vim","borders","option","enable"],"anchors":[]},{"id":"1652","title":"Option: vim.ui.borders.globalStyle","content":"The global border style to use.\nIf a list is given, it should have a length of eight or any divisor of eight. The array will specify the eight chars building up the border in a clockwise fashion starting with the top-left corner. You can specify a different highlight group for each character by passing a [char, \"YourHighlightGroup\"] instead","path":"options.html#option-vim-ui-borders-globalStyle","tokens":["given","eight","length","with","list","building","char","style","passing","the","any","should","character","you","will","can","global","corner","use","divisor","top-left","chars","highlight","for","different","have","yourhighlightgroup","clockwise","array","starting","group","each","instead","border","specify","fashion"],"title_tokens":["option","borders","globalstyle","vim"],"anchors":[]},{"id":"1653","title":"Option: vim.ui.borders.plugins.fastaction.enable","content":"Whether to enable borders for the fastaction plugin.","path":"options.html#option-vim-ui-borders-plugins-fastaction-enable","tokens":["fastaction","borders","for","the","plugin","enable","whether"],"title_tokens":["option","fastaction","enable","vim","borders","plugins"],"anchors":[]},{"id":"1654","title":"Option: vim.ui.borders.plugins.fastaction.style","content":"The border style to use for the fastaction plugin","path":"options.html#option-vim-ui-borders-plugins-fastaction-style","tokens":["use","plugin","fastaction","the","style","border","for"],"title_tokens":["vim","fastaction","plugins","borders","style","option"],"anchors":[]},{"id":"1655","title":"Option: vim.ui.borders.plugins.lsp-signature.enable","content":"Whether to enable borders for the lsp-signature plugin.","path":"options.html#option-vim-ui-borders-plugins-lsp-signature-enable","tokens":["plugin","the","enable","whether","borders","for","lsp-signature"],"title_tokens":["vim","lsp-signature","enable","borders","plugins","option"],"anchors":[]},{"id":"1656","title":"Option: vim.ui.borders.plugins.lsp-signature.style","content":"The border style to use for the lsp-signature plugin","path":"options.html#option-vim-ui-borders-plugins-lsp-signature-style","tokens":["border","lsp-signature","style","plugin","use","the","for"],"title_tokens":["style","option","lsp-signature","vim","plugins","borders"],"anchors":[]},{"id":"1657","title":"Option: vim.ui.borders.plugins.lspsaga.enable","content":"Whether to enable borders for the lspsaga plugin.","path":"options.html#option-vim-ui-borders-plugins-lspsaga-enable","tokens":["for","the","enable","lspsaga","plugin","whether","borders"],"title_tokens":["plugins","lspsaga","borders","vim","option","enable"],"anchors":[]},{"id":"1658","title":"Option: vim.ui.borders.plugins.lspsaga.style","content":"The border style to use for the lspsaga plugin","path":"options.html#option-vim-ui-borders-plugins-lspsaga-style","tokens":["lspsaga","plugin","the","style","border","use","for"],"title_tokens":["style","lspsaga","plugins","vim","option","borders"],"anchors":[]},{"id":"1659","title":"Option: vim.ui.borders.plugins.nvim-cmp.enable","content":"Whether to enable borders for the nvim-cmp plugin.","path":"options.html#option-vim-ui-borders-plugins-nvim-cmp-enable","tokens":["the","plugin","for","nvim-cmp","enable","whether","borders"],"title_tokens":["vim","enable","borders","nvim-cmp","option","plugins"],"anchors":[]},{"id":"1660","title":"Option: vim.ui.borders.plugins.nvim-cmp.style","content":"The border style to use for the nvim-cmp plugin","path":"options.html#option-vim-ui-borders-plugins-nvim-cmp-style","tokens":["the","nvim-cmp","for","border","plugin","style","use"],"title_tokens":["vim","plugins","option","nvim-cmp","style","borders"],"anchors":[]},{"id":"1661","title":"Option: vim.ui.borders.plugins.which-key.enable","content":"Whether to enable borders for the which-key plugin.","path":"options.html#option-vim-ui-borders-plugins-which-key-enable","tokens":["which-key","plugin","enable","whether","borders","for","the"],"title_tokens":["borders","option","plugins","enable","vim","which-key"],"anchors":[]},{"id":"1662","title":"Option: vim.ui.borders.plugins.which-key.style","content":"The border style to use for the which-key plugin","path":"options.html#option-vim-ui-borders-plugins-which-key-style","tokens":["the","use","border","for","which-key","plugin","style"],"title_tokens":["which-key","option","borders","plugins","style","vim"],"anchors":[]},{"id":"1663","title":"Option: vim.ui.breadcrumbs.enable","content":"Whether to enable breadcrumbs.","path":"options.html#option-vim-ui-breadcrumbs-enable","tokens":["enable","breadcrumbs","whether"],"title_tokens":["breadcrumbs","option","vim","enable"],"anchors":[]},{"id":"1664","title":"Option: vim.ui.breadcrumbs.lualine.winbar.alwaysRender","content":"Whether to always display the breadcrumbs component on winbar.\n::: {.note} This will pass draw_empty to the nvim_navic winbar component, which causes the component to be drawn even if it's empty. :::","path":"options.html#option-vim-ui-breadcrumbs-lualine-winbar-alwaysRender","tokens":["always","winbar","this","display","even","the","which","breadcrumbs","drawn","draw_empty","nvim_navic","will","empty","note","pass","whether","component","causes"],"title_tokens":["vim","winbar","alwaysrender","option","breadcrumbs","lualine"],"anchors":[]},{"id":"1665","title":"Option: vim.ui.breadcrumbs.lualine.winbar.enable","content":"Whether to automatically configure a winbar component for Lualine on the Winbar section.\n::: {.note} This is set to true by default, which means nvim-navic will occupy winbar.lualine_c for the breadcrumbs feature unless this option is set to false. :::","path":"options.html#option-vim-ui-breadcrumbs-lualine-winbar-enable","tokens":["lualine","component","lualine_c","feature","unless","option","false","occupy","which","the","for","this","section","will","configure","set","nvim-navic","breadcrumbs","means","automatically","winbar","default","whether","note","true"],"title_tokens":["lualine","breadcrumbs","enable","winbar","option","vim"],"anchors":[]},{"id":"1666","title":"Option: vim.ui.breadcrumbs.navbuddy.enable","content":"Whether to enable navbuddy LSP helper UI. Enabling this option automatically loads and enables nvim-navic.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-enable","tokens":["navbuddy","helper","option","this","automatically","loads","and","enables","nvim-navic","enabling","enable","lsp","whether"],"title_tokens":["option","breadcrumbs","vim","enable","navbuddy"],"anchors":[]},{"id":"1667","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.appendName","content":"Insert at the end of name.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-appendName","tokens":["end","insert","the","name"],"title_tokens":["option","breadcrumbs","mappings","appendname","vim","navbuddy"],"anchors":[]},{"id":"1668","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.appendScope","content":"Insert at the end of scope.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-appendScope","tokens":["the","insert","scope","end"],"title_tokens":["navbuddy","option","mappings","breadcrumbs","vim","appendscope"],"anchors":[]},{"id":"1669","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.children","content":"Navigate to the child node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-children","tokens":["navigate","child","node","the"],"title_tokens":["mappings","vim","children","breadcrumbs","navbuddy","option"],"anchors":[]},{"id":"1670","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.close","content":"Close and return the cursor to its original location.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-close","tokens":["return","its","close","location","the","original","and","cursor"],"title_tokens":["option","vim","navbuddy","mappings","close","breadcrumbs"],"anchors":[]},{"id":"1671","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.comment","content":"Comment the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-comment","tokens":["comment","node","the"],"title_tokens":["option","vim","breadcrumbs","navbuddy","mappings","comment"],"anchors":[]},{"id":"1672","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.delete","content":"Delete the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-delete","tokens":["the","node","delete"],"title_tokens":["breadcrumbs","vim","option","navbuddy","mappings","delete"],"anchors":[]},{"id":"1673","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.foldCreate","content":"Create a new fold of the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-foldCreate","tokens":["create","node","new","the","fold"],"title_tokens":["foldcreate","option","breadcrumbs","mappings","vim","navbuddy"],"anchors":[]},{"id":"1674","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.foldDelete","content":"Delete the current fold of the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-foldDelete","tokens":["delete","node","fold","the","current"],"title_tokens":["option","folddelete","breadcrumbs","navbuddy","vim","mappings"],"anchors":[]},{"id":"1675","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.help","content":"Open the mappings help window.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-help","tokens":["help","mappings","open","the","window"],"title_tokens":["vim","navbuddy","help","breadcrumbs","option","mappings"],"anchors":[]},{"id":"1676","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.hsplit","content":"Open the node in a horizontal split.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-hsplit","tokens":["horizontal","split","open","the","node"],"title_tokens":["hsplit","mappings","vim","option","navbuddy","breadcrumbs"],"anchors":[]},{"id":"1677","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.insertName","content":"Insert at the start of name.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-insertName","tokens":["start","insert","the","name"],"title_tokens":["mappings","breadcrumbs","vim","option","insertname","navbuddy"],"anchors":[]},{"id":"1678","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.insertScope","content":"Insert at the start of scope.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-insertScope","tokens":["start","the","insert","scope"],"title_tokens":["navbuddy","vim","mappings","option","insertscope","breadcrumbs"],"anchors":[]},{"id":"1679","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.moveDown","content":"Move the node down.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-moveDown","tokens":["move","node","the","down"],"title_tokens":["option","mappings","navbuddy","movedown","breadcrumbs","vim"],"anchors":[]},{"id":"1680","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.moveUp","content":"Move the node up.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-moveUp","tokens":["the","node","move"],"title_tokens":["option","mappings","breadcrumbs","vim","navbuddy","moveup"],"anchors":[]},{"id":"1681","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.nextSibling","content":"Navigate to the next sibling node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-nextSibling","tokens":["node","navigate","sibling","next","the"],"title_tokens":["option","breadcrumbs","navbuddy","vim","mappings","nextsibling"],"anchors":[]},{"id":"1682","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.parent","content":"Navigate to the parent node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-parent","tokens":["parent","navigate","node","the"],"title_tokens":["option","breadcrumbs","mappings","navbuddy","vim","parent"],"anchors":[]},{"id":"1683","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.previousSibling","content":"Navigate to the previous sibling node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-previousSibling","tokens":["sibling","the","previous","navigate","node"],"title_tokens":["option","navbuddy","previoussibling","breadcrumbs","mappings","vim"],"anchors":[]},{"id":"1684","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.rename","content":"Rename the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-rename","tokens":["the","node","rename"],"title_tokens":["breadcrumbs","option","rename","mappings","vim","navbuddy"],"anchors":[]},{"id":"1685","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.root","content":"Navigate to the root node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-root","tokens":["node","navigate","the","root"],"title_tokens":["vim","breadcrumbs","mappings","root","navbuddy","option"],"anchors":[]},{"id":"1686","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.select","content":"Goto the node.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-select","tokens":["node","goto","the"],"title_tokens":["select","vim","navbuddy","breadcrumbs","mappings","option"],"anchors":[]},{"id":"1687","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.telescope","content":"Start fuzzy finder at the current level.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-telescope","tokens":["finder","level","the","start","current","fuzzy"],"title_tokens":["option","breadcrumbs","mappings","telescope","navbuddy","vim"],"anchors":[]},{"id":"1688","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.togglePreview","content":"Toggle the preview.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-togglePreview","tokens":["preview","toggle","the"],"title_tokens":["navbuddy","vim","mappings","togglepreview","option","breadcrumbs"],"anchors":[]},{"id":"1689","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.visualName","content":"Select the name visually.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-visualName","tokens":["the","visually","select","name"],"title_tokens":["visualname","breadcrumbs","option","vim","navbuddy","mappings"],"anchors":[]},{"id":"1690","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.visualScope","content":"Select the scope visually.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-visualScope","tokens":["visually","select","the","scope"],"title_tokens":["navbuddy","vim","visualscope","mappings","option","breadcrumbs"],"anchors":[]},{"id":"1691","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.vsplit","content":"Open the node in a vertical split.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-vsplit","tokens":["split","open","the","node","vertical"],"title_tokens":["option","vsplit","vim","breadcrumbs","mappings","navbuddy"],"anchors":[]},{"id":"1692","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.yankName","content":"Yank the name to system clipboard.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-yankName","tokens":["name","the","system","yank","clipboard"],"title_tokens":["breadcrumbs","mappings","yankname","option","vim","navbuddy"],"anchors":[]},{"id":"1693","title":"Option: vim.ui.breadcrumbs.navbuddy.mappings.yankScope","content":"Yank the scope to system clipboard.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-mappings-yankScope","tokens":["yank","system","scope","the","clipboard"],"title_tokens":["navbuddy","mappings","vim","option","yankscope","breadcrumbs"],"anchors":[]},{"id":"1694","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts","content":"Option table to pass into the setup function of navbuddy\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts","tokens":["options","the","table","can","any","pass","into","you","listed","navbuddy","function","setup","not","additional","even","docs","they","option"],"title_tokens":["option","vim","navbuddy","setupopts","breadcrumbs"],"anchors":[]},{"id":"1695","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Array","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Array","tokens":[],"title_tokens":["array","navbuddy","option","setupopts","icons","vim","breadcrumbs"],"anchors":[]},{"id":"1696","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Boolean","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Boolean","tokens":[],"title_tokens":["breadcrumbs","option","setupopts","navbuddy","icons","boolean","vim"],"anchors":[]},{"id":"1697","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Class","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Class","tokens":[],"title_tokens":["icons","class","setupopts","breadcrumbs","navbuddy","option","vim"],"anchors":[]},{"id":"1698","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Constant","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Constant","tokens":[],"title_tokens":["setupopts","icons","vim","breadcrumbs","option","constant","navbuddy"],"anchors":[]},{"id":"1699","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Constructor","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Constructor","tokens":[],"title_tokens":["navbuddy","option","vim","breadcrumbs","setupopts","constructor","icons"],"anchors":[]},{"id":"1700","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Enum","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Enum","tokens":[],"title_tokens":["option","vim","setupopts","navbuddy","enum","icons","breadcrumbs"],"anchors":[]},{"id":"1701","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.EnumMember","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-EnumMember","tokens":[],"title_tokens":["option","vim","setupopts","icons","enummember","breadcrumbs","navbuddy"],"anchors":[]},{"id":"1702","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Event","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Event","tokens":[],"title_tokens":["setupopts","breadcrumbs","vim","icons","option","event","navbuddy"],"anchors":[]},{"id":"1703","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Field","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Field","tokens":[],"title_tokens":["option","vim","setupopts","icons","navbuddy","breadcrumbs","field"],"anchors":[]},{"id":"1704","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.File","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-File","tokens":[],"title_tokens":["setupopts","file","option","breadcrumbs","vim","navbuddy","icons"],"anchors":[]},{"id":"1705","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Function","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Function","tokens":[],"title_tokens":["navbuddy","setupopts","function","icons","breadcrumbs","option","vim"],"anchors":[]},{"id":"1706","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Interface","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Interface","tokens":[],"title_tokens":["option","vim","breadcrumbs","navbuddy","icons","setupopts","interface"],"anchors":[]},{"id":"1707","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Key","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Key","tokens":[],"title_tokens":["option","navbuddy","icons","breadcrumbs","key","setupopts","vim"],"anchors":[]},{"id":"1708","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Method","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Method","tokens":[],"title_tokens":["navbuddy","vim","breadcrumbs","setupopts","icons","method","option"],"anchors":[]},{"id":"1709","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Module","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Module","tokens":[],"title_tokens":["option","breadcrumbs","navbuddy","setupopts","module","vim","icons"],"anchors":[]},{"id":"1710","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Namespace","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Namespace","tokens":[],"title_tokens":["vim","breadcrumbs","icons","namespace","option","navbuddy","setupopts"],"anchors":[]},{"id":"1711","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Null","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Null","tokens":[],"title_tokens":["option","navbuddy","setupopts","breadcrumbs","null","vim","icons"],"anchors":[]},{"id":"1712","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Number","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Number","tokens":[],"title_tokens":["vim","breadcrumbs","navbuddy","icons","setupopts","option","number"],"anchors":[]},{"id":"1713","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Object","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Object","tokens":[],"title_tokens":["option","breadcrumbs","navbuddy","object","setupopts","vim","icons"],"anchors":[]},{"id":"1714","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Operator","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Operator","tokens":[],"title_tokens":["option","breadcrumbs","navbuddy","setupopts","icons","operator","vim"],"anchors":[]},{"id":"1715","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Package","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Package","tokens":[],"title_tokens":["icons","package","option","navbuddy","breadcrumbs","setupopts","vim"],"anchors":[]},{"id":"1716","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Property","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Property","tokens":[],"title_tokens":["option","navbuddy","setupopts","icons","property","vim","breadcrumbs"],"anchors":[]},{"id":"1717","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.String","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-String","tokens":[],"title_tokens":["string","breadcrumbs","navbuddy","vim","icons","option","setupopts"],"anchors":[]},{"id":"1718","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Struct","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Struct","tokens":[],"title_tokens":["navbuddy","icons","struct","option","breadcrumbs","vim","setupopts"],"anchors":[]},{"id":"1719","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.TypeParameter","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-TypeParameter","tokens":[],"title_tokens":["option","vim","navbuddy","breadcrumbs","setupopts","icons","typeparameter"],"anchors":[]},{"id":"1720","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.icons.Variable","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-icons-Variable","tokens":[],"title_tokens":["navbuddy","option","breadcrumbs","variable","setupopts","icons","vim"],"anchors":[]},{"id":"1721","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.lsp.auto_attach","content":"Whether to attach to LSP server manually.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-lsp-auto_attach","tokens":["lsp","whether","server","manually","attach"],"title_tokens":["navbuddy","breadcrumbs","option","vim","setupopts","lsp","auto_attach"],"anchors":[]},{"id":"1722","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.lsp.preference","content":"The preference list ranking LSP servers.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-lsp-preference","tokens":["ranking","lsp","the","list","preference","servers"],"title_tokens":["setupopts","breadcrumbs","navbuddy","lsp","preference","option","vim"],"anchors":[]},{"id":"1723","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.node_markers.enable","content":"Whether to enable node markers.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-node_markers-enable","tokens":["whether","node","markers","enable"],"title_tokens":["breadcrumbs","node_markers","enable","option","setupopts","navbuddy","vim"],"anchors":[]},{"id":"1724","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.node_markers.icons.branch","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-node_markers-icons-branch","tokens":[],"title_tokens":["option","vim","setupopts","branch","navbuddy","node_markers","icons","breadcrumbs"],"anchors":[]},{"id":"1725","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.node_markers.icons.leaf","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-node_markers-icons-leaf","tokens":[],"title_tokens":["leaf","node_markers","navbuddy","breadcrumbs","setupopts","vim","icons","option"],"anchors":[]},{"id":"1726","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.node_markers.icons.leaf_selected","content":"","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-node_markers-icons-leaf_selected","tokens":[],"title_tokens":["navbuddy","breadcrumbs","setupopts","node_markers","vim","option","icons","leaf_selected"],"anchors":[]},{"id":"1727","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.source_buffer.followNode","content":"Whether to keep the current node in focus in the source buffer.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-source_buffer-followNode","tokens":["current","focus","node","the","keep","source","buffer","whether"],"title_tokens":["vim","setupopts","source_buffer","breadcrumbs","follownode","option","navbuddy"],"anchors":[]},{"id":"1728","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.source_buffer.highlight","content":"Whether to highlight the currently focused node in the source buffer.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-source_buffer-highlight","tokens":["buffer","node","the","whether","highlight","focused","source","currently"],"title_tokens":["navbuddy","breadcrumbs","setupopts","highlight","vim","source_buffer","option"],"anchors":[]},{"id":"1729","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.source_buffer.reorient","content":"The mode for reorienting the source buffer after moving nodes.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-source_buffer-reorient","tokens":["nodes","moving","buffer","after","for","mode","source","the","reorienting"],"title_tokens":["option","setupopts","source_buffer","reorient","navbuddy","breadcrumbs","vim"],"anchors":[]},{"id":"1730","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.source_buffer.scrolloff","content":"The scrolloff value in the source buffer when Navbuddy is open.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-source_buffer-scrolloff","tokens":["buffer","source","when","navbuddy","the","scrolloff","value","open"],"title_tokens":["vim","breadcrumbs","option","navbuddy","source_buffer","setupopts","scrolloff"],"anchors":[]},{"id":"1731","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.useDefaultMappings","content":"Add the default Navbuddy keybindings in addition to the keybinding added by this module.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-useDefaultMappings","tokens":["addition","keybinding","default","added","this","navbuddy","add","the","module","keybindings"],"title_tokens":["breadcrumbs","usedefaultmappings","option","navbuddy","setupopts","vim"],"anchors":[]},{"id":"1732","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.border","content":"The border style to use.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-border","tokens":["the","border","use","style"],"title_tokens":["window","option","border","vim","setupopts","navbuddy","breadcrumbs"],"anchors":[]},{"id":"1733","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.scrolloff","content":"The scrolloff value within a navbuddy window.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-scrolloff","tokens":["value","scrolloff","navbuddy","the","window","within"],"title_tokens":["scrolloff","navbuddy","window","breadcrumbs","setupopts","option","vim"],"anchors":[]},{"id":"1734","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.sections.left.border","content":"The border style to use for the left section of the Navbuddy UI.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-sections-left-border","tokens":["left","style","for","border","use","navbuddy","the","section"],"title_tokens":["option","navbuddy","window","border","left","setupopts","vim","breadcrumbs","sections"],"anchors":[]},{"id":"1735","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.sections.mid.border","content":"The border style to use for the middle section of the Navbuddy UI.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-sections-mid-border","tokens":["style","the","border","use","middle","navbuddy","section","for"],"title_tokens":["breadcrumbs","sections","option","setupopts","window","navbuddy","mid","vim","border"],"anchors":[]},{"id":"1736","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.sections.right.border","content":"The border style to use for the right section of the Navbuddy UI.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-sections-right-border","tokens":["style","navbuddy","section","use","border","the","right","for"],"title_tokens":["navbuddy","sections","right","border","option","setupopts","vim","breadcrumbs","window"],"anchors":[]},{"id":"1737","title":"Option: vim.ui.breadcrumbs.navbuddy.setupOpts.window.sections.right.preview","content":"The display mode of the preview on the right section.","path":"options.html#option-vim-ui-breadcrumbs-navbuddy-setupOpts-window-sections-right-preview","tokens":["the","display","preview","mode","section","right"],"title_tokens":["breadcrumbs","preview","vim","option","sections","navbuddy","setupopts","window","right"],"anchors":[]},{"id":"1738","title":"Option: vim.ui.breadcrumbs.source","content":"The source to be used for breadcrumbs component. Null means no breadcrumbs.","path":"options.html#option-vim-ui-breadcrumbs-source","tokens":["means","source","used","component","breadcrumbs","null","the","for"],"title_tokens":["breadcrumbs","vim","source","option"],"anchors":[]},{"id":"1739","title":"Option: vim.ui.colorful-menu-nvim.enable","content":"Whether to enable treesitter highlighted completion menus [colorful-menu.nvim].","path":"options.html#option-vim-ui-colorful-menu-nvim-enable","tokens":["colorful-menu","menus","enable","treesitter","whether","highlighted","completion","nvim"],"title_tokens":["vim","option","enable","colorful-menu-nvim"],"anchors":[]},{"id":"1740","title":"Option: vim.ui.colorful-menu-nvim.setupOpts","content":"Option table to pass into the setup function of colorful-menu-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-colorful-menu-nvim-setupOpts","tokens":["listed","can","they","additional","any","table","docs","the","colorful-menu-nvim","function","option","not","even","you","pass","setup","options","into"],"title_tokens":["setupopts","vim","colorful-menu-nvim","option"],"anchors":[]},{"id":"1741","title":"Option: vim.ui.colorizer.enable","content":"Whether to enable color highlighting [nvim-colorizer.lua].","path":"options.html#option-vim-ui-colorizer-enable","tokens":["lua","enable","color","nvim-colorizer","highlighting","whether"],"title_tokens":["enable","colorizer","vim","option"],"anchors":[]},{"id":"1742","title":"Option: vim.ui.colorizer.setupOpts","content":"Option table to pass into the setup function of colorizer\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-colorizer-setupOpts","tokens":["options","any","not","table","into","the","additional","docs","pass","setup","function","colorizer","option","you","can","listed","even","they"],"title_tokens":["option","colorizer","vim","setupopts"],"anchors":[]},{"id":"1743","title":"Option: vim.ui.colorizer.setupOpts.filetypes","content":"Filetypes to enable on and their option overrides.\n\"*\" means enable on all filetypes. Filetypes prefixed with \"!\" are disabled.","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes","tokens":["option","overrides","all","enable","prefixed","are","disabled","their","means","with","filetypes","and"],"title_tokens":["colorizer","option","vim","filetypes","setupopts"],"anchors":[]},{"id":"1744","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.AARRGGBB","content":"Colorize 0xAARRGGBB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--AARRGGBB","tokens":["colorize","0xaarrggbb","hex","codes"],"title_tokens":["colorizer","filetypes","name","aarrggbb","setupopts","option","vim"],"anchors":[]},{"id":"1745","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.RGB","content":"Colorize #RGB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--RGB","tokens":["hex","rgb","codes","colorize"],"title_tokens":["vim","option","colorizer","filetypes","name","setupopts","rgb"],"anchors":[]},{"id":"1746","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.RRGGBB","content":"Colorize #RRGGBB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--RRGGBB","tokens":["colorize","rrggbb","hex","codes"],"title_tokens":["name","rrggbb","colorizer","option","setupopts","vim","filetypes"],"anchors":[]},{"id":"1747","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.RRGGBBAA","content":"Colorize #RRGGBBAA hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--RRGGBBAA","tokens":["colorize","codes","hex","rrggbbaa"],"title_tokens":["colorizer","vim","option","setupopts","filetypes","name","rrggbbaa"],"anchors":[]},{"id":"1748","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.always_update","content":"Update color values even if buffer is not focused. Example use: cmp_menu, cmp_docs","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--always_update","tokens":["even","focused","example","buffer","values","update","color","not","use","cmp_docs","cmp_menu"],"title_tokens":["vim","setupopts","filetypes","colorizer","option","name","always_update"],"anchors":[]},{"id":"1749","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.css","content":"Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--css","tokens":["names","rgb_fn","enable","css","features","all","rgb","hsl_fn","rrggbb"],"title_tokens":["colorizer","option","name","css","vim","setupopts","filetypes"],"anchors":[]},{"id":"1750","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.css_fn","content":"Enable all CSS functions: rgb_fn, hsl_fn","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--css_fn","tokens":["css","functions","rgb_fn","enable","all","hsl_fn"],"title_tokens":["colorizer","option","vim","setupopts","filetypes","name","css_fn"],"anchors":[]},{"id":"1751","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.hsl_fn","content":"Colorize CSS hsl() and hsla() functions","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--hsl_fn","tokens":["css","hsl","and","functions","colorize","hsla"],"title_tokens":["vim","hsl_fn","colorizer","name","setupopts","option","filetypes"],"anchors":[]},{"id":"1752","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.mode","content":"Set the display mode","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--mode","tokens":["set","the","display","mode"],"title_tokens":["option","setupopts","name","mode","colorizer","filetypes","vim"],"anchors":[]},{"id":"1753","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.names","content":"Colorize \"Name\" codes like Blue","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--names","tokens":["blue","like","colorize","codes","name"],"title_tokens":["filetypes","name","vim","names","setupopts","colorizer","option"],"anchors":[]},{"id":"1754","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.rgb_fn","content":"Colorize CSS rgb() and rgba() functions","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--rgb_fn","tokens":["colorize","rgba","functions","rgb","and","css"],"title_tokens":["vim","option","setupopts","filetypes","rgb_fn","colorizer","name"],"anchors":[]},{"id":"1755","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.sass","content":"Enable sass colors","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--sass","tokens":["enable","sass","colors"],"title_tokens":["filetypes","vim","colorizer","setupopts","name","sass","option"],"anchors":[]},{"id":"1756","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.tailwind","content":"Enable tailwind colors","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--tailwind","tokens":["enable","colors","tailwind"],"title_tokens":["option","vim","colorizer","setupopts","name","tailwind","filetypes"],"anchors":[]},{"id":"1757","title":"Option: vim.ui.colorizer.setupOpts.filetypes.<name>.virtualtext","content":"String to display as virtualtext","path":"options.html#option-vim-ui-colorizer-setupOpts-filetypes--virtualtext","tokens":["virtualtext","string","display"],"title_tokens":["option","filetypes","colorizer","setupopts","virtualtext","name","vim"],"anchors":[]},{"id":"1758","title":"Option: vim.ui.colorizer.setupOpts.user_default_options","content":"user_default_options is the second parameter to nvim-colorizer's setup function.\nAnything set here is the inverse of the previous setup configuration.","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options","tokens":["user_default_options","second","nvim-colorizer","setup","configuration","function","here","the","inverse","anything","parameter","previous","set"],"title_tokens":["vim","user_default_options","option","colorizer","setupopts"],"anchors":[]},{"id":"1759","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.AARRGGBB","content":"Colorize 0xAARRGGBB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-AARRGGBB","tokens":["0xaarrggbb","codes","colorize","hex"],"title_tokens":["vim","setupopts","colorizer","aarrggbb","user_default_options","option"],"anchors":[]},{"id":"1760","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.RGB","content":"Colorize #RGB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-RGB","tokens":["hex","colorize","rgb","codes"],"title_tokens":["vim","colorizer","option","user_default_options","rgb","setupopts"],"anchors":[]},{"id":"1761","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.RRGGBB","content":"Colorize #RRGGBB hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-RRGGBB","tokens":["hex","codes","rrggbb","colorize"],"title_tokens":["colorizer","vim","rrggbb","setupopts","user_default_options","option"],"anchors":[]},{"id":"1762","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.RRGGBBAA","content":"Colorize #RRGGBBAA hex codes","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-RRGGBBAA","tokens":["colorize","rrggbbaa","codes","hex"],"title_tokens":["rrggbbaa","option","colorizer","setupopts","user_default_options","vim"],"anchors":[]},{"id":"1763","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.always_update","content":"Update color values even if buffer is not focused. Example use: cmp_menu, cmp_docs","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-always_update","tokens":["use","cmp_menu","buffer","color","values","example","not","cmp_docs","focused","even","update"],"title_tokens":["colorizer","option","user_default_options","setupopts","vim","always_update"],"anchors":[]},{"id":"1764","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.css","content":"Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-css","tokens":["css","rgb_fn","hsl_fn","features","rgb","enable","rrggbb","names","all"],"title_tokens":["option","vim","colorizer","setupopts","user_default_options","css"],"anchors":[]},{"id":"1765","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.css_fn","content":"Enable all CSS functions: rgb_fn, hsl_fn","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-css_fn","tokens":["functions","all","css","hsl_fn","enable","rgb_fn"],"title_tokens":["user_default_options","vim","css_fn","option","setupopts","colorizer"],"anchors":[]},{"id":"1766","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.hsl_fn","content":"Colorize CSS hsl() and hsla() functions","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-hsl_fn","tokens":["hsla","functions","css","hsl","colorize","and"],"title_tokens":["user_default_options","hsl_fn","vim","option","setupopts","colorizer"],"anchors":[]},{"id":"1767","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.mode","content":"Set the display mode","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-mode","tokens":["set","the","display","mode"],"title_tokens":["user_default_options","option","colorizer","vim","setupopts","mode"],"anchors":[]},{"id":"1768","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.names","content":"Colorize \"Name\" codes like Blue","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-names","tokens":["colorize","name","codes","like","blue"],"title_tokens":["names","setupopts","vim","option","user_default_options","colorizer"],"anchors":[]},{"id":"1769","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.rgb_fn","content":"Colorize CSS rgb() and rgba() functions","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-rgb_fn","tokens":["colorize","and","rgba","functions","rgb","css"],"title_tokens":["option","vim","setupopts","rgb_fn","colorizer","user_default_options"],"anchors":[]},{"id":"1770","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.sass","content":"Enable sass colors","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-sass","tokens":["enable","colors","sass"],"title_tokens":["vim","option","user_default_options","sass","colorizer","setupopts"],"anchors":[]},{"id":"1771","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.tailwind","content":"Enable tailwind colors","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-tailwind","tokens":["enable","colors","tailwind"],"title_tokens":["colorizer","user_default_options","vim","option","setupopts","tailwind"],"anchors":[]},{"id":"1772","title":"Option: vim.ui.colorizer.setupOpts.user_default_options.virtualtext","content":"String to display as virtualtext","path":"options.html#option-vim-ui-colorizer-setupOpts-user_default_options-virtualtext","tokens":["display","string","virtualtext"],"title_tokens":["virtualtext","option","vim","colorizer","setupopts","user_default_options"],"anchors":[]},{"id":"1773","title":"Option: vim.ui.fastaction.enable","content":"Whether to enable overriding vim.ui.select with fastaction.nvim.","path":"options.html#option-vim-ui-fastaction-enable","tokens":["fastaction","overriding","with","vim","nvim","whether","select","enable"],"title_tokens":["vim","enable","option","fastaction"],"anchors":[]},{"id":"1774","title":"Option: vim.ui.fastaction.setupOpts","content":"Option table to pass into the setup function of fastaction\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-fastaction-setupOpts","tokens":["can","the","they","listed","any","into","additional","you","not","even","pass","setup","options","option","function","table","fastaction","docs"],"title_tokens":["option","vim","fastaction","setupopts"],"anchors":[]},{"id":"1775","title":"Option: vim.ui.illuminate.enable","content":"Whether to enable automatically highlight other uses of the word under the cursor [vim-illuminate] .","path":"options.html#option-vim-ui-illuminate-enable","tokens":["automatically","uses","under","cursor","vim-illuminate","enable","whether","word","highlight","the","other"],"title_tokens":["enable","option","vim","illuminate"],"anchors":[]},{"id":"1776","title":"Option: vim.ui.illuminate.setupOpts","content":"Option table to pass into the setup function of vim-illuminate\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-illuminate-setupOpts","tokens":["additional","can","table","function","into","any","even","the","vim-illuminate","docs","not","you","setup","options","listed","option","pass","they"],"title_tokens":["vim","illuminate","option","setupopts"],"anchors":[]},{"id":"1777","title":"Option: vim.ui.illuminate.setupOpts.filetypes_denylist","content":"Filetypes to not illuminate, this overrides filetypes_allowlist","path":"options.html#option-vim-ui-illuminate-setupOpts-filetypes_denylist","tokens":["not","filetypes_allowlist","illuminate","filetypes","this","overrides"],"title_tokens":["illuminate","vim","option","setupopts","filetypes_denylist"],"anchors":[]},{"id":"1778","title":"Option: vim.ui.modes-nvim.enable","content":"Whether to enable modes.nvim's prismatic line decorations.","path":"options.html#option-vim-ui-modes-nvim-enable","tokens":["nvim","line","whether","enable","decorations","modes","prismatic"],"title_tokens":["modes-nvim","vim","enable","option"],"anchors":[]},{"id":"1779","title":"Option: vim.ui.modes-nvim.setupOpts.colors","content":"Option table to pass into the setup function of modes.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-modes-nvim-setupOpts-colors","tokens":["option","pass","even","listed","into","modes","options","docs","function","additional","table","you","not","any","nvim","the","can","they","setup"],"title_tokens":["vim","modes-nvim","setupopts","colors","option"],"anchors":[]},{"id":"1780","title":"Option: vim.ui.modes-nvim.setupOpts.colors.copy","content":"The #RRGGBB color code for the visual mode highlights","path":"options.html#option-vim-ui-modes-nvim-setupOpts-colors-copy","tokens":["highlights","color","mode","for","visual","code","the","rrggbb"],"title_tokens":["setupopts","colors","option","copy","vim","modes-nvim"],"anchors":[]},{"id":"1781","title":"Option: vim.ui.modes-nvim.setupOpts.colors.delete","content":"The #RRGGBB color code for the visual mode highlights","path":"options.html#option-vim-ui-modes-nvim-setupOpts-colors-delete","tokens":["code","for","rrggbb","highlights","the","mode","color","visual"],"title_tokens":["option","colors","delete","vim","modes-nvim","setupopts"],"anchors":[]},{"id":"1782","title":"Option: vim.ui.modes-nvim.setupOpts.colors.insert","content":"The #RRGGBB color code for the visual mode highlights","path":"options.html#option-vim-ui-modes-nvim-setupOpts-colors-insert","tokens":["highlights","the","for","visual","rrggbb","color","mode","code"],"title_tokens":["colors","insert","modes-nvim","option","vim","setupopts"],"anchors":[]},{"id":"1783","title":"Option: vim.ui.modes-nvim.setupOpts.colors.visual","content":"The #RRGGBB color code for the visual mode highlights","path":"options.html#option-vim-ui-modes-nvim-setupOpts-colors-visual","tokens":["the","rrggbb","highlights","mode","visual","code","for","color"],"title_tokens":["vim","colors","modes-nvim","option","visual","setupopts"],"anchors":[]},{"id":"1784","title":"Option: vim.ui.modes-nvim.setupOpts.line_opacity.visual","content":"Set opacity for cursorline and number background","path":"options.html#option-vim-ui-modes-nvim-setupOpts-line_opacity-visual","tokens":["set","number","background","and","for","opacity","cursorline"],"title_tokens":["vim","option","line_opacity","modes-nvim","visual","setupopts"],"anchors":[]},{"id":"1785","title":"Option: vim.ui.modes-nvim.setupOpts.setCursorline","content":"Set a colored cursorline on current line","path":"options.html#option-vim-ui-modes-nvim-setupOpts-setCursorline","tokens":["cursorline","current","set","line","colored"],"title_tokens":["modes-nvim","setupopts","vim","setcursorline","option"],"anchors":[]},{"id":"1786","title":"Option: vim.ui.noice.enable","content":"Whether to enable noice.nvim UI modification library.","path":"options.html#option-vim-ui-noice-enable","tokens":["whether","modification","enable","nvim","noice","library"],"title_tokens":["vim","noice","enable","option"],"anchors":[]},{"id":"1787","title":"Option: vim.ui.noice.setupOpts","content":"Option table to pass into the setup function of noice.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-noice-setupOpts","tokens":["listed","pass","options","additional","noice","you","not","the","nvim","can","table","function","any","they","setup","docs","option","into","even"],"title_tokens":["noice","vim","setupopts","option"],"anchors":[]},{"id":"1788","title":"Option: vim.ui.noice.setupOpts.format.cmdline","content":"formatting options for the cmdline","path":"options.html#option-vim-ui-noice-setupOpts-format-cmdline","tokens":["for","the","cmdline","formatting","options"],"title_tokens":["vim","format","noice","setupopts","option","cmdline"],"anchors":[]},{"id":"1789","title":"Option: vim.ui.noice.setupOpts.format.filter","content":"formatting options for filter","path":"options.html#option-vim-ui-noice-setupOpts-format-filter","tokens":["options","filter","for","formatting"],"title_tokens":["setupopts","noice","option","format","vim","filter"],"anchors":[]},{"id":"1790","title":"Option: vim.ui.noice.setupOpts.format.help","content":"formatting options for help","path":"options.html#option-vim-ui-noice-setupOpts-format-help","tokens":["options","help","formatting","for"],"title_tokens":["vim","format","help","setupopts","noice","option"],"anchors":[]},{"id":"1791","title":"Option: vim.ui.noice.setupOpts.format.lua","content":"formatting options for lua","path":"options.html#option-vim-ui-noice-setupOpts-format-lua","tokens":["formatting","options","for","lua"],"title_tokens":["noice","vim","setupopts","format","lua","option"],"anchors":[]},{"id":"1792","title":"Option: vim.ui.noice.setupOpts.format.search_down","content":"formatting options for search_down","path":"options.html#option-vim-ui-noice-setupOpts-format-search_down","tokens":["options","formatting","for","search_down"],"title_tokens":["vim","option","noice","setupopts","format","search_down"],"anchors":[]},{"id":"1793","title":"Option: vim.ui.noice.setupOpts.format.search_up","content":"formatting options for search_up","path":"options.html#option-vim-ui-noice-setupOpts-format-search_up","tokens":["formatting","options","for","search_up"],"title_tokens":["vim","noice","setupopts","option","format","search_up"],"anchors":[]},{"id":"1794","title":"Option: vim.ui.noice.setupOpts.lsp.override.\"cmp.entry.get_documentation\"","content":"override cmp documentation with Noice","path":"options.html#option-vim-ui-noice-setupOpts-lsp-override-\"cmp-entry-get_documentation\"","tokens":["with","noice","documentation","override","cmp"],"title_tokens":["override","get_documentation","entry","setupopts","lsp","noice","vim","cmp","option"],"anchors":[]},{"id":"1795","title":"Option: vim.ui.noice.setupOpts.lsp.override.\"vim.lsp.util.convert_input_to_markdown_lines\"","content":"override the default lsp markdown formatter with Noice","path":"options.html#option-vim-ui-noice-setupOpts-lsp-override-\"vim-lsp-util-convert_input_to_markdown_lines\"","tokens":["markdown","default","formatter","lsp","override","with","noice","the"],"title_tokens":["override","util","noice","convert_input_to_markdown_lines","lsp","vim","option","setupopts"],"anchors":[]},{"id":"1796","title":"Option: vim.ui.noice.setupOpts.lsp.override.\"vim.lsp.util.stylize_markdown\"","content":"override the lsp markdown formatter with Noice","path":"options.html#option-vim-ui-noice-setupOpts-lsp-override-\"vim-lsp-util-stylize_markdown\"","tokens":["override","with","formatter","markdown","noice","the","lsp"],"title_tokens":["option","util","noice","setupopts","override","vim","stylize_markdown","lsp"],"anchors":[]},{"id":"1797","title":"Option: vim.ui.noice.setupOpts.lsp.signature.enabled","content":"Whether to enable signature help.","path":"options.html#option-vim-ui-noice-setupOpts-lsp-signature-enabled","tokens":["enable","whether","signature","help"],"title_tokens":["lsp","signature","enabled","setupopts","noice","vim","option"],"anchors":[]},{"id":"1798","title":"Option: vim.ui.noice.setupOpts.presets.bottom_search","content":"use a classic bottom cmdline for search","path":"options.html#option-vim-ui-noice-setupOpts-presets-bottom_search","tokens":["classic","for","bottom","use","search","cmdline"],"title_tokens":["presets","noice","option","vim","bottom_search","setupopts"],"anchors":[]},{"id":"1799","title":"Option: vim.ui.noice.setupOpts.presets.command_palette","content":"position the cmdline and popupmenu together","path":"options.html#option-vim-ui-noice-setupOpts-presets-command_palette","tokens":["cmdline","together","the","and","position","popupmenu"],"title_tokens":["vim","noice","setupopts","option","command_palette","presets"],"anchors":[]},{"id":"1800","title":"Option: vim.ui.noice.setupOpts.presets.inc_rename","content":"enables an input dialog for inc-rename.nvim","path":"options.html#option-vim-ui-noice-setupOpts-presets-inc_rename","tokens":["for","enables","dialog","input","inc-rename","nvim"],"title_tokens":["noice","option","vim","presets","setupopts","inc_rename"],"anchors":[]},{"id":"1801","title":"Option: vim.ui.noice.setupOpts.presets.long_message_to_split","content":"long messages will be sent to a split","path":"options.html#option-vim-ui-noice-setupOpts-presets-long_message_to_split","tokens":["sent","will","split","messages","long"],"title_tokens":["setupopts","presets","long_message_to_split","noice","vim","option"],"anchors":[]},{"id":"1802","title":"Option: vim.ui.noice.setupOpts.presets.lsp_doc_border","content":"add a border to hover docs and signature help","path":"options.html#option-vim-ui-noice-setupOpts-presets-lsp_doc_border","tokens":["docs","border","help","signature","and","add","hover"],"title_tokens":["setupopts","vim","lsp_doc_border","presets","option","noice"],"anchors":[]},{"id":"1803","title":"Option: vim.ui.noice.setupOpts.routes","content":"How to route messages","path":"options.html#option-vim-ui-noice-setupOpts-routes","tokens":["messages","route","how"],"title_tokens":["noice","routes","setupopts","option","vim"],"anchors":[]},{"id":"1804","title":"Option: vim.ui.noice.setupOpts.routes.*.filter","content":"a filter for messages matching this route","path":"options.html#option-vim-ui-noice-setupOpts-routes-*-filter","tokens":["filter","matching","for","this","route","messages"],"title_tokens":["filter","setupopts","vim","option","noice","routes"],"anchors":[]},{"id":"1805","title":"Option: vim.ui.noice.setupOpts.routes.*.opts","content":"options for the view and the route","path":"options.html#option-vim-ui-noice-setupOpts-routes-*-opts","tokens":["for","route","the","view","options","and"],"title_tokens":["setupopts","opts","vim","noice","routes","option"],"anchors":[]},{"id":"1806","title":"Option: vim.ui.noice.setupOpts.routes.*.view","content":"how this route is viewed","path":"options.html#option-vim-ui-noice-setupOpts-routes-*-view","tokens":["viewed","how","route","this"],"title_tokens":["vim","routes","noice","option","view","setupopts"],"anchors":[]},{"id":"1807","title":"Option: vim.ui.nvim-highlight-colors.enable","content":"Whether to enable color highlighting [nvim-highlight-colors.lua].","path":"options.html#option-vim-ui-nvim-highlight-colors-enable","tokens":["nvim-highlight-colors","highlighting","whether","enable","color","lua"],"title_tokens":["vim","enable","option","nvim-highlight-colors"],"anchors":[]},{"id":"1808","title":"Option: vim.ui.nvim-highlight-colors.setupOpts","content":"Option table to pass into the setup function of nvim-highlight-colors\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-nvim-highlight-colors-setupOpts","tokens":["listed","option","any","can","setup","table","you","not","the","docs","pass","nvim-highlight-colors","even","function","into","options","additional","they"],"title_tokens":["vim","nvim-highlight-colors","setupopts","option"],"anchors":[]},{"id":"1809","title":"Option: vim.ui.nvim-highlight-colors.setupOpts.render","content":"Style to render color highlighting with.\n::: {.note} Each render style works as follows:\n'background' sets the background highlight of the matched color string to the RGB color it describes.\n'foreground' sets the foreground highlight of the matched color string to the RGB color it describes.\n'virtual' displays the matched color with virtual text alongside the color string in the buffer. Virtual text can be configured to display the color in various ways, i.e custom virtual symbol (via virtual_symbol) positioning relative to string, suffix/prefix, etc. :::","path":"options.html#option-vim-ui-nvim-highlight-colors-setupOpts-render","tokens":["color","highlight","the","foreground","text","various","works","describes","highlighting","buffer","prefix","suffix","with","each","background","render","note","via","display","ways","rgb","alongside","style","positioning","etc","can","configured","displays","custom","matched","symbol","virtual","follows","relative","string","virtual_symbol","sets"],"title_tokens":["option","vim","nvim-highlight-colors","render","setupopts"],"anchors":[]},{"id":"1810","title":"Option: vim.ui.nvim-highlight-colors.setupOpts.virtual_symbol_position","content":"Where to render the virtual symbol in relation to the color string.\n::: {.note} Each render style works as follows:\n'inline' render virtual text inline, similar to the style of VSCode color hinting.\n'eol' render virtual text at the end of the line which the color string occurs (last column). Recommended to set virtual_symbol_suffix to an empty string when used.\n'eow' render virtual text at the end of the word where the color string occurs. Recommended to set virtual_symbol_prefix to a single space for padding and the suffix to an empty string for no padding. :::","path":"options.html#option-vim-ui-nvim-highlight-colors-setupOpts-virtual_symbol_position","tokens":["when","note","works","similar","word","style","each","follows","relation","space","vscode","where","string","which","recommended","inline","render","eol","virtual","and","text","virtual_symbol_prefix","color","occurs","virtual_symbol_suffix","used","eow","single","for","padding","suffix","line","the","symbol","last","column","hinting","end","set","empty"],"title_tokens":["option","setupopts","nvim-highlight-colors","virtual_symbol_position","vim"],"anchors":[]},{"id":"1811","title":"Option: vim.ui.nvim-ufo.enable","content":"Whether to enable nvim-ufo.","path":"options.html#option-vim-ui-nvim-ufo-enable","tokens":["enable","nvim-ufo","whether"],"title_tokens":["option","nvim-ufo","enable","vim"],"anchors":[]},{"id":"1812","title":"Option: vim.ui.nvim-ufo.setupOpts","content":"Option table to pass into the setup function of nvim-ufo\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-nvim-ufo-setupOpts","tokens":["any","additional","setup","even","not","docs","table","options","they","the","option","you","can","listed","nvim-ufo","into","pass","function"],"title_tokens":["vim","setupopts","option","nvim-ufo"],"anchors":[]},{"id":"1813","title":"Option: vim.ui.smartcolumn.enable","content":"Whether to enable line length indicator.","path":"options.html#option-vim-ui-smartcolumn-enable","tokens":["whether","length","indicator","line","enable"],"title_tokens":["option","vim","enable","smartcolumn"],"anchors":[]},{"id":"1814","title":"Option: vim.ui.smartcolumn.setupOpts","content":"Option table to pass into the setup function of smartcolumn.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-ui-smartcolumn-setupOpts","tokens":["table","setup","nvim","listed","into","even","you","option","options","additional","docs","pass","can","function","the","any","they","smartcolumn","not"],"title_tokens":["vim","option","smartcolumn","setupopts"],"anchors":[]},{"id":"1815","title":"Option: vim.ui.smartcolumn.setupOpts.colorcolumn","content":"The position at which the column will be displayed. Set to null to disable","path":"options.html#option-vim-ui-smartcolumn-setupOpts-colorcolumn","tokens":["the","will","which","column","disable","position","set","displayed","null"],"title_tokens":["vim","colorcolumn","setupopts","smartcolumn","option"],"anchors":[]},{"id":"1816","title":"Option: vim.ui.smartcolumn.setupOpts.custom_colorcolumn","content":"The position at which smart column should be displayed for each individual buffer type","path":"options.html#option-vim-ui-smartcolumn-setupOpts-custom_colorcolumn","tokens":["individual","type","buffer","column","smart","which","the","should","position","each","displayed","for"],"title_tokens":["custom_colorcolumn","option","vim","smartcolumn","setupopts"],"anchors":[]},{"id":"1817","title":"Option: vim.ui.smartcolumn.setupOpts.disabled_filetypes","content":"The filetypes smartcolumn will be disabled for.","path":"options.html#option-vim-ui-smartcolumn-setupOpts-disabled_filetypes","tokens":["the","for","filetypes","smartcolumn","disabled","will"],"title_tokens":["option","disabled_filetypes","vim","smartcolumn","setupopts"],"anchors":[]},{"id":"1818","title":"Option: vim.undoFile.enable","content":"Whether to enable undofile for persistent undo behaviour.","path":"options.html#option-vim-undoFile-enable","tokens":["enable","undo","for","whether","persistent","undofile","behaviour"],"title_tokens":["vim","undofile","enable","option"],"anchors":[]},{"id":"1819","title":"Option: vim.undoFile.path","content":"Path to the directory in which undo history will be stored","path":"options.html#option-vim-undoFile-path","tokens":["the","stored","history","directory","undo","path","will","which"],"title_tokens":["option","undofile","vim","path"],"anchors":[]},{"id":"1820","title":"Option: vim.utility.ccc.enable","content":"Whether to enable ccc color picker for neovim.","path":"options.html#option-vim-utility-ccc-enable","tokens":["enable","color","whether","picker","ccc","neovim","for"],"title_tokens":["option","utility","ccc","enable","vim"],"anchors":[]},{"id":"1821","title":"Option: vim.utility.ccc.mappings.decrease10","content":"Decrease the value times delta of the slider","path":"options.html#option-vim-utility-ccc-mappings-decrease10","tokens":["times","the","delta","slider","value","decrease"],"title_tokens":["mappings","vim","option","decrease10","utility","ccc"],"anchors":[]},{"id":"1822","title":"Option: vim.utility.ccc.mappings.increase10","content":"Increase the value times delta of the slider","path":"options.html#option-vim-utility-ccc-mappings-increase10","tokens":["times","increase","the","value","delta","slider"],"title_tokens":["ccc","utility","vim","mappings","increase10","option"],"anchors":[]},{"id":"1823","title":"Option: vim.utility.ccc.mappings.quit","content":"Cancel and close the UI without replace or insert","path":"options.html#option-vim-utility-ccc-mappings-quit","tokens":["and","close","without","cancel","the","replace","insert"],"title_tokens":["option","vim","ccc","quit","utility","mappings"],"anchors":[]},{"id":"1824","title":"Option: vim.utility.ccc.setupOpts","content":"Option table to pass into the setup function of ccc.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-ccc-setupOpts","tokens":["not","listed","options","pass","the","nvim","additional","ccc","function","they","option","setup","into","table","can","any","even","you","docs"],"title_tokens":["setupopts","utility","vim","ccc","option"],"anchors":[]},{"id":"1825","title":"Option: vim.utility.ccc.setupOpts.alpha_show","content":"This option determines whether the alpha slider is displayed when the UI is opened. \"show\" and \"hide\" mean as they are. \"auto\" makes the slider appear only when the alpha value can be picked up.","path":"options.html#option-vim-utility-ccc-setupOpts-alpha_show","tokens":["show","picked","option","the","opened","alpha","this","mean","they","hide","appear","auto","value","determines","when","can","slider","displayed","only","whether","and","are","makes"],"title_tokens":["option","ccc","alpha_show","setupopts","vim","utility"],"anchors":[]},{"id":"1826","title":"Option: vim.utility.ccc.setupOpts.convert","content":"Specify the correspondence between picker and output. Must be a list of two-element lists defining picker/output pairs as inline Lua references, for example:\nSee {command}:help ccc for options.","path":"options.html#option-vim-utility-ccc-setupOpts-convert","tokens":["command","ccc","output","picker","must","references","and","lists","between","options","inline","see","specify","list","the","two-element","for","defining","correspondence","lua","pairs","example","help"],"title_tokens":["utility","setupopts","ccc","option","vim","convert"],"anchors":[]},{"id":"1827","title":"Option: vim.utility.ccc.setupOpts.highlighter","content":"Settings for the highlighter. See {command}:help ccc for options.","path":"options.html#option-vim-utility-ccc-setupOpts-highlighter","tokens":["the","options","for","help","command","highlighter","see","ccc","settings"],"title_tokens":["option","vim","utility","ccc","highlighter","setupopts"],"anchors":[]},{"id":"1828","title":"Option: vim.utility.ccc.setupOpts.inputs","content":"List of color systems to be activated. Must be inline lua references to ccc.input, for example mkLuaInline \"ccc.input.rgb\". See {command}:help ccc for options.\nThe toggle input mode action toggles in this order. The first one is the default used at the first startup. Once activated, it will keep the previous input mode.","path":"options.html#option-vim-utility-ccc-setupOpts-inputs","tokens":["rgb","help","once","this","inline","order","example","systems","list","mode","see","keep","will","options","the","previous","ccc","references","must","toggle","action","first","lua","input","mkluainline","color","one","used","default","for","toggles","activated","command","startup"],"title_tokens":["utility","ccc","setupopts","inputs","vim","option"],"anchors":[]},{"id":"1829","title":"Option: vim.utility.ccc.setupOpts.mappings","content":"The mappings are set in the UI of ccc. The table where lhs is key and rhs is value. To disable all default mappings, use {option}vim.utility.ccc.setupOpts.disable_default_mappings. To disable only some of the default mappings, set ccc.mapping.none.","path":"options.html#option-vim-utility-ccc-setupOpts-mappings","tokens":["and","mappings","setupopts","only","set","lhs","disable","the","option","rhs","utility","some","none","table","where","key","default","are","use","mapping","ccc","all","vim","value","disable_default_mappings"],"title_tokens":["mappings","ccc","setupopts","option","utility","vim"],"anchors":[]},{"id":"1830","title":"Option: vim.utility.ccc.setupOpts.outputs","content":"List of output formats to be activated. Must be inline Lua references to ccc.output, for example mkLuaInline \"ccc.output.rgb\". See {command}:help ccc for options.\nThe toggle output mode action toggles in this order. The first one is the default used at the first startup. Once activated, it will keep the previous output mode.","path":"options.html#option-vim-utility-ccc-setupOpts-outputs","tokens":["lua","output","list","one","used","mode","keep","once","options","ccc","this","for","see","must","activated","formats","rgb","startup","the","toggle","order","command","action","example","toggles","first","will","previous","help","references","mkluainline","inline","default"],"title_tokens":["setupopts","option","utility","ccc","vim","outputs"],"anchors":[]},{"id":"1831","title":"Option: vim.utility.ccc.setupOpts.pickers","content":"List of formats that can be detected by {command}:CccPick to be activated.\nMust be inline lua references to ccc.picker, for example mkLuaInline \"ccc.picker.hex\". See {command}:help ccc for options.","path":"options.html#option-vim-utility-ccc-setupOpts-pickers","tokens":["detected","ccc","command","list","lua","help","options","for","must","references","that","cccpick","picker","see","inline","hex","mkluainline","formats","example","can","activated"],"title_tokens":["option","vim","ccc","pickers","setupopts","utility"],"anchors":[]},{"id":"1832","title":"Option: vim.utility.ccc.setupOpts.recognize","content":"Settings for recognizing the color format. See {command}:help ccc for options.","path":"options.html#option-vim-utility-ccc-setupOpts-recognize","tokens":["format","ccc","command","see","for","help","settings","the","recognizing","color","options"],"title_tokens":["recognize","vim","option","utility","setupopts","ccc"],"anchors":[]},{"id":"1833","title":"Option: vim.utility.diffview-nvim.enable","content":"Whether to enable diffview-nvim: cycle through diffs for all modified files for any git rev.","path":"options.html#option-vim-utility-diffview-nvim-enable","tokens":["diffs","for","all","through","files","git","enable","rev","cycle","modified","whether","any","diffview-nvim"],"title_tokens":["option","utility","diffview-nvim","vim","enable"],"anchors":[]},{"id":"1834","title":"Option: vim.utility.diffview-nvim.setupOpts","content":"Option table to pass into the setup function of Fidget\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-diffview-nvim-setupOpts","tokens":["into","options","setup","they","table","the","function","even","listed","can","additional","pass","not","docs","any","option","you","fidget"],"title_tokens":["option","utility","diffview-nvim","setupopts","vim"],"anchors":[]},{"id":"1835","title":"Option: vim.utility.direnv.enable","content":"Whether to enable syncing nvim shell environment with direnv's using direnv.vim.","path":"options.html#option-vim-utility-direnv-enable","tokens":["using","enable","environment","shell","syncing","whether","with","direnv","vim","nvim"],"title_tokens":["option","enable","vim","direnv","utility"],"anchors":[]},{"id":"1836","title":"Option: vim.utility.icon-picker.enable","content":"Whether to enable nerdfonts icon picker for nvim.","path":"options.html#option-vim-utility-icon-picker-enable","tokens":["nvim","whether","nerdfonts","picker","for","enable","icon"],"title_tokens":["option","utility","vim","icon-picker","enable"],"anchors":[]},{"id":"1837","title":"Option: vim.utility.images.image-nvim.enable","content":"Whether to enable image support in Neovim [image.nvim].","path":"options.html#option-vim-utility-images-image-nvim-enable","tokens":["enable","support","neovim","nvim","whether","image"],"title_tokens":["option","vim","enable","utility","images","image-nvim"],"anchors":[]},{"id":"1838","title":"Option: vim.utility.images.image-nvim.setupOpts","content":"Option table to pass into the setup function of image.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-images-image-nvim-setupOpts","tokens":["even","docs","options","you","the","additional","any","table","nvim","they","option","image","setup","can","not","into","listed","function","pass"],"title_tokens":["images","image-nvim","setupopts","vim","option","utility"],"anchors":[]},{"id":"1839","title":"Option: vim.utility.images.image-nvim.setupOpts.backend","content":"The backend to use for rendering images.\nkitty - best in class, works great and is very snappy. Recommended by upstream.\nueberzug - backed by ueberzugpp, supports any terminal, but has lower performance\nsixel - uses the Sixel graphics protocol, widely supported by many terminals","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-backend","tokens":["very","the","any","lower","backend","terminal","supported","works","has","supports","ueberzug","sixel","great","performance","best","for","backed","protocol","many","snappy","terminals","kitty","upstream","widely","but","class","uses","graphics","rendering","and","use","images","recommended","ueberzugpp"],"title_tokens":["utility","images","image-nvim","setupopts","backend","option","vim"],"anchors":[]},{"id":"1840","title":"Option: vim.utility.images.image-nvim.setupOpts.editorOnlyRenderWhenFocused","content":"Whether to enable only rendering images when the editor is focused.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-editorOnlyRenderWhenFocused","tokens":["editor","only","focused","when","enable","the","rendering","images","whether"],"title_tokens":["images","setupopts","editoronlyrenderwhenfocused","image-nvim","vim","utility","option"],"anchors":[]},{"id":"1841","title":"Option: vim.utility.images.image-nvim.setupOpts.hijackFilePatterns","content":"File patterns to hijack for image.nvim. This is useful for filetypes that don't have a dedicated integration.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-hijackFilePatterns","tokens":["have","integration","for","dedicated","nvim","patterns","file","image","useful","this","don","filetypes","hijack","that"],"title_tokens":["images","option","setupopts","hijackfilepatterns","image-nvim","vim","utility"],"anchors":[]},{"id":"1842","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.markdown.clearInInsertMode","content":"Whether to enable clearing of images when entering insert mode.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-markdown-clearInInsertMode","tokens":["images","whether","entering","clearing","when","insert","enable","mode"],"title_tokens":["option","markdown","image-nvim","utility","images","clearininsertmode","setupopts","integrations","vim"],"anchors":[]},{"id":"1843","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.markdown.downloadRemoteImages","content":"Whether to enable downloading remote images.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-markdown-downloadRemoteImages","tokens":["downloading","enable","whether","remote","images"],"title_tokens":["images","setupopts","integrations","markdown","downloadremoteimages","option","utility","vim","image-nvim"],"anchors":[]},{"id":"1844","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.markdown.enable","content":"Whether to enable image.nvim in markdown files.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-markdown-enable","tokens":["whether","files","enable","markdown","nvim","image"],"title_tokens":["images","image-nvim","option","integrations","markdown","setupopts","utility","enable","vim"],"anchors":[]},{"id":"1845","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.markdown.filetypes","content":"Filetypes to enable image.nvim in. Markdown extensions (i.e. quarto) can go here","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-markdown-filetypes","tokens":["extensions","can","here","nvim","quarto","enable","image","markdown","filetypes"],"title_tokens":["setupopts","utility","filetypes","images","vim","integrations","image-nvim","markdown","option"],"anchors":[]},{"id":"1846","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.markdown.onlyRenderAtCursor","content":"Whether to enable only rendering images at cursor.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-markdown-onlyRenderAtCursor","tokens":["enable","cursor","whether","rendering","images","only"],"title_tokens":["onlyrenderatcursor","setupopts","image-nvim","images","utility","option","vim","markdown","integrations"],"anchors":[]},{"id":"1847","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.maxWidth","content":"The maximum width of images to render. Images larger than this will be scaled down to fit within this width.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-maxWidth","tokens":["fit","the","this","down","than","larger","will","within","width","scaled","maximum","images","render"],"title_tokens":["utility","setupopts","images","maxwidth","integrations","image-nvim","vim","option"],"anchors":[]},{"id":"1848","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.neorg.clearInInsertMode","content":"Whether to enable clearing of images when entering insert mode.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-neorg-clearInInsertMode","tokens":["insert","entering","when","clearing","whether","images","mode","enable"],"title_tokens":["option","image-nvim","images","utility","clearininsertmode","vim","integrations","setupopts","neorg"],"anchors":[]},{"id":"1849","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.neorg.downloadRemoteImages","content":"Whether to enable downloading remote images.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-neorg-downloadRemoteImages","tokens":["whether","enable","downloading","remote","images"],"title_tokens":["neorg","vim","images","downloadremoteimages","setupopts","image-nvim","integrations","utility","option"],"anchors":[]},{"id":"1850","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.neorg.enable","content":"Whether to enable image.nvim in Neorg files.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-neorg-enable","tokens":["neorg","enable","whether","image","nvim","files"],"title_tokens":["images","image-nvim","setupopts","option","vim","neorg","integrations","enable","utility"],"anchors":[]},{"id":"1851","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.neorg.filetypes","content":"Filetypes to enable image.nvim in.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-neorg-filetypes","tokens":["filetypes","image","enable","nvim"],"title_tokens":["neorg","option","setupopts","vim","image-nvim","filetypes","images","utility","integrations"],"anchors":[]},{"id":"1852","title":"Option: vim.utility.images.image-nvim.setupOpts.integrations.neorg.onlyRenderAtCursor","content":"Whether to enable only rendering images at cursor.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-integrations-neorg-onlyRenderAtCursor","tokens":["whether","images","rendering","cursor","only","enable"],"title_tokens":["integrations","neorg","option","utility","image-nvim","vim","setupopts","images","onlyrenderatcursor"],"anchors":[]},{"id":"1853","title":"Option: vim.utility.images.image-nvim.setupOpts.maxHeight","content":"The maximum height of images to render. Images larger than this will be scaled down to fit within this height.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-maxHeight","tokens":["the","within","will","larger","maximum","than","images","height","scaled","this","down","fit","render"],"title_tokens":["maxheight","image-nvim","setupopts","option","vim","utility","images"],"anchors":[]},{"id":"1854","title":"Option: vim.utility.images.image-nvim.setupOpts.maxHeightWindowPercentage","content":"The maximum height of images to render as a percentage of the window height. Images larger than this will be scaled down to fit within this height.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-maxHeightWindowPercentage","tokens":["maximum","fit","will","than","percentage","images","down","larger","window","the","height","scaled","this","within","render"],"title_tokens":["maxheightwindowpercentage","image-nvim","images","utility","vim","setupopts","option"],"anchors":[]},{"id":"1855","title":"Option: vim.utility.images.image-nvim.setupOpts.maxWidthWindowPercentage","content":"The maximum width of images to render as a percentage of the window width. Images larger than this will be scaled down to fit within this width.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-maxWidthWindowPercentage","tokens":["percentage","than","images","fit","down","maximum","the","render","will","window","larger","within","width","this","scaled"],"title_tokens":["option","images","vim","maxwidthwindowpercentage","image-nvim","setupopts","utility"],"anchors":[]},{"id":"1856","title":"Option: vim.utility.images.image-nvim.setupOpts.windowOverlapClear.enable","content":"Whether to enable clearing of images when they overlap with the window.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-windowOverlapClear-enable","tokens":["overlap","whether","when","they","the","enable","with","clearing","images","window"],"title_tokens":["image-nvim","windowoverlapclear","setupopts","vim","option","utility","images","enable"],"anchors":[]},{"id":"1857","title":"Option: vim.utility.images.image-nvim.setupOpts.windowOverlapClear.ftIgnore","content":"Filetypes to ignore window overlap clearing in.","path":"options.html#option-vim-utility-images-image-nvim-setupOpts-windowOverlapClear-ftIgnore","tokens":["clearing","window","overlap","ignore","filetypes"],"title_tokens":["option","image-nvim","windowoverlapclear","images","setupopts","utility","ftignore","vim"],"anchors":[]},{"id":"1858","title":"Option: vim.utility.images.img-clip.enable","content":"Whether to enable img-clip to paste images into any markup language.","path":"options.html#option-vim-utility-images-img-clip-enable","tokens":["whether","images","markup","paste","language","img-clip","any","enable","into"],"title_tokens":["option","enable","img-clip","vim","images","utility"],"anchors":[]},{"id":"1859","title":"Option: vim.utility.images.img-clip.setupOpts","content":"Option table to pass into the setup function of img-clip\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-images-img-clip-setupOpts","tokens":["can","pass","the","table","you","not","any","setup","into","img-clip","options","additional","even","they","listed","option","docs","function"],"title_tokens":["images","vim","img-clip","setupopts","utility","option"],"anchors":[]},{"id":"1860","title":"Option: vim.utility.leetcode-nvim.enable","content":"Whether to enable complementary neovim plugin for leetcode.nvim.","path":"options.html#option-vim-utility-leetcode-nvim-enable","tokens":["complementary","plugin","for","neovim","enable","nvim","whether","leetcode"],"title_tokens":["utility","enable","option","vim","leetcode-nvim"],"anchors":[]},{"id":"1861","title":"Option: vim.utility.leetcode-nvim.setupOpts","content":"Option table to pass into the setup function of leetcode-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts","tokens":["even","additional","setup","option","docs","into","pass","function","table","any","you","options","they","the","leetcode-nvim","not","listed","can"],"title_tokens":["option","vim","leetcode-nvim","utility","setupopts"],"anchors":[]},{"id":"1862","title":"Option: vim.utility.leetcode-nvim.setupOpts.arg","content":"Argument for Neovim","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-arg","tokens":["argument","neovim","for"],"title_tokens":["leetcode-nvim","option","utility","setupopts","arg","vim"],"anchors":[]},{"id":"1863","title":"Option: vim.utility.leetcode-nvim.setupOpts.cn.enabled","content":"Whether to enable leetcode.cn instead of leetcode.com.","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-cn-enabled","tokens":["instead","com","leetcode","whether","enable"],"title_tokens":["option","utility","leetcode-nvim","vim","setupopts","enabled"],"anchors":[]},{"id":"1864","title":"Option: vim.utility.leetcode-nvim.setupOpts.cn.translate_problems","content":"Whether to enable translation for problem questions.","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-cn-translate_problems","tokens":["questions","whether","translation","enable","for","problem"],"title_tokens":["vim","option","utility","leetcode-nvim","setupopts","translate_problems"],"anchors":[]},{"id":"1865","title":"Option: vim.utility.leetcode-nvim.setupOpts.cn.translator","content":"Whether to enable translator.","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-cn-translator","tokens":["whether","enable","translator"],"title_tokens":["translator","option","setupopts","vim","utility","leetcode-nvim"],"anchors":[]},{"id":"1866","title":"Option: vim.utility.leetcode-nvim.setupOpts.image_support","content":"Whether to enable question description images using image.nvim (image-nvim must be enabled)..","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-image_support","tokens":["description","whether","nvim","must","enabled","question","enable","image-nvim","using","images","image"],"title_tokens":["option","utility","vim","leetcode-nvim","image_support","setupopts"],"anchors":[]},{"id":"1867","title":"Option: vim.utility.leetcode-nvim.setupOpts.lang","content":"Language to start your session with","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-lang","tokens":["language","start","your","session","with"],"title_tokens":["vim","leetcode-nvim","lang","option","utility","setupopts"],"anchors":[]},{"id":"1868","title":"Option: vim.utility.leetcode-nvim.setupOpts.logging","content":"Whether to enable logging for leetcode.nvim status notifications..","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-logging","tokens":["nvim","notifications","whether","logging","for","status","enable","leetcode"],"title_tokens":["logging","setupopts","vim","option","leetcode-nvim","utility"],"anchors":[]},{"id":"1869","title":"Option: vim.utility.leetcode-nvim.setupOpts.plugins.non_standalone","content":"Whether to enable leetcode.nvim in a non-standalone mode.","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-plugins-non_standalone","tokens":["whether","leetcode","mode","enable","nvim","non-standalone"],"title_tokens":["option","vim","non_standalone","utility","leetcode-nvim","setupopts","plugins"],"anchors":[]},{"id":"1870","title":"Option: vim.utility.leetcode-nvim.setupOpts.storage.cache","content":"Cache storage directory","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-storage-cache","tokens":["storage","cache","directory"],"title_tokens":["vim","storage","setupopts","utility","leetcode-nvim","option","cache"],"anchors":[]},{"id":"1871","title":"Option: vim.utility.leetcode-nvim.setupOpts.storage.home","content":"Home storage directory","path":"options.html#option-vim-utility-leetcode-nvim-setupOpts-storage-home","tokens":["directory","home","storage"],"title_tokens":["home","leetcode-nvim","option","utility","storage","setupopts","vim"],"anchors":[]},{"id":"1872","title":"Option: vim.utility.mkdir.enable","content":"Whether to enable parent directory creation when editing a nested path that does not exist using mkdir.nvim .","path":"options.html#option-vim-utility-mkdir-enable","tokens":["does","nvim","whether","exist","enable","using","nested","not","directory","editing","parent","mkdir","when","creation","that","path"],"title_tokens":["utility","option","mkdir","vim","enable"],"anchors":[]},{"id":"1873","title":"Option: vim.utility.motion.flash-nvim.enable","content":"Whether to enable enhanced code navigation with flash.nvim.","path":"options.html#option-vim-utility-motion-flash-nvim-enable","tokens":["enable","code","with","enhanced","navigation","whether","flash","nvim"],"title_tokens":["enable","motion","utility","option","flash-nvim","vim"],"anchors":[]},{"id":"1874","title":"Option: vim.utility.motion.flash-nvim.mappings.jump","content":"Jump","path":"options.html#option-vim-utility-motion-flash-nvim-mappings-jump","tokens":["jump"],"title_tokens":["utility","flash-nvim","option","vim","mappings","motion","jump"],"anchors":[]},{"id":"1875","title":"Option: vim.utility.motion.flash-nvim.mappings.remote","content":"Remote Flash","path":"options.html#option-vim-utility-motion-flash-nvim-mappings-remote","tokens":["remote","flash"],"title_tokens":["motion","mappings","flash-nvim","vim","remote","option","utility"],"anchors":[]},{"id":"1876","title":"Option: vim.utility.motion.flash-nvim.mappings.toggle","content":"Toggle Flash Search","path":"options.html#option-vim-utility-motion-flash-nvim-mappings-toggle","tokens":["search","flash","toggle"],"title_tokens":["vim","utility","motion","flash-nvim","toggle","mappings","option"],"anchors":[]},{"id":"1877","title":"Option: vim.utility.motion.flash-nvim.mappings.treesitter","content":"Treesitter","path":"options.html#option-vim-utility-motion-flash-nvim-mappings-treesitter","tokens":["treesitter"],"title_tokens":["flash-nvim","vim","mappings","treesitter","utility","motion","option"],"anchors":[]},{"id":"1878","title":"Option: vim.utility.motion.flash-nvim.mappings.treesitter_search","content":"Treesitter Search","path":"options.html#option-vim-utility-motion-flash-nvim-mappings-treesitter_search","tokens":["search","treesitter"],"title_tokens":["utility","flash-nvim","mappings","option","treesitter_search","motion","vim"],"anchors":[]},{"id":"1879","title":"Option: vim.utility.motion.flash-nvim.setupOpts","content":"Option table to pass into the setup function of flash-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-motion-flash-nvim-setupOpts","tokens":["you","table","option","even","not","additional","listed","any","flash-nvim","options","the","into","can","docs","function","they","setup","pass"],"title_tokens":["setupopts","utility","vim","option","motion","flash-nvim"],"anchors":[]},{"id":"1880","title":"Option: vim.utility.motion.hop.enable","content":"Whether to enable Hop.nvim plugin (easy motion).","path":"options.html#option-vim-utility-motion-hop-enable","tokens":["nvim","hop","plugin","whether","enable","easy","motion"],"title_tokens":["hop","utility","enable","option","vim","motion"],"anchors":[]},{"id":"1881","title":"Option: vim.utility.motion.hop.mappings.hop","content":"Jump to occurrences [hop.nvim]","path":"options.html#option-vim-utility-motion-hop-mappings-hop","tokens":["occurrences","hop","jump","nvim"],"title_tokens":["vim","hop","mappings","motion","utility","option"],"anchors":[]},{"id":"1882","title":"Option: vim.utility.motion.leap.enable","content":"Whether to enable leap.nvim plugin (easy motion).","path":"options.html#option-vim-utility-motion-leap-enable","tokens":["plugin","motion","leap","whether","nvim","easy","enable"],"title_tokens":["leap","vim","option","utility","motion","enable"],"anchors":[]},{"id":"1883","title":"Option: vim.utility.motion.leap.mappings.leapBackwardTill","content":"Leap backward till","path":"options.html#option-vim-utility-motion-leap-mappings-leapBackwardTill","tokens":["backward","leap","till"],"title_tokens":["option","mappings","vim","utility","motion","leap","leapbackwardtill"],"anchors":[]},{"id":"1884","title":"Option: vim.utility.motion.leap.mappings.leapBackwardTo","content":"Leap backward to","path":"options.html#option-vim-utility-motion-leap-mappings-leapBackwardTo","tokens":["backward","leap"],"title_tokens":["vim","utility","option","motion","leap","mappings","leapbackwardto"],"anchors":[]},{"id":"1885","title":"Option: vim.utility.motion.leap.mappings.leapForwardTill","content":"Leap forward till","path":"options.html#option-vim-utility-motion-leap-mappings-leapForwardTill","tokens":["forward","leap","till"],"title_tokens":["motion","vim","leapforwardtill","utility","option","leap","mappings"],"anchors":[]},{"id":"1886","title":"Option: vim.utility.motion.leap.mappings.leapForwardTo","content":"Leap forward to","path":"options.html#option-vim-utility-motion-leap-mappings-leapForwardTo","tokens":["leap","forward"],"title_tokens":["leapforwardto","option","utility","mappings","vim","motion","leap"],"anchors":[]},{"id":"1887","title":"Option: vim.utility.motion.leap.mappings.leapFromWindow","content":"Leap from window","path":"options.html#option-vim-utility-motion-leap-mappings-leapFromWindow","tokens":["leap","window","from"],"title_tokens":["mappings","leapfromwindow","option","vim","motion","utility","leap"],"anchors":[]},{"id":"1888","title":"Option: vim.utility.motion.precognition.enable","content":"Whether to enable assisted motion discovery[precognition.nvim].","path":"options.html#option-vim-utility-motion-precognition-enable","tokens":["precognition","whether","nvim","motion","assisted","enable","discovery"],"title_tokens":["enable","utility","precognition","option","motion","vim"],"anchors":[]},{"id":"1889","title":"Option: vim.utility.motion.precognition.setupOpts","content":"Option table to pass into the setup function of precognition.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-motion-precognition-setupOpts","tokens":["the","not","docs","you","setup","into","nvim","can","options","table","even","pass","precognition","function","listed","any","they","additional","option"],"title_tokens":["vim","motion","precognition","setupopts","utility","option"],"anchors":[]},{"id":"1890","title":"Option: vim.utility.motion.precognition.setupOpts.disabled_fts","content":"Filetypes that automatically disable 'precognition'","path":"options.html#option-vim-utility-motion-precognition-setupOpts-disabled_fts","tokens":["that","automatically","precognition","filetypes","disable"],"title_tokens":["option","vim","utility","motion","setupopts","disabled_fts","precognition"],"anchors":[]},{"id":"1891","title":"Option: vim.utility.motion.precognition.setupOpts.gutterHints","content":"What motions display and at what priority. Only appears in gutters","path":"options.html#option-vim-utility-motion-precognition-setupOpts-gutterHints","tokens":["motions","only","gutters","display","priority","appears","what","and"],"title_tokens":["setupopts","gutterhints","utility","precognition","option","vim","motion"],"anchors":[]},{"id":"1892","title":"Option: vim.utility.motion.precognition.setupOpts.gutterHints.<name>.prio","content":"The priority of the hint","path":"options.html#option-vim-utility-motion-precognition-setupOpts-gutterHints--prio","tokens":["hint","the","priority"],"title_tokens":["option","vim","precognition","motion","prio","name","setupopts","utility","gutterhints"],"anchors":[]},{"id":"1893","title":"Option: vim.utility.motion.precognition.setupOpts.gutterHints.<name>.text","content":"The easier-to-read depiction of the motion","path":"options.html#option-vim-utility-motion-precognition-setupOpts-gutterHints--text","tokens":["easier-to-read","motion","the","depiction"],"title_tokens":["utility","motion","text","gutterhints","vim","precognition","setupopts","option","name"],"anchors":[]},{"id":"1894","title":"Option: vim.utility.motion.precognition.setupOpts.highlightColor","content":"The highlight for the virtual text","path":"options.html#option-vim-utility-motion-precognition-setupOpts-highlightColor","tokens":["text","for","virtual","the","highlight"],"title_tokens":["motion","utility","option","vim","precognition","setupopts","highlightcolor"],"anchors":[]},{"id":"1895","title":"Option: vim.utility.motion.precognition.setupOpts.hints","content":"What motions display, and at what priority","path":"options.html#option-vim-utility-motion-precognition-setupOpts-hints","tokens":["and","priority","what","motions","display"],"title_tokens":["precognition","setupopts","option","vim","motion","utility","hints"],"anchors":[]},{"id":"1896","title":"Option: vim.utility.motion.precognition.setupOpts.hints.<name>.prio","content":"The priority of the hint","path":"options.html#option-vim-utility-motion-precognition-setupOpts-hints--prio","tokens":["the","priority","hint"],"title_tokens":["precognition","utility","name","vim","prio","setupopts","motion","hints","option"],"anchors":[]},{"id":"1897","title":"Option: vim.utility.motion.precognition.setupOpts.hints.<name>.text","content":"The easier-to-read depiction of the motion","path":"options.html#option-vim-utility-motion-precognition-setupOpts-hints--text","tokens":["the","motion","depiction","easier-to-read"],"title_tokens":["motion","text","name","utility","option","precognition","vim","hints","setupopts"],"anchors":[]},{"id":"1898","title":"Option: vim.utility.motion.precognition.setupOpts.showBlankVirtLine","content":"Whether to show a blank virtual line when no movements are shown","path":"options.html#option-vim-utility-motion-precognition-setupOpts-showBlankVirtLine","tokens":["blank","show","whether","line","movements","are","shown","when","virtual"],"title_tokens":["setupopts","motion","precognition","showblankvirtline","vim","utility","option"],"anchors":[]},{"id":"1899","title":"Option: vim.utility.motion.precognition.setupOpts.startVisible","content":"Whether to start 'precognition' automatically","path":"options.html#option-vim-utility-motion-precognition-setupOpts-startVisible","tokens":["whether","precognition","start","automatically"],"title_tokens":["startvisible","option","utility","setupopts","vim","precognition","motion"],"anchors":[]},{"id":"1900","title":"Option: vim.utility.multicursors.enable","content":"Whether to enable vscode like multiple cursors [multicursor.nvim].","path":"options.html#option-vim-utility-multicursors-enable","tokens":["nvim","enable","vscode","cursors","whether","like","multicursor","multiple"],"title_tokens":["multicursors","utility","enable","option","vim"],"anchors":[]},{"id":"1901","title":"Option: vim.utility.multicursors.setupOpts","content":"Option table to pass into the setup function of multicursors\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-multicursors-setupOpts","tokens":["can","multicursors","you","any","options","docs","setup","they","not","pass","function","into","option","table","even","listed","the","additional"],"title_tokens":["utility","vim","option","setupopts","multicursors"],"anchors":[]},{"id":"1902","title":"Option: vim.utility.multicursors.setupOpts.DEBUG_MODE","content":"Enable debug mode.","path":"options.html#option-vim-utility-multicursors-setupOpts-DEBUG_MODE","tokens":["enable","debug","mode"],"title_tokens":["multicursors","setupopts","debug_mode","option","vim","utility"],"anchors":[]},{"id":"1903","title":"Option: vim.utility.multicursors.setupOpts.create_commands","content":"Create Multicursor user commands","path":"options.html#option-vim-utility-multicursors-setupOpts-create_commands","tokens":["create","multicursor","commands","user"],"title_tokens":["utility","create_commands","vim","option","multicursors","setupopts"],"anchors":[]},{"id":"1904","title":"Option: vim.utility.multicursors.setupOpts.generate_hints","content":"The configuration for generating hints","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints","tokens":["for","the","hints","generating","configuration"],"title_tokens":["setupopts","multicursors","generate_hints","option","utility","vim"],"anchors":[]},{"id":"1905","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.config","content":"The configuration for generating hints for multicursors.nvim","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-config","tokens":["multicursors","configuration","the","generating","for","hints","nvim"],"title_tokens":["multicursors","generate_hints","config","utility","vim","setupopts","option"],"anchors":[]},{"id":"1906","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.config.column_count","content":"The number of columns to use for the hint window","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-config-column_count","tokens":["hint","the","number","use","for","columns","window"],"title_tokens":["column_count","utility","generate_hints","setupopts","multicursors","vim","option","config"],"anchors":[]},{"id":"1907","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.config.max_hint_length","content":"The maximum length of the hint","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-config-max_hint_length","tokens":["the","length","maximum","hint"],"title_tokens":["utility","generate_hints","config","option","max_hint_length","vim","multicursors","setupopts"],"anchors":[]},{"id":"1908","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.extend","content":"Generate hints for the extend mode","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-extend","tokens":["generate","extend","hints","the","for","mode"],"title_tokens":["vim","setupopts","multicursors","generate_hints","extend","option","utility"],"anchors":[]},{"id":"1909","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.insert","content":"Generate hints for the insert mode","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-insert","tokens":["insert","the","hints","mode","generate","for"],"title_tokens":["utility","vim","multicursors","generate_hints","setupopts","option","insert"],"anchors":[]},{"id":"1910","title":"Option: vim.utility.multicursors.setupOpts.generate_hints.normal","content":"Generate hints for the normal mode","path":"options.html#option-vim-utility-multicursors-setupOpts-generate_hints-normal","tokens":["normal","for","the","hints","mode","generate"],"title_tokens":["option","vim","setupopts","multicursors","generate_hints","normal","utility"],"anchors":[]},{"id":"1911","title":"Option: vim.utility.multicursors.setupOpts.hint_config","content":"The configuration for the hint window","path":"options.html#option-vim-utility-multicursors-setupOpts-hint_config","tokens":["the","for","window","configuration","hint"],"title_tokens":["multicursors","hint_config","option","utility","setupopts","vim"],"anchors":[]},{"id":"1912","title":"Option: vim.utility.multicursors.setupOpts.hint_config.float_opts","content":"The options for the floating hint window","path":"options.html#option-vim-utility-multicursors-setupOpts-hint_config-float_opts","tokens":["window","floating","the","options","for","hint"],"title_tokens":["multicursors","option","vim","hint_config","float_opts","utility","setupopts"],"anchors":[]},{"id":"1913","title":"Option: vim.utility.multicursors.setupOpts.hint_config.float_opts.border","content":"The border style for the hint window","path":"options.html#option-vim-utility-multicursors-setupOpts-hint_config-float_opts-border","tokens":["window","style","for","hint","the","border"],"title_tokens":["setupopts","utility","float_opts","vim","hint_config","multicursors","option","border"],"anchors":[]},{"id":"1914","title":"Option: vim.utility.multicursors.setupOpts.hint_config.position","content":"The position of the hint window","path":"options.html#option-vim-utility-multicursors-setupOpts-hint_config-position","tokens":["the","window","hint","position"],"title_tokens":["hint_config","position","option","utility","vim","multicursors","setupopts"],"anchors":[]},{"id":"1915","title":"Option: vim.utility.multicursors.setupOpts.mode_keys","content":"The keys to use for each mode","path":"options.html#option-vim-utility-multicursors-setupOpts-mode_keys","tokens":["use","the","keys","each","for","mode"],"title_tokens":["mode_keys","multicursors","setupopts","option","vim","utility"],"anchors":[]},{"id":"1916","title":"Option: vim.utility.multicursors.setupOpts.nowait","content":"Don't wait for the cursor to move before updating the cursor","path":"options.html#option-vim-utility-multicursors-setupOpts-nowait","tokens":["cursor","before","the","updating","for","move","don","wait"],"title_tokens":["setupopts","utility","nowait","option","vim","multicursors"],"anchors":[]},{"id":"1917","title":"Option: vim.utility.multicursors.setupOpts.updatetime","content":"The time in milliseconds to wait before updating the cursor in insert mode","path":"options.html#option-vim-utility-multicursors-setupOpts-updatetime","tokens":["milliseconds","time","updating","insert","the","wait","cursor","before","mode"],"title_tokens":["updatetime","utility","multicursors","option","vim","setupopts"],"anchors":[]},{"id":"1918","title":"Option: vim.utility.new-file-template.enable","content":"new-file-template.nvim: Automatically insert a template on new files in neovim. ::: {.note} For custom templates add a directory containing lua/templates/*.lua to vim.additionalRuntimePaths. ::: [custom-template-docs]: https://github.com/otavioschwanck/new-file-template.nvim?tab=readme-ov-file#creating-new-templates More documentation on the templates available at [custom-template-docs]","path":"options.html#option-vim-utility-new-file-template-enable","tokens":["readme-ov-file","com","containing","vim","github","nvim","add","custom-template-docs","templates","template","otavioschwanck","insert","available","new","documentation","custom","lua","neovim","creating-new-templates","for","new-file-template","the","tab","note","directory","https","files","more","automatically","additionalruntimepaths"],"title_tokens":["enable","option","new-file-template","vim","utility"],"anchors":[]},{"id":"1919","title":"Option: vim.utility.new-file-template.setupOpts","content":"Option table to pass into the setup function of nvim-file-template.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-new-file-template-setupOpts","tokens":["into","even","not","nvim-file-template","docs","listed","you","the","setup","table","pass","option","nvim","can","they","options","function","any","additional"],"title_tokens":["utility","setupopts","option","vim","new-file-template"],"anchors":[]},{"id":"1920","title":"Option: vim.utility.new-file-template.setupOpts.disableAutocmd","content":"Disable the autocmd that creates the template","path":"options.html#option-vim-utility-new-file-template-setupOpts-disableAutocmd","tokens":["that","disable","autocmd","the","creates","template"],"title_tokens":["option","setupopts","vim","utility","new-file-template","disableautocmd"],"anchors":[]},{"id":"1921","title":"Option: vim.utility.new-file-template.setupOpts.disableFiletype","content":"Disable default templates for specific filetypes","path":"options.html#option-vim-utility-new-file-template-setupOpts-disableFiletype","tokens":["for","specific","filetypes","default","disable","templates"],"title_tokens":["setupopts","utility","vim","option","new-file-template","disablefiletype"],"anchors":[]},{"id":"1922","title":"Option: vim.utility.new-file-template.setupOpts.disableInsert","content":"Enter insert mode after inserting the template","path":"options.html#option-vim-utility-new-file-template-setupOpts-disableInsert","tokens":["the","insert","after","inserting","mode","template","enter"],"title_tokens":["vim","utility","disableinsert","new-file-template","option","setupopts"],"anchors":[]},{"id":"1923","title":"Option: vim.utility.new-file-template.setupOpts.disableSpecific","content":"Disable specific regexp for the default templates.","path":"options.html#option-vim-utility-new-file-template-setupOpts-disableSpecific","tokens":["specific","disable","for","default","regexp","the","templates"],"title_tokens":["utility","vim","disablespecific","option","new-file-template","setupopts"],"anchors":[]},{"id":"1924","title":"Option: vim.utility.new-file-template.setupOpts.suffixAsFiletype","content":"Use suffix of filename rather than vim.bo.filetype as filetype","path":"options.html#option-vim-utility-new-file-template-setupOpts-suffixAsFiletype","tokens":["suffix","vim","filetype","use","than","rather","filename"],"title_tokens":["suffixasfiletype","new-file-template","setupopts","vim","option","utility"],"anchors":[]},{"id":"1925","title":"Option: vim.utility.nix-develop.enable","content":"Whether to enable in-neovim nix develop, nix shell, and more using nix-develop.nvim.","path":"options.html#option-vim-utility-nix-develop-enable","tokens":["develop","and","nix","using","nix-develop","enable","in-neovim","shell","nvim","whether","more"],"title_tokens":["nix-develop","enable","option","vim","utility"],"anchors":[]},{"id":"1926","title":"Option: vim.utility.nvim-biscuits.enable","content":"Whether to enable a Neovim port of Assorted Biscuits [nvim-biscuits].","path":"options.html#option-vim-utility-nvim-biscuits-enable","tokens":["neovim","port","whether","enable","nvim-biscuits","assorted","biscuits"],"title_tokens":["nvim-biscuits","enable","option","vim","utility"],"anchors":[]},{"id":"1927","title":"Option: vim.utility.nvim-biscuits.setupOpts","content":"Option table to pass into the setup function of nvim-biscuits\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-nvim-biscuits-setupOpts","tokens":["option","pass","not","you","table","the","even","any","they","listed","additional","function","nvim-biscuits","options","setup","docs","into","can"],"title_tokens":["nvim-biscuits","setupopts","option","utility","vim"],"anchors":[]},{"id":"1928","title":"Option: vim.utility.oil-nvim.enable","content":"Whether to enable Neovim file explorer: edit your filesystem like a buffer [oil-nvim] .","path":"options.html#option-vim-utility-oil-nvim-enable","tokens":["oil-nvim","your","edit","neovim","enable","whether","filesystem","like","buffer","file","explorer"],"title_tokens":["vim","oil-nvim","enable","option","utility"],"anchors":[]},{"id":"1929","title":"Option: vim.utility.oil-nvim.gitStatus.enable","content":"Whether to enable Git status on [oil-nvim] directory listings .","path":"options.html#option-vim-utility-oil-nvim-gitStatus-enable","tokens":["enable","status","directory","oil-nvim","whether","listings","git"],"title_tokens":["option","gitstatus","enable","oil-nvim","utility","vim"],"anchors":[]},{"id":"1930","title":"Option: vim.utility.oil-nvim.gitStatus.setupOpts","content":"Option table to pass into the setup function of oil-git-status-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-oil-nvim-gitStatus-setupOpts","tokens":["setup","option","into","docs","function","the","additional","you","not","table","even","pass","oil-git-status-nvim","they","listed","options","can","any"],"title_tokens":["utility","option","oil-nvim","vim","gitstatus","setupopts"],"anchors":[]},{"id":"1931","title":"Option: vim.utility.oil-nvim.setupOpts","content":"Option table to pass into the setup function of oil-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-oil-nvim-setupOpts","tokens":["any","option","additional","docs","function","the","listed","into","pass","you","can","not","options","even","they","setup","oil-nvim","table"],"title_tokens":["utility","option","vim","oil-nvim","setupopts"],"anchors":[]},{"id":"1932","title":"Option: vim.utility.outline.aerial-nvim.enable","content":"Whether to enable Aerial.nvim.","path":"options.html#option-vim-utility-outline-aerial-nvim-enable","tokens":["nvim","enable","whether","aerial"],"title_tokens":["outline","vim","aerial-nvim","utility","option","enable"],"anchors":[]},{"id":"1933","title":"Option: vim.utility.outline.aerial-nvim.mappings.toggle","content":"Toggle aerial window","path":"options.html#option-vim-utility-outline-aerial-nvim-mappings-toggle","tokens":["window","toggle","aerial"],"title_tokens":["option","vim","utility","outline","aerial-nvim","toggle","mappings"],"anchors":[]},{"id":"1934","title":"Option: vim.utility.outline.aerial-nvim.setupOpts","content":"Option table to pass into the setup function of aerial.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-outline-aerial-nvim-setupOpts","tokens":["nvim","they","not","the","can","aerial","listed","docs","pass","additional","table","options","even","into","setup","you","option","function","any"],"title_tokens":["outline","vim","option","aerial-nvim","utility","setupopts"],"anchors":[]},{"id":"1935","title":"Option: vim.utility.preview.glow.enable","content":"Whether to enable markdown preview in neovim with glow.","path":"options.html#option-vim-utility-preview-glow-enable","tokens":["whether","preview","markdown","neovim","glow","enable","with"],"title_tokens":["vim","glow","utility","enable","preview","option"],"anchors":[]},{"id":"1936","title":"Option: vim.utility.preview.glow.mappings.openPreview","content":"Open preview","path":"options.html#option-vim-utility-preview-glow-mappings-openPreview","tokens":["open","preview"],"title_tokens":["option","openpreview","utility","glow","vim","mappings","preview"],"anchors":[]},{"id":"1937","title":"Option: vim.utility.preview.markdownPreview.alwaysAllowPreview","content":"Allow preview on all filetypes","path":"options.html#option-vim-utility-preview-markdownPreview-alwaysAllowPreview","tokens":["allow","preview","all","filetypes"],"title_tokens":["utility","preview","option","markdownpreview","vim","alwaysallowpreview"],"anchors":[]},{"id":"1938","title":"Option: vim.utility.preview.markdownPreview.autoClose","content":"Automatically close the preview window after leaving a Markdown buffer","path":"options.html#option-vim-utility-preview-markdownPreview-autoClose","tokens":["the","automatically","leaving","window","after","buffer","preview","markdown","close"],"title_tokens":["utility","autoclose","vim","markdownpreview","option","preview"],"anchors":[]},{"id":"1939","title":"Option: vim.utility.preview.markdownPreview.autoStart","content":"Automatically open the preview window after entering a Markdown buffer","path":"options.html#option-vim-utility-preview-markdownPreview-autoStart","tokens":["buffer","entering","automatically","window","markdown","open","after","preview","the"],"title_tokens":["markdownpreview","utility","vim","option","preview","autostart"],"anchors":[]},{"id":"1940","title":"Option: vim.utility.preview.markdownPreview.broadcastServer","content":"Allow for outside and network wide connections","path":"options.html#option-vim-utility-preview-markdownPreview-broadcastServer","tokens":["allow","outside","for","and","network","wide","connections"],"title_tokens":["utility","option","broadcastserver","preview","markdownpreview","vim"],"anchors":[]},{"id":"1941","title":"Option: vim.utility.preview.markdownPreview.customIP","content":"IP-address to use","path":"options.html#option-vim-utility-preview-markdownPreview-customIP","tokens":["ip-address","use"],"title_tokens":["customip","preview","utility","markdownpreview","option","vim"],"anchors":[]},{"id":"1942","title":"Option: vim.utility.preview.markdownPreview.customPort","content":"Port to use","path":"options.html#option-vim-utility-preview-markdownPreview-customPort","tokens":["port","use"],"title_tokens":["markdownpreview","option","utility","preview","customport","vim"],"anchors":[]},{"id":"1943","title":"Option: vim.utility.preview.markdownPreview.enable","content":"Whether to enable Markdown preview in neovim with markdown-preview.nvim.","path":"options.html#option-vim-utility-preview-markdownPreview-enable","tokens":["preview","nvim","markdown","neovim","markdown-preview","enable","with","whether"],"title_tokens":["vim","preview","markdownpreview","option","enable","utility"],"anchors":[]},{"id":"1944","title":"Option: vim.utility.preview.markdownPreview.filetypes","content":"Allowed filetypes","path":"options.html#option-vim-utility-preview-markdownPreview-filetypes","tokens":["filetypes","allowed"],"title_tokens":["preview","vim","option","markdownpreview","utility","filetypes"],"anchors":[]},{"id":"1945","title":"Option: vim.utility.preview.markdownPreview.lazyRefresh","content":"Only update preview when saving or leaving insert mode","path":"options.html#option-vim-utility-preview-markdownPreview-lazyRefresh","tokens":["leaving","saving","preview","when","only","insert","update","mode"],"title_tokens":["vim","preview","lazyrefresh","option","markdownpreview","utility"],"anchors":[]},{"id":"1946","title":"Option: vim.utility.qmk-nvim.enable","content":"Whether to enable QMK and ZMK keymaps in nvim.","path":"options.html#option-vim-utility-qmk-nvim-enable","tokens":["and","whether","qmk","enable","zmk","keymaps","nvim"],"title_tokens":["vim","utility","option","qmk-nvim","enable"],"anchors":[]},{"id":"1947","title":"Option: vim.utility.qmk-nvim.setupOpts","content":"Option table to pass into the setup function of qmk.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-qmk-nvim-setupOpts","tokens":["the","qmk","function","docs","nvim","listed","option","pass","into","setup","options","table","any","you","additional","even","not","they","can"],"title_tokens":["qmk-nvim","utility","option","setupopts","vim"],"anchors":[]},{"id":"1948","title":"Option: vim.utility.qmk-nvim.setupOpts.comment_preview.keymap_overrides","content":"Key codes to text replacements see https://github.com/codethread/qmk.nvim/blob/main/lua/qmk/config/key_map.lua for more details","path":"options.html#option-vim-utility-qmk-nvim-setupOpts-comment_preview-keymap_overrides","tokens":["details","qmk","codes","lua","see","text","more","key","main","key_map","github","nvim","blob","com","replacements","codethread","config","https","for"],"title_tokens":["comment_preview","keymap_overrides","utility","vim","option","setupopts","qmk-nvim"],"anchors":[]},{"id":"1949","title":"Option: vim.utility.qmk-nvim.setupOpts.comment_preview.position","content":"Controls the position of the preview","path":"options.html#option-vim-utility-qmk-nvim-setupOpts-comment_preview-position","tokens":["preview","the","controls","position"],"title_tokens":["setupopts","utility","comment_preview","position","qmk-nvim","option","vim"],"anchors":[]},{"id":"1950","title":"Option: vim.utility.qmk-nvim.setupOpts.layout","content":"The keyboard key layout see https://github.com/codethread/qmk.nvim?tab=readme-ov-file#Layout for more details","path":"options.html#option-vim-utility-qmk-nvim-setupOpts-layout","tokens":["details","qmk","github","for","key","https","com","readme-ov-file","more","codethread","tab","layout","the","keyboard","nvim","see"],"title_tokens":["qmk-nvim","utility","vim","setupopts","layout","option"],"anchors":[]},{"id":"1951","title":"Option: vim.utility.qmk-nvim.setupOpts.name","content":"The name of the layout","path":"options.html#option-vim-utility-qmk-nvim-setupOpts-name","tokens":["the","name","layout"],"title_tokens":["utility","qmk-nvim","vim","name","option","setupopts"],"anchors":[]},{"id":"1952","title":"Option: vim.utility.qmk-nvim.setupOpts.variant","content":"Chooses the expected hardware target","path":"options.html#option-vim-utility-qmk-nvim-setupOpts-variant","tokens":["the","target","chooses","expected","hardware"],"title_tokens":["setupopts","variant","utility","vim","option","qmk-nvim"],"anchors":[]},{"id":"1953","title":"Option: vim.utility.sleuth.enable","content":"Whether to enable automatically adjusting options such as shiftwidth or expandtab, using vim-sleuth .","path":"options.html#option-vim-utility-sleuth-enable","tokens":["enable","automatically","such","shiftwidth","expandtab","options","whether","using","adjusting","vim-sleuth"],"title_tokens":["enable","utility","option","vim","sleuth"],"anchors":[]},{"id":"1954","title":"Option: vim.utility.smart-splits.enable","content":"Whether to enable smart-splits.nvim, a Neovim plugin for smart, seamless, directional navigation and resizing of splits.\nSupports tmux, Wezterm, Kitty, and Zellij multiplexer integrations.","path":"options.html#option-vim-utility-smart-splits-enable","tokens":["splits","for","wezterm","enable","resizing","smart","tmux","zellij","neovim","seamless","multiplexer","integrations","and","kitty","plugin","directional","navigation","whether","smart-splits","supports","nvim"],"title_tokens":["option","vim","smart-splits","enable","utility"],"anchors":[]},{"id":"1955","title":"Option: vim.utility.smart-splits.keymaps.move_cursor_down","content":"Focus Window/Pane Below","path":"options.html#option-vim-utility-smart-splits-keymaps-move_cursor_down","tokens":["window","focus","pane","below"],"title_tokens":["utility","move_cursor_down","option","vim","smart-splits","keymaps"],"anchors":[]},{"id":"1956","title":"Option: vim.utility.smart-splits.keymaps.move_cursor_left","content":"Focus Window/Pane on the Left","path":"options.html#option-vim-utility-smart-splits-keymaps-move_cursor_left","tokens":["focus","left","pane","window","the"],"title_tokens":["smart-splits","option","keymaps","utility","move_cursor_left","vim"],"anchors":[]},{"id":"1957","title":"Option: vim.utility.smart-splits.keymaps.move_cursor_previous","content":"Focus Previous Window/Pane","path":"options.html#option-vim-utility-smart-splits-keymaps-move_cursor_previous","tokens":["previous","focus","window","pane"],"title_tokens":["option","utility","keymaps","smart-splits","vim","move_cursor_previous"],"anchors":[]},{"id":"1958","title":"Option: vim.utility.smart-splits.keymaps.move_cursor_right","content":"Focus Window/Pane on the Right","path":"options.html#option-vim-utility-smart-splits-keymaps-move_cursor_right","tokens":["window","pane","the","focus","right"],"title_tokens":["option","keymaps","utility","vim","move_cursor_right","smart-splits"],"anchors":[]},{"id":"1959","title":"Option: vim.utility.smart-splits.keymaps.move_cursor_up","content":"Focus Window/Pane Above","path":"options.html#option-vim-utility-smart-splits-keymaps-move_cursor_up","tokens":["focus","window","pane","above"],"title_tokens":["option","smart-splits","utility","vim","move_cursor_up","keymaps"],"anchors":[]},{"id":"1960","title":"Option: vim.utility.smart-splits.keymaps.resize_down","content":"Resize Window/Pane Down","path":"options.html#option-vim-utility-smart-splits-keymaps-resize_down","tokens":["down","resize","window","pane"],"title_tokens":["vim","utility","keymaps","smart-splits","option","resize_down"],"anchors":[]},{"id":"1961","title":"Option: vim.utility.smart-splits.keymaps.resize_left","content":"Resize Window/Pane Left","path":"options.html#option-vim-utility-smart-splits-keymaps-resize_left","tokens":["pane","resize","window","left"],"title_tokens":["option","utility","smart-splits","keymaps","resize_left","vim"],"anchors":[]},{"id":"1962","title":"Option: vim.utility.smart-splits.keymaps.resize_right","content":"Resize Window/Pane Right","path":"options.html#option-vim-utility-smart-splits-keymaps-resize_right","tokens":["right","window","resize","pane"],"title_tokens":["vim","keymaps","resize_right","option","smart-splits","utility"],"anchors":[]},{"id":"1963","title":"Option: vim.utility.smart-splits.keymaps.resize_up","content":"Resize Window/Pane Up","path":"options.html#option-vim-utility-smart-splits-keymaps-resize_up","tokens":["window","pane","resize"],"title_tokens":["utility","option","keymaps","vim","smart-splits","resize_up"],"anchors":[]},{"id":"1964","title":"Option: vim.utility.smart-splits.keymaps.swap_buf_down","content":"Swap Buffer Down","path":"options.html#option-vim-utility-smart-splits-keymaps-swap_buf_down","tokens":["swap","down","buffer"],"title_tokens":["utility","smart-splits","swap_buf_down","vim","option","keymaps"],"anchors":[]},{"id":"1965","title":"Option: vim.utility.smart-splits.keymaps.swap_buf_left","content":"Swap Buffer Left","path":"options.html#option-vim-utility-smart-splits-keymaps-swap_buf_left","tokens":["swap","buffer","left"],"title_tokens":["swap_buf_left","vim","smart-splits","keymaps","utility","option"],"anchors":[]},{"id":"1966","title":"Option: vim.utility.smart-splits.keymaps.swap_buf_right","content":"Swap Buffer Right","path":"options.html#option-vim-utility-smart-splits-keymaps-swap_buf_right","tokens":["right","swap","buffer"],"title_tokens":["smart-splits","keymaps","swap_buf_right","vim","option","utility"],"anchors":[]},{"id":"1967","title":"Option: vim.utility.smart-splits.keymaps.swap_buf_up","content":"Swap Buffer Up","path":"options.html#option-vim-utility-smart-splits-keymaps-swap_buf_up","tokens":["buffer","swap"],"title_tokens":["option","keymaps","utility","swap_buf_up","vim","smart-splits"],"anchors":[]},{"id":"1968","title":"Option: vim.utility.smart-splits.setupOpts","content":"Option table to pass into the setup function of smart-splits\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-smart-splits-setupOpts","tokens":["option","can","not","table","any","smart-splits","they","docs","setup","even","options","pass","into","the","listed","you","additional","function"],"title_tokens":["option","vim","smart-splits","utility","setupopts"],"anchors":[]},{"id":"1969","title":"Option: vim.utility.snacks-nvim.enable","content":"Whether to enable collection of QoL plugins for Neovim [snacks-nvim] .","path":"options.html#option-vim-utility-snacks-nvim-enable","tokens":["qol","neovim","snacks-nvim","for","plugins","whether","enable","collection"],"title_tokens":["enable","vim","utility","snacks-nvim","option"],"anchors":[]},{"id":"1970","title":"Option: vim.utility.snacks-nvim.setupOpts","content":"Option table to pass into the setup function of snacks-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-snacks-nvim-setupOpts","tokens":["option","you","any","into","they","pass","not","can","additional","docs","setup","the","even","listed","snacks-nvim","function","table","options"],"title_tokens":["snacks-nvim","utility","option","vim","setupopts"],"anchors":[]},{"id":"1971","title":"Option: vim.utility.surround.enable","content":"Whether to enable nvim-surround, Neovim plugin to add/change/delete surrounding delimiter pairs with ease.\n::: {.note} The default mappings deviate from upstream to avoid conflicts with nvim-leap. You may change those in your configuration if you do not use nvim-leap :::","path":"options.html#option-vim-utility-surround-enable","tokens":["delimiter","use","nvim-surround","avoid","plugin","configuration","mappings","from","pairs","you","change","not","neovim","deviate","nvim-leap","with","your","default","enable","add","ease","note","surrounding","whether","may","the","those","conflicts","upstream","delete"],"title_tokens":["vim","option","surround","utility","enable"],"anchors":[]},{"id":"1972","title":"Option: vim.utility.surround.setupOpts","content":"Option table to pass into the setup function of nvim-surround\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-surround-setupOpts","tokens":["options","the","table","even","function","they","setup","not","you","into","any","nvim-surround","can","additional","pass","option","listed","docs"],"title_tokens":["setupopts","utility","surround","option","vim"],"anchors":[]},{"id":"1973","title":"Option: vim.utility.surround.setupOpts.keymaps.change","content":"keymap for change","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-change","tokens":["keymap","change","for"],"title_tokens":["option","vim","setupopts","utility","surround","keymaps","change"],"anchors":[]},{"id":"1974","title":"Option: vim.utility.surround.setupOpts.keymaps.change_line","content":"keymap for change_line","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-change_line","tokens":["keymap","for","change_line"],"title_tokens":["surround","utility","option","vim","setupopts","keymaps","change_line"],"anchors":[]},{"id":"1975","title":"Option: vim.utility.surround.setupOpts.keymaps.delete","content":"keymap for delete","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-delete","tokens":["delete","keymap","for"],"title_tokens":["utility","keymaps","option","delete","setupopts","surround","vim"],"anchors":[]},{"id":"1976","title":"Option: vim.utility.surround.setupOpts.keymaps.insert","content":"keymap for insert","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-insert","tokens":["keymap","for","insert"],"title_tokens":["option","keymaps","insert","utility","surround","setupopts","vim"],"anchors":[]},{"id":"1977","title":"Option: vim.utility.surround.setupOpts.keymaps.insert_line","content":"keymap for insert_line","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-insert_line","tokens":["keymap","for","insert_line"],"title_tokens":["option","setupopts","keymaps","utility","insert_line","surround","vim"],"anchors":[]},{"id":"1978","title":"Option: vim.utility.surround.setupOpts.keymaps.normal","content":"keymap for normal","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-normal","tokens":["normal","keymap","for"],"title_tokens":["utility","setupopts","surround","keymaps","normal","vim","option"],"anchors":[]},{"id":"1979","title":"Option: vim.utility.surround.setupOpts.keymaps.normal_cur","content":"keymap for normal_cur","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-normal_cur","tokens":["for","normal_cur","keymap"],"title_tokens":["normal_cur","vim","keymaps","utility","option","setupopts","surround"],"anchors":[]},{"id":"1980","title":"Option: vim.utility.surround.setupOpts.keymaps.normal_cur_line","content":"keymap for normal_cur_line","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-normal_cur_line","tokens":["keymap","normal_cur_line","for"],"title_tokens":["keymaps","option","utility","vim","surround","setupopts","normal_cur_line"],"anchors":[]},{"id":"1981","title":"Option: vim.utility.surround.setupOpts.keymaps.normal_line","content":"keymap for normal_line","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-normal_line","tokens":["normal_line","keymap","for"],"title_tokens":["setupopts","normal_line","keymaps","utility","surround","option","vim"],"anchors":[]},{"id":"1982","title":"Option: vim.utility.surround.setupOpts.keymaps.visual","content":"keymap for visual","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-visual","tokens":["keymap","for","visual"],"title_tokens":["surround","setupopts","utility","keymaps","option","vim","visual"],"anchors":[]},{"id":"1983","title":"Option: vim.utility.surround.setupOpts.keymaps.visual_line","content":"keymap for visual_line","path":"options.html#option-vim-utility-surround-setupOpts-keymaps-visual_line","tokens":["for","visual_line","keymap"],"title_tokens":["surround","utility","keymaps","setupopts","option","visual_line","vim"],"anchors":[]},{"id":"1984","title":"Option: vim.utility.surround.useVendoredKeybindings","content":"Use alternative set of keybindings that avoids conflicts with other popular plugins, e.g. nvim-leap","path":"options.html#option-vim-utility-surround-useVendoredKeybindings","tokens":["plugins","nvim-leap","set","conflicts","other","use","avoids","keybindings","alternative","that","with","popular"],"title_tokens":["vim","utility","option","usevendoredkeybindings","surround"],"anchors":[]},{"id":"1985","title":"Option: vim.utility.undotree.enable","content":"Whether to enable undo history visualizer for Vim [undotree].","path":"options.html#option-vim-utility-undotree-enable","tokens":["history","for","undotree","whether","visualizer","undo","vim","enable"],"title_tokens":["utility","option","vim","enable","undotree"],"anchors":[]},{"id":"1986","title":"Option: vim.utility.vim-wakatime.cli-package","content":"The package that should be used for wakatime-cli. Set as null to use the default path in {env}$XDG_DATA_HOME","path":"options.html#option-vim-utility-vim-wakatime-cli-package","tokens":["that","for","null","xdg_data_home","path","the","env","use","package","default","set","should","wakatime-cli","used"],"title_tokens":["vim","vim-wakatime","option","cli-package","utility"],"anchors":[]},{"id":"1987","title":"Option: vim.utility.vim-wakatime.enable","content":"Whether to enable automatic time tracking and metrics generated from your programming activity [vim-wakatime] .","path":"options.html#option-vim-utility-vim-wakatime-enable","tokens":["metrics","generated","tracking","your","automatic","whether","programming","activity","vim-wakatime","enable","and","from","time"],"title_tokens":["enable","utility","vim","option","vim-wakatime"],"anchors":[]},{"id":"1988","title":"Option: vim.utility.yanky-nvim.enable","content":"Whether to enable improved Yank and Put functionalities for Neovim [yanky-nvim] .","path":"options.html#option-vim-utility-yanky-nvim-enable","tokens":["whether","and","neovim","put","functionalities","for","yank","improved","enable","yanky-nvim"],"title_tokens":["enable","option","yanky-nvim","utility","vim"],"anchors":[]},{"id":"1989","title":"Option: vim.utility.yanky-nvim.setupOpts","content":"Option table to pass into the setup function of yanky-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-yanky-nvim-setupOpts","tokens":["pass","function","setup","even","options","any","they","not","listed","docs","table","you","can","additional","yanky-nvim","option","into","the"],"title_tokens":["utility","vim","yanky-nvim","setupopts","option"],"anchors":[]},{"id":"1990","title":"Option: vim.utility.yanky-nvim.setupOpts.ring.storage","content":"storage mode for ring values.\nshada: this will save pesistantly using Neovim ShaDa feature. This means that history will be persisted between each session of Neovim.\nmemory: each Neovim instance will have his own history and it will be lost between sessions.\nsqlite: more reliable than shada, requires sqlite.lua as a dependency. nvf will add this dependency to PATH automatically.","path":"options.html#option-vim-utility-yanky-nvim-setupOpts-ring-storage","tokens":["add","own","storage","that","between","persisted","pesistantly","each","save","more","ring","shada","this","using","history","have","than","automatically","neovim","path","feature","dependency","reliable","memory","means","and","his","nvf","lua","values","instance","will","session","for","lost","requires","sessions","sqlite","mode"],"title_tokens":["setupopts","ring","vim","storage","option","yanky-nvim","utility"],"anchors":[]},{"id":"1991","title":"Option: vim.utility.yazi-nvim.enable","content":"Whether to enable companion plugin for the yazi terminal file manager [yazi-nvim] .","path":"options.html#option-vim-utility-yazi-nvim-enable","tokens":["file","for","the","yazi-nvim","whether","plugin","manager","companion","enable","terminal","yazi"],"title_tokens":["vim","utility","option","enable","yazi-nvim"],"anchors":[]},{"id":"1992","title":"Option: vim.utility.yazi-nvim.mappings.openYazi","content":"Open yazi at the current file [yazi.nvim]","path":"options.html#option-vim-utility-yazi-nvim-mappings-openYazi","tokens":["yazi","open","file","current","nvim","the"],"title_tokens":["mappings","yazi-nvim","utility","openyazi","option","vim"],"anchors":[]},{"id":"1993","title":"Option: vim.utility.yazi-nvim.mappings.openYaziDir","content":"Open the file manager in nvim's working directory [yazi.nvim]","path":"options.html#option-vim-utility-yazi-nvim-mappings-openYaziDir","tokens":["yazi","the","nvim","working","manager","directory","open","file"],"title_tokens":["utility","mappings","yazi-nvim","option","openyazidir","vim"],"anchors":[]},{"id":"1994","title":"Option: vim.utility.yazi-nvim.mappings.yaziToggle","content":"Resume the last yazi session [yazi.nvim]","path":"options.html#option-vim-utility-yazi-nvim-mappings-yaziToggle","tokens":["session","nvim","last","the","resume","yazi"],"title_tokens":["mappings","yazitoggle","yazi-nvim","vim","utility","option"],"anchors":[]},{"id":"1995","title":"Option: vim.utility.yazi-nvim.setupOpts","content":"Option table to pass into the setup function of yazi-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-utility-yazi-nvim-setupOpts","tokens":["function","additional","table","the","setup","any","options","yazi-nvim","can","into","they","listed","pass","you","even","option","not","docs"],"title_tokens":["vim","utility","option","yazi-nvim","setupopts"],"anchors":[]},{"id":"1996","title":"Option: vim.utility.yazi-nvim.setupOpts.open_for_directories","content":"Whether to open Yazi instead of netrw","path":"options.html#option-vim-utility-yazi-nvim-setupOpts-open_for_directories","tokens":["instead","whether","open","netrw","yazi"],"title_tokens":["option","utility","yazi-nvim","vim","setupopts","open_for_directories"],"anchors":[]},{"id":"1997","title":"Option: vim.viAlias","content":"Enable the vi alias for nvim","path":"options.html#option-vim-viAlias","tokens":["enable","alias","the","for","nvim"],"title_tokens":["option","vim","vialias"],"anchors":[]},{"id":"1998","title":"Option: vim.vimAlias","content":"Enable the vim alias for nvim","path":"options.html#option-vim-vimAlias","tokens":["for","nvim","vim","alias","enable","the"],"title_tokens":["vimalias","option","vim"],"anchors":[]},{"id":"1999","title":"Option: vim.visuals.cellular-automaton.animation.register","content":"Whether to enable registering configured animation(s) automatically.","path":"options.html#option-vim-visuals-cellular-automaton-animation-register","tokens":["whether","registering","configured","enable","automatically","animation"],"title_tokens":["visuals","vim","option","cellular-automaton","animation","register"],"anchors":[]},{"id":"2000","title":"Option: vim.visuals.cellular-automaton.animation.setup","content":"Configuration used to generate an animation to be registered.\nThe final value for ca_config will be used to register a new animation using require(\"cellular-automaton\").register_animation(ca_config)\n::: {.warning} ca_config must eval to a valid Lua table. nvf does not and cannot perform any kind of validation on your Lua code, so bogus values will result in errors when the animation is registered. :::","path":"options.html#option-vim-visuals-cellular-automaton-animation-setup","tokens":["new","used","perform","when","your","animation","value","cellular-automaton","warning","require","any","final","not","kind","result","does","must","for","errors","register","register_animation","ca_config","validation","nvf","eval","lua","will","bogus","using","and","generate","cannot","the","valid","configuration","table","code","values","registered"],"title_tokens":["option","vim","visuals","setup","cellular-automaton","animation"],"anchors":[]},{"id":"2001","title":"Option: vim.visuals.cellular-automaton.enable","content":"Whether to enable cellular-automaton to help you cope with stubborn code [cellular-automaton].","path":"options.html#option-vim-visuals-cellular-automaton-enable","tokens":["whether","cellular-automaton","help","cope","stubborn","code","with","enable","you"],"title_tokens":["cellular-automaton","enable","vim","option","visuals"],"anchors":[]},{"id":"2002","title":"Option: vim.visuals.cellular-automaton.mappings.makeItRain","content":"Make it rain [cellular-automaton]","path":"options.html#option-vim-visuals-cellular-automaton-mappings-makeItRain","tokens":["cellular-automaton","make","rain"],"title_tokens":["makeitrain","option","cellular-automaton","mappings","vim","visuals"],"anchors":[]},{"id":"2003","title":"Option: vim.visuals.cinnamon-nvim.enable","content":"Whether to enable smooth scrolling for ANY command [cinnamon-nvim].","path":"options.html#option-vim-visuals-cinnamon-nvim-enable","tokens":["enable","smooth","cinnamon-nvim","command","any","scrolling","whether","for"],"title_tokens":["enable","vim","option","cinnamon-nvim","visuals"],"anchors":[]},{"id":"2004","title":"Option: vim.visuals.cinnamon-nvim.setupOpts","content":"Option table to pass into the setup function of cinnamon.nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-cinnamon-nvim-setupOpts","tokens":["can","setup","any","options","you","function","they","option","additional","docs","even","pass","not","listed","into","table","the","nvim","cinnamon"],"title_tokens":["setupopts","visuals","vim","option","cinnamon-nvim"],"anchors":[]},{"id":"2005","title":"Option: vim.visuals.cinnamon-nvim.setupOpts.keymaps.basic","content":"Whether to enable basic animation keymaps.","path":"options.html#option-vim-visuals-cinnamon-nvim-setupOpts-keymaps-basic","tokens":["animation","basic","keymaps","whether","enable"],"title_tokens":["vim","visuals","cinnamon-nvim","setupopts","option","keymaps","basic"],"anchors":[]},{"id":"2006","title":"Option: vim.visuals.cinnamon-nvim.setupOpts.keymaps.extra","content":"Whether to enable extra animation keymaps.","path":"options.html#option-vim-visuals-cinnamon-nvim-setupOpts-keymaps-extra","tokens":["keymaps","enable","animation","extra","whether"],"title_tokens":["visuals","option","cinnamon-nvim","setupopts","keymaps","extra","vim"],"anchors":[]},{"id":"2007","title":"Option: vim.visuals.cinnamon-nvim.setupOpts.options","content":"Scroll options","path":"options.html#option-vim-visuals-cinnamon-nvim-setupOpts-options","tokens":["options","scroll"],"title_tokens":["option","vim","cinnamon-nvim","setupopts","visuals","options"],"anchors":[]},{"id":"2008","title":"Option: vim.visuals.fidget-nvim.enable","content":"Whether to enable nvim LSP UI element [fidget-nvim].","path":"options.html#option-vim-visuals-fidget-nvim-enable","tokens":["fidget-nvim","lsp","nvim","whether","enable","element"],"title_tokens":["visuals","fidget-nvim","option","enable","vim"],"anchors":[]},{"id":"2009","title":"Option: vim.visuals.fidget-nvim.setupOpts","content":"Option table to pass into the setup function of Fidget\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts","tokens":["function","fidget","additional","listed","even","you","table","not","docs","setup","into","pass","any","they","options","the","can","option"],"title_tokens":["vim","fidget-nvim","setupopts","option","visuals"],"anchors":[]},{"id":"2010","title":"Option: vim.visuals.fidget-nvim.setupOpts.integration.nvim-tree.enable","content":"Integrate with nvim-tree/nvim-tree.lua (if enabled)","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-integration-nvim-tree-enable","tokens":["nvim-tree","integrate","lua","enabled","with"],"title_tokens":["enable","vim","fidget-nvim","integration","setupopts","option","nvim-tree","visuals"],"anchors":[]},{"id":"2011","title":"Option: vim.visuals.fidget-nvim.setupOpts.integration.xcodebuild-nvim.enable","content":"Integrate with wojciech-kulik/xcodebuild.nvim (if enabled)","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-integration-xcodebuild-nvim-enable","tokens":["enabled","with","xcodebuild","nvim","wojciech-kulik","integrate"],"title_tokens":["setupopts","enable","xcodebuild-nvim","vim","integration","option","visuals","fidget-nvim"],"anchors":[]},{"id":"2012","title":"Option: vim.visuals.fidget-nvim.setupOpts.logger.float_precision","content":"Limit the number of decimals displayed for floats","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-logger-float_precision","tokens":["limit","displayed","the","decimals","for","floats","number"],"title_tokens":["logger","fidget-nvim","float_precision","option","vim","visuals","setupopts"],"anchors":[]},{"id":"2013","title":"Option: vim.visuals.fidget-nvim.setupOpts.logger.level","content":"Minimum logging level","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-logger-level","tokens":["logging","level","minimum"],"title_tokens":["option","vim","level","visuals","fidget-nvim","setupopts","logger"],"anchors":[]},{"id":"2014","title":"Option: vim.visuals.fidget-nvim.setupOpts.logger.max_size","content":"Maximum log file size, in KB","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-logger-max_size","tokens":["file","size","log","maximum"],"title_tokens":["max_size","vim","visuals","fidget-nvim","option","setupopts","logger"],"anchors":[]},{"id":"2015","title":"Option: vim.visuals.fidget-nvim.setupOpts.logger.path","content":"Where Fidget writes its logs to","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-logger-path","tokens":["logs","writes","fidget","where","its"],"title_tokens":["setupopts","path","vim","visuals","option","fidget-nvim","logger"],"anchors":[]},{"id":"2016","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.configs","content":"How to configure notification groups when instantiated","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-configs","tokens":["how","when","instantiated","configure","groups","notification"],"title_tokens":["configs","vim","visuals","option","fidget-nvim","setupopts","notification"],"anchors":[]},{"id":"2017","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.filter","content":"Minimum notifications level","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-filter","tokens":["minimum","notifications","level"],"title_tokens":["fidget-nvim","visuals","option","vim","filter","notification","setupopts"],"anchors":[]},{"id":"2018","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.history_size","content":"Number of removed messages to retain in history","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-history_size","tokens":["removed","retain","number","messages","history"],"title_tokens":["history_size","option","notification","vim","visuals","fidget-nvim","setupopts"],"anchors":[]},{"id":"2019","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.override_vim_notify","content":"Automatically override vim.notify() with Fidget","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-override_vim_notify","tokens":["fidget","automatically","vim","override","with","notify"],"title_tokens":["vim","visuals","fidget-nvim","notification","setupopts","option","override_vim_notify"],"anchors":[]},{"id":"2020","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.poll_rate","content":"How frequently to update and render notifications","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-poll_rate","tokens":["how","render","notifications","and","update","frequently"],"title_tokens":["setupopts","vim","visuals","fidget-nvim","option","notification","poll_rate"],"anchors":[]},{"id":"2021","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.redirect","content":"Conditionally redirect notifications to another backend","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-redirect","tokens":["another","backend","conditionally","notifications","redirect"],"title_tokens":["visuals","setupopts","option","fidget-nvim","notification","redirect","vim"],"anchors":[]},{"id":"2022","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.view.group_separator","content":"Separator between notification groups","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-view-group_separator","tokens":["separator","groups","between","notification"],"title_tokens":["fidget-nvim","option","vim","group_separator","visuals","setupopts","view","notification"],"anchors":[]},{"id":"2023","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.view.group_separator_hl","content":"Highlight group used for group separator","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-view-group_separator_hl","tokens":["separator","group","highlight","used","for"],"title_tokens":["vim","fidget-nvim","view","group_separator_hl","setupopts","notification","visuals","option"],"anchors":[]},{"id":"2024","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.view.icon_separator","content":"Separator between group name and icon","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-view-icon_separator","tokens":["separator","icon","and","between","name","group"],"title_tokens":["visuals","setupopts","fidget-nvim","view","vim","icon_separator","notification","option"],"anchors":[]},{"id":"2025","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.view.render_message","content":"How to render notification messages","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-view-render_message","tokens":["notification","messages","render","how"],"title_tokens":["view","vim","option","setupopts","fidget-nvim","visuals","notification","render_message"],"anchors":[]},{"id":"2026","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.view.stack_upwards","content":"Display notification items from bottom to top","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-view-stack_upwards","tokens":["items","bottom","display","top","notification","from"],"title_tokens":["setupopts","notification","visuals","fidget-nvim","vim","stack_upwards","view","option"],"anchors":[]},{"id":"2027","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.align","content":"How to align the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-align","tokens":["align","window","notification","the","how"],"title_tokens":["vim","fidget-nvim","option","setupopts","window","visuals","align","notification"],"anchors":[]},{"id":"2028","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.border","content":"Border style of the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-border","tokens":["window","border","style","the","notification"],"title_tokens":["fidget-nvim","notification","option","setupopts","vim","border","visuals","window"],"anchors":[]},{"id":"2029","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.max_height","content":"Maximum height of the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-max_height","tokens":["maximum","window","notification","height","the"],"title_tokens":["max_height","notification","visuals","window","setupopts","fidget-nvim","vim","option"],"anchors":[]},{"id":"2030","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.max_width","content":"Maximum width of the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-max_width","tokens":["width","the","window","maximum","notification"],"title_tokens":["vim","fidget-nvim","setupopts","option","max_width","window","visuals","notification"],"anchors":[]},{"id":"2031","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.normal_hl","content":"Base highlight group in the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-normal_hl","tokens":["highlight","the","window","base","group","notification"],"title_tokens":["setupopts","option","vim","notification","window","visuals","normal_hl","fidget-nvim"],"anchors":[]},{"id":"2032","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.relative","content":"What the notification window position is relative to","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-relative","tokens":["the","notification","position","what","window","relative"],"title_tokens":["visuals","fidget-nvim","notification","option","setupopts","window","vim","relative"],"anchors":[]},{"id":"2033","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.winblend","content":"Background color opacity in the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-winblend","tokens":["background","notification","color","the","opacity","window"],"title_tokens":["winblend","vim","setupopts","notification","fidget-nvim","window","visuals","option"],"anchors":[]},{"id":"2034","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.x_padding","content":"Padding from right edge of window boundary","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-x_padding","tokens":["padding","right","from","window","boundary","edge"],"title_tokens":["setupopts","notification","visuals","x_padding","fidget-nvim","option","window","vim"],"anchors":[]},{"id":"2035","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.y_padding","content":"Padding from bottom edge of window boundary","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-y_padding","tokens":["edge","bottom","padding","from","window","boundary"],"title_tokens":["option","vim","window","setupopts","visuals","fidget-nvim","y_padding","notification"],"anchors":[]},{"id":"2036","title":"Option: vim.visuals.fidget-nvim.setupOpts.notification.window.zindex","content":"Stacking priority of the notification window","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-notification-window-zindex","tokens":["window","stacking","the","priority","notification"],"title_tokens":["notification","option","visuals","fidget-nvim","zindex","window","setupopts","vim"],"anchors":[]},{"id":"2037","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.done_icon","content":"Icon shown when LSP progress tasks are completed","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-done_icon","tokens":["tasks","icon","when","are","shown","progress","completed","lsp"],"title_tokens":["setupopts","display","progress","vim","option","done_icon","fidget-nvim","visuals"],"anchors":[]},{"id":"2038","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.done_style","content":"Highlight group for completed LSP tasks","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-done_style","tokens":["group","highlight","for","completed","lsp","tasks"],"title_tokens":["option","visuals","vim","display","setupopts","done_style","progress","fidget-nvim"],"anchors":[]},{"id":"2039","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.done_ttl","content":"How long a message should persist when complete","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-done_ttl","tokens":["long","message","should","complete","persist","how","when"],"title_tokens":["vim","done_ttl","visuals","display","fidget-nvim","progress","option","setupopts"],"anchors":[]},{"id":"2040","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.format_annote","content":"How to format a progress annotation","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-format_annote","tokens":["progress","annotation","format","how"],"title_tokens":["progress","option","format_annote","fidget-nvim","visuals","vim","display","setupopts"],"anchors":[]},{"id":"2041","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.format_group_name","content":"How to format a progress notification group's name","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-format_group_name","tokens":["how","notification","group","name","progress","format"],"title_tokens":["vim","setupopts","option","display","visuals","fidget-nvim","progress","format_group_name"],"anchors":[]},{"id":"2042","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.format_message","content":"How to format a progress message","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-format_message","tokens":["progress","how","format","message"],"title_tokens":["vim","visuals","option","fidget-nvim","progress","setupopts","display","format_message"],"anchors":[]},{"id":"2043","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.group_style","content":"Highlight group for group name (LSP server name)","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-group_style","tokens":["highlight","group","name","lsp","server","for"],"title_tokens":["visuals","fidget-nvim","setupopts","vim","option","progress","group_style","display"],"anchors":[]},{"id":"2044","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.icon_style","content":"Highlight group for group icons","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-icon_style","tokens":["highlight","group","icons","for"],"title_tokens":["fidget-nvim","setupopts","display","option","vim","icon_style","progress","visuals"],"anchors":[]},{"id":"2045","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides","content":"Overrides the default configuration for a notification group defined in {option}vim.visuals.fidget-nvim.setupOpts.notification.configs.\nIf any of the fields are null, the value from the default configuration is used.\nIf default configuration is not defined, the following defaults are used:","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides","tokens":["overrides","setupopts","the","used","option","not","following","fields","defaults","for","from","value","fidget-nvim","null","configuration","defined","visuals","are","configs","vim","any","notification","default","group"],"title_tokens":["vim","visuals","overrides","fidget-nvim","display","setupopts","option","progress"],"anchors":[]},{"id":"2046","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.annote_separator","content":"Separator between message from annote","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--annote_separator","tokens":["from","annote","separator","between","message"],"title_tokens":["name","vim","display","visuals","annote_separator","overrides","progress","fidget-nvim","option","setupopts"],"anchors":[]},{"id":"2047","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.annote_style","content":"Default style used to highlight item annotes","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--annote_style","tokens":["highlight","annotes","used","item","style","default"],"title_tokens":["progress","name","vim","display","overrides","setupopts","fidget-nvim","annote_style","option","visuals"],"anchors":[]},{"id":"2048","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.debug_annote","content":"Default annotation for debug items","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--debug_annote","tokens":["annotation","default","items","for","debug"],"title_tokens":["option","debug_annote","visuals","fidget-nvim","progress","setupopts","vim","display","overrides","name"],"anchors":[]},{"id":"2049","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.debug_style","content":"Style used to highlight debug item annotes","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--debug_style","tokens":["highlight","style","debug","item","used","annotes"],"title_tokens":["setupopts","progress","visuals","overrides","display","debug_style","option","vim","name","fidget-nvim"],"anchors":[]},{"id":"2050","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.error_annote","content":"Default annotation for error items","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--error_annote","tokens":["items","annotation","for","error","default"],"title_tokens":["error_annote","overrides","setupopts","vim","progress","name","option","fidget-nvim","visuals","display"],"anchors":[]},{"id":"2051","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.error_style","content":"Style used to highlight error item annotes","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--error_style","tokens":["highlight","item","annotes","style","used","error"],"title_tokens":["vim","visuals","option","fidget-nvim","progress","display","overrides","name","setupopts","error_style"],"anchors":[]},{"id":"2052","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.group_style","content":"Style used to highlight group name","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--group_style","tokens":["name","group","highlight","style","used"],"title_tokens":["overrides","name","group_style","progress","fidget-nvim","visuals","vim","setupopts","display","option"],"anchors":[]},{"id":"2053","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.icon","content":"Icon of the group, displayed in the notification window. Can be a string or a function that returns a string.\nIf a function, it is invoked every render cycle with the items list, useful for rendering animations and other dynamic content.\n::: {.note} If you're looking for detailed information into the function signature, you can refer to the fidget API documentation available here :::","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--icon","tokens":["group","looking","available","signature","documentation","useful","here","fidget","list","for","animations","you","other","rendering","api","note","cycle","refer","every","render","with","icon","items","into","the","that","invoked","string","and","can","information","displayed","dynamic","window","content","detailed","returns","function","notification"],"title_tokens":["name","icon","fidget-nvim","display","option","overrides","setupopts","visuals","vim","progress"],"anchors":[]},{"id":"2054","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.icon_on_left","content":"If true, icon is rendered on the left instead of right","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--icon_on_left","tokens":["rendered","the","right","icon","true","left","instead"],"title_tokens":["visuals","name","option","progress","fidget-nvim","display","overrides","icon_on_left","vim","setupopts"],"anchors":[]},{"id":"2055","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.icon_style","content":"Style used to highlight icon, if null, use group_style","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--icon_style","tokens":["highlight","group_style","used","style","icon","null","use"],"title_tokens":["visuals","fidget-nvim","option","setupopts","display","vim","overrides","name","progress","icon_style"],"anchors":[]},{"id":"2056","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.info_annote","content":"Default annotation for info items","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--info_annote","tokens":["info","default","for","annotation","items"],"title_tokens":["name","info_annote","visuals","progress","fidget-nvim","vim","option","display","overrides","setupopts"],"anchors":[]},{"id":"2057","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.info_style","content":"Style used to highlight info item annotes","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--info_style","tokens":["highlight","annotes","used","style","item","info"],"title_tokens":["display","setupopts","name","vim","option","overrides","info_style","progress","fidget-nvim","visuals"],"anchors":[]},{"id":"2058","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.name","content":"Name of the group, displayed in the notification window. Can be a string or a function that returns a string.\nIf a function, it is invoked every render cycle with the items list, useful for rendering animations and other dynamic content.\n::: {.note} If you're looking for detailed information into the function signature, you can refer to the fidget API documentation available here :::","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--name","tokens":["every","that","detailed","content","animations","and","documentation","useful","window","dynamic","string","function","render","you","api","for","invoked","with","name","notification","cycle","the","list","here","displayed","other","returns","group","into","refer","note","looking","signature","fidget","can","information","available","rendering","items"],"title_tokens":["fidget-nvim","vim","setupopts","visuals","display","overrides","name","progress","option"],"anchors":[]},{"id":"2059","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.priority","content":"Order in which group should be displayed","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--priority","tokens":["which","group","order","should","displayed"],"title_tokens":["progress","visuals","setupopts","display","option","name","fidget-nvim","priority","vim","overrides"],"anchors":[]},{"id":"2060","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.render_limit","content":"How many notification items to show at once","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--render_limit","tokens":["once","how","notification","items","many","show"],"title_tokens":["visuals","option","fidget-nvim","progress","vim","overrides","render_limit","setupopts","display","name"],"anchors":[]},{"id":"2061","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.skip_history","content":"Whether messages should be preserved in history","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--skip_history","tokens":["messages","preserved","should","history","whether"],"title_tokens":["visuals","name","overrides","skip_history","setupopts","progress","option","display","vim","fidget-nvim"],"anchors":[]},{"id":"2062","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.ttl","content":"How long a notification item should exist","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--ttl","tokens":["how","item","long","notification","should","exist"],"title_tokens":["name","display","setupopts","option","ttl","overrides","fidget-nvim","visuals","progress","vim"],"anchors":[]},{"id":"2063","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.update_hook","content":"Called when an item is updated.\nIf false, no action is taken. If a function, it is invoked with the item being updated.\n::: {.note} If you're looking for detailed information into the function signature, you can refer to the fidget API documentation available here :::","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--update_hook","tokens":["with","information","taken","into","action","looking","available","here","fidget","note","when","function","detailed","can","false","documentation","signature","called","the","you","updated","refer","api","being","for","item","invoked"],"title_tokens":["setupopts","name","display","update_hook","fidget-nvim","progress","vim","option","visuals","overrides"],"anchors":[]},{"id":"2064","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.warn_annote","content":"Default annotation for warn items","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--warn_annote","tokens":["warn","annotation","default","items","for"],"title_tokens":["progress","display","vim","overrides","setupopts","fidget-nvim","warn_annote","name","visuals","option"],"anchors":[]},{"id":"2065","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.overrides.<name>.warn_style","content":"Style used to highlight warn item annotes","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-overrides--warn_style","tokens":["highlight","warn","item","annotes","style","used"],"title_tokens":["vim","overrides","warn_style","progress","display","option","fidget-nvim","visuals","setupopts","name"],"anchors":[]},{"id":"2066","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.priority","content":"Priority of the progress notification","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-priority","tokens":["progress","notification","priority","the"],"title_tokens":["vim","priority","setupopts","display","fidget-nvim","progress","visuals","option"],"anchors":[]},{"id":"2067","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.progress_icon.pattern","content":"Pattern shown when LSP progress tasks are in progress","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-progress_icon-pattern","tokens":["shown","progress","tasks","when","pattern","are","lsp"],"title_tokens":["visuals","vim","setupopts","progress","display","fidget-nvim","progress_icon","pattern","option"],"anchors":[]},{"id":"2068","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.progress_icon.period","content":"Period of the pattern","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-progress_icon-period","tokens":["period","the","pattern"],"title_tokens":["setupopts","display","visuals","vim","fidget-nvim","progress_icon","period","option","progress"],"anchors":[]},{"id":"2069","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.progress_style","content":"Highlight group for in-progress LSP tasks","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-progress_style","tokens":["highlight","for","in-progress","tasks","lsp","group"],"title_tokens":["visuals","option","progress","setupopts","display","vim","progress_style","fidget-nvim"],"anchors":[]},{"id":"2070","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.progress_ttl","content":"How long a message should persist when in progress","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-progress_ttl","tokens":["how","when","long","persist","should","progress","message"],"title_tokens":["fidget-nvim","display","setupopts","option","vim","visuals","progress","progress_ttl"],"anchors":[]},{"id":"2071","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.render_limit","content":"Maximum number of messages to render","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-render_limit","tokens":["number","maximum","messages","render"],"title_tokens":["display","option","vim","setupopts","render_limit","fidget-nvim","progress","visuals"],"anchors":[]},{"id":"2072","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.display.skip_history","content":"Skip adding messages to history","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-display-skip_history","tokens":["skip","history","adding","messages"],"title_tokens":["fidget-nvim","vim","option","setupopts","progress","display","skip_history","visuals"],"anchors":[]},{"id":"2073","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.ignore","content":"Ignore LSP servers by name","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-ignore","tokens":["ignore","servers","lsp","name"],"title_tokens":["option","fidget-nvim","progress","visuals","setupopts","ignore","vim"],"anchors":[]},{"id":"2074","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.ignore_done_already","content":"Ignore new tasks that are already done","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-ignore_done_already","tokens":["tasks","new","done","ignore","are","that","already"],"title_tokens":["vim","visuals","progress","setupopts","fidget-nvim","ignore_done_already","option"],"anchors":[]},{"id":"2075","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.ignore_empty_message","content":"Ignore new tasks with empty messages","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-ignore_empty_message","tokens":["empty","messages","with","tasks","ignore","new"],"title_tokens":["ignore_empty_message","option","fidget-nvim","vim","setupopts","progress","visuals"],"anchors":[]},{"id":"2076","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.lsp.log_handler","content":"Log $/progress handler invocations","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-lsp-log_handler","tokens":["invocations","log","handler","progress"],"title_tokens":["vim","option","progress","lsp","visuals","setupopts","log_handler","fidget-nvim"],"anchors":[]},{"id":"2077","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.lsp.progress_ringbuf_size","content":"Nvim's LSP client ring buffer size","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-lsp-progress_ringbuf_size","tokens":["ring","lsp","buffer","size","client","nvim"],"title_tokens":["setupopts","option","vim","progress","visuals","lsp","fidget-nvim","progress_ringbuf_size"],"anchors":[]},{"id":"2078","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.notification_group","content":"How to get a progress message's notification group key","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-notification_group","tokens":["group","how","notification","progress","get","key","message"],"title_tokens":["setupopts","visuals","vim","notification_group","progress","option","fidget-nvim"],"anchors":[]},{"id":"2079","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.poll_rate","content":"How frequently to poll for LSP progress messages","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-poll_rate","tokens":["progress","how","poll","messages","lsp","for","frequently"],"title_tokens":["progress","fidget-nvim","visuals","vim","option","setupopts","poll_rate"],"anchors":[]},{"id":"2080","title":"Option: vim.visuals.fidget-nvim.setupOpts.progress.suppress_on_insert","content":"Suppress new messages when in insert mode","path":"options.html#option-vim-visuals-fidget-nvim-setupOpts-progress-suppress_on_insert","tokens":["new","when","mode","messages","suppress","insert"],"title_tokens":["progress","suppress_on_insert","fidget-nvim","setupopts","vim","option","visuals"],"anchors":[]},{"id":"2081","title":"Option: vim.visuals.highlight-undo.enable","content":"Whether to enable highlight undo [highlight-undo].","path":"options.html#option-vim-visuals-highlight-undo-enable","tokens":["undo","enable","whether","highlight","highlight-undo"],"title_tokens":["highlight-undo","vim","option","visuals","enable"],"anchors":[]},{"id":"2082","title":"Option: vim.visuals.highlight-undo.setupOpts","content":"Option table to pass into the setup function of highlight-undo\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-highlight-undo-setupOpts","tokens":["pass","option","the","any","listed","additional","options","they","even","setup","table","docs","into","not","can","function","you","highlight-undo"],"title_tokens":["highlight-undo","vim","option","setupopts","visuals"],"anchors":[]},{"id":"2083","title":"Option: vim.visuals.highlight-undo.setupOpts.duration","content":"Duration of the highlight","path":"options.html#option-vim-visuals-highlight-undo-setupOpts-duration","tokens":["duration","highlight","the"],"title_tokens":["visuals","highlight-undo","vim","setupopts","option","duration"],"anchors":[]},{"id":"2084","title":"Option: vim.visuals.hlargs-nvim.enable","content":"Whether to enable hlargs-nvim.","path":"options.html#option-vim-visuals-hlargs-nvim-enable","tokens":["whether","hlargs-nvim","enable"],"title_tokens":["enable","option","visuals","vim","hlargs-nvim"],"anchors":[]},{"id":"2085","title":"Option: vim.visuals.hlargs-nvim.setupOpts","content":"Option table to pass into the setup function of hlargs-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-hlargs-nvim-setupOpts","tokens":["docs","option","table","the","into","setup","options","additional","they","function","you","can","listed","any","pass","hlargs-nvim","even","not"],"title_tokens":["vim","setupopts","hlargs-nvim","visuals","option"],"anchors":[]},{"id":"2086","title":"Option: vim.visuals.indent-blankline.enable","content":"Whether to enable indentation guides [indent-blankline].","path":"options.html#option-vim-visuals-indent-blankline-enable","tokens":["whether","enable","indent-blankline","indentation","guides"],"title_tokens":["enable","option","indent-blankline","vim","visuals"],"anchors":[]},{"id":"2087","title":"Option: vim.visuals.indent-blankline.setupOpts","content":"Option table to pass into the setup function of indent-blankline\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-indent-blankline-setupOpts","tokens":["into","they","indent-blankline","additional","you","function","docs","the","can","even","table","setup","listed","pass","option","options","any","not"],"title_tokens":["vim","option","indent-blankline","setupopts","visuals"],"anchors":[]},{"id":"2088","title":"Option: vim.visuals.indent-blankline.setupOpts.debounce","content":"Debounce time in milliseconds","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-debounce","tokens":["milliseconds","debounce","time"],"title_tokens":["option","setupopts","indent-blankline","debounce","visuals","vim"],"anchors":[]},{"id":"2089","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.char","content":"Character(s) for indentation guide","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-char","tokens":["for","indentation","guide","character"],"title_tokens":["char","visuals","vim","setupopts","indent","option","indent-blankline"],"anchors":[]},{"id":"2090","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.highlight","content":"The highlight group(s) applied to the indentation guide.\nSee :help ibl.config.indent.highlight.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-highlight","tokens":["highlight","indent","the","config","help","indentation","guide","applied","see","ibl","group"],"title_tokens":["visuals","option","vim","setupopts","indent-blankline","indent","highlight"],"anchors":[]},{"id":"2091","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.priority","content":"Virtual text priority for the indentation guide","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-priority","tokens":["the","virtual","text","for","guide","indentation","priority"],"title_tokens":["visuals","setupopts","indent","vim","indent-blankline","option","priority"],"anchors":[]},{"id":"2092","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.repeat_linebreak","content":"Repeat indentation guides on wrapped lines","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-repeat_linebreak","tokens":["guides","indentation","lines","wrapped","repeat"],"title_tokens":["repeat_linebreak","vim","setupopts","visuals","indent-blankline","indent","option"],"anchors":[]},{"id":"2093","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.smart_indent_cap","content":"Caps the number of indentation levels based on surrounding code","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-smart_indent_cap","tokens":["the","number","caps","indentation","levels","based","code","surrounding"],"title_tokens":["option","vim","indent-blankline","setupopts","smart_indent_cap","visuals","indent"],"anchors":[]},{"id":"2094","title":"Option: vim.visuals.indent-blankline.setupOpts.indent.tab_char","content":"Character(s) for tab indentation guide.\nSee :help ibl.config.indent.tab_char.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-indent-tab_char","tokens":["for","tab","guide","config","tab_char","ibl","character","indentation","help","indent","see"],"title_tokens":["vim","option","indent","visuals","indent-blankline","setupopts","tab_char"],"anchors":[]},{"id":"2095","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.char","content":"The character(s) for the scope indentation guide","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-char","tokens":["character","scope","guide","indentation","the","for"],"title_tokens":["scope","visuals","indent-blankline","char","option","vim","setupopts"],"anchors":[]},{"id":"2096","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.enabled","content":"Highlight current scope from treesitter","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-enabled","tokens":["highlight","current","from","treesitter","scope"],"title_tokens":["enabled","vim","option","indent-blankline","visuals","setupopts","scope"],"anchors":[]},{"id":"2097","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.exclude.language","content":"The list of treesitter languages to disable scope for.\n* can be used as a wildcard for every language/node type.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-exclude-language","tokens":["disable","for","used","list","wildcard","every","language","node","type","treesitter","the","scope","can","languages"],"title_tokens":["option","vim","setupopts","scope","indent-blankline","language","visuals","exclude"],"anchors":[]},{"id":"2098","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.exclude.node_type","content":"Nodes to ignore in scope checking, per language.\n* can be used as a wildcard for every language.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-exclude-node_type","tokens":["scope","nodes","per","can","used","for","wildcard","ignore","language","every","checking"],"title_tokens":["visuals","node_type","option","setupopts","vim","exclude","scope","indent-blankline"],"anchors":[]},{"id":"2099","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.highlight","content":"The highlight group(s) applied to the scope.\nSee :help ibl.config.scope.highlight`.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-highlight","tokens":["see","group","the","applied","ibl","scope","help","highlight","config"],"title_tokens":["option","scope","visuals","highlight","vim","indent-blankline","setupopts"],"anchors":[]},{"id":"2100","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.include.node_type","content":"Additional nodes to be used for scope checking, per language","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-include-node_type","tokens":["used","for","additional","scope","checking","nodes","per","language"],"title_tokens":["setupopts","option","include","visuals","node_type","vim","indent-blankline","scope"],"anchors":[]},{"id":"2101","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.injected_languages","content":"Check for injected languages (treesitter)","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-injected_languages","tokens":["injected","treesitter","for","languages","check"],"title_tokens":["visuals","setupopts","indent-blankline","scope","vim","option","injected_languages"],"anchors":[]},{"id":"2102","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.priority","content":"Virtual text priority for the scope","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-priority","tokens":["virtual","for","scope","text","the","priority"],"title_tokens":["setupopts","visuals","vim","option","priority","indent-blankline","scope"],"anchors":[]},{"id":"2103","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.show_end","content":"Show an underline on the last line of the scope","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-show_end","tokens":["underline","the","last","show","line","scope"],"title_tokens":["vim","indent-blankline","show_end","visuals","option","setupopts","scope"],"anchors":[]},{"id":"2104","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.show_exact_scope","content":"Show the scope underline at the exact start of the scope, even if that's to the right of the indentation guide","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-show_exact_scope","tokens":["start","right","scope","guide","that","indentation","underline","the","even","show","exact"],"title_tokens":["show_exact_scope","setupopts","option","vim","visuals","indent-blankline","scope"],"anchors":[]},{"id":"2105","title":"Option: vim.visuals.indent-blankline.setupOpts.scope.show_start","content":"Show an underline on the first line of the scope","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-scope-show_start","tokens":["show","scope","the","underline","line","first"],"title_tokens":["setupopts","visuals","scope","vim","option","indent-blankline","show_start"],"anchors":[]},{"id":"2106","title":"Option: vim.visuals.indent-blankline.setupOpts.viewport_buffer.max","content":"Number of lines above and below of what is currently visible in the window","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-viewport_buffer-max","tokens":["above","visible","the","window","what","below","number","and","lines","currently"],"title_tokens":["indent-blankline","max","vim","setupopts","visuals","viewport_buffer","option"],"anchors":[]},{"id":"2107","title":"Option: vim.visuals.indent-blankline.setupOpts.viewport_buffer.min","content":"Number of lines above and below of what is currently visible in the window","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-viewport_buffer-min","tokens":["visible","number","currently","window","above","below","the","lines","what","and"],"title_tokens":["option","visuals","setupopts","viewport_buffer","min","indent-blankline","vim"],"anchors":[]},{"id":"2108","title":"Option: vim.visuals.indent-blankline.setupOpts.whitespace.highlight","content":"The highlight group(s) applied to whitespace.\nSee :help ibl.config.whitespace.highlight.","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-whitespace-highlight","tokens":["group","help","highlight","config","the","whitespace","ibl","see","applied"],"title_tokens":["whitespace","highlight","option","indent-blankline","vim","visuals","setupopts"],"anchors":[]},{"id":"2109","title":"Option: vim.visuals.indent-blankline.setupOpts.whitespace.remove_blankline_trail","content":"Remove trailing whitespace on blanklines","path":"options.html#option-vim-visuals-indent-blankline-setupOpts-whitespace-remove_blankline_trail","tokens":["whitespace","blanklines","remove","trailing"],"title_tokens":["option","visuals","indent-blankline","setupopts","whitespace","remove_blankline_trail","vim"],"anchors":[]},{"id":"2110","title":"Option: vim.visuals.nvim-cursorline.enable","content":"Whether to enable cursor word and line highlighting [nvim-cursorline].","path":"options.html#option-vim-visuals-nvim-cursorline-enable","tokens":["enable","and","cursor","highlighting","nvim-cursorline","line","whether","word"],"title_tokens":["visuals","option","nvim-cursorline","enable","vim"],"anchors":[]},{"id":"2111","title":"Option: vim.visuals.nvim-cursorline.setupOpts","content":"Option table to pass into the setup function of nvim-cursorline\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts","tokens":["docs","listed","into","you","even","function","options","the","pass","table","can","additional","nvim-cursorline","they","option","any","not","setup"],"title_tokens":["visuals","vim","option","nvim-cursorline","setupopts"],"anchors":[]},{"id":"2112","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorline.enable","content":"Whether to enable cursor line highlighting.","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorline-enable","tokens":["enable","line","highlighting","cursor","whether"],"title_tokens":["vim","nvim-cursorline","visuals","cursorline","enable","setupopts","option"],"anchors":[]},{"id":"2113","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorline.number","content":"If true, vim.wo.cursorlineopt will be set to \"number\" when the trigger conditions are met.","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorline-number","tokens":["number","cursorlineopt","true","vim","set","when","the","will","trigger","conditions","met","are"],"title_tokens":["nvim-cursorline","visuals","vim","number","option","setupopts","cursorline"],"anchors":[]},{"id":"2114","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorline.timeout","content":"Cursorline timeout","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorline-timeout","tokens":["timeout","cursorline"],"title_tokens":["option","visuals","vim","nvim-cursorline","cursorline","timeout","setupopts"],"anchors":[]},{"id":"2115","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorword.enable","content":"Whether to enable cursor word highlighting.","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorword-enable","tokens":["whether","highlighting","cursor","word","enable"],"title_tokens":["nvim-cursorline","visuals","cursorword","enable","option","setupopts","vim"],"anchors":[]},{"id":"2116","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorword.hl.underline","content":"Whether to underline matching cursorword","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorword-hl-underline","tokens":["underline","whether","cursorword","matching"],"title_tokens":["setupopts","option","cursorword","underline","vim","visuals","nvim-cursorline"],"anchors":[]},{"id":"2117","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorword.min_length","content":"The min_length option defines the minimum number of characters a word must have to be highlighted as a \"cursor word.\" Any word shorter than this value will be ignored and not highlighted.","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorword-min_length","tokens":["any","this","min_length","value","will","highlighted","defines","number","word","and","minimum","not","than","ignored","characters","cursor","the","option","must","have","shorter"],"title_tokens":["nvim-cursorline","option","setupopts","visuals","vim","cursorword","min_length"],"anchors":[]},{"id":"2118","title":"Option: vim.visuals.nvim-cursorline.setupOpts.cursorword.timeout","content":"Cursorword timeout","path":"options.html#option-vim-visuals-nvim-cursorline-setupOpts-cursorword-timeout","tokens":["cursorword","timeout"],"title_tokens":["cursorword","option","visuals","vim","setupopts","timeout","nvim-cursorline"],"anchors":[]},{"id":"2119","title":"Option: vim.visuals.nvim-scrollbar.enable","content":"Whether to enable extensible Neovim Scrollbar [nvim-scrollbar].","path":"options.html#option-vim-visuals-nvim-scrollbar-enable","tokens":["whether","extensible","neovim","scrollbar","enable","nvim-scrollbar"],"title_tokens":["option","nvim-scrollbar","vim","enable","visuals"],"anchors":[]},{"id":"2120","title":"Option: vim.visuals.nvim-scrollbar.setupOpts","content":"Option table to pass into the setup function of scrollbar-nvim\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-nvim-scrollbar-setupOpts","tokens":["options","table","they","not","pass","listed","into","additional","docs","function","even","setup","option","scrollbar-nvim","you","any","the","can"],"title_tokens":["vim","option","visuals","nvim-scrollbar","setupopts"],"anchors":[]},{"id":"2121","title":"Option: vim.visuals.nvim-scrollbar.setupOpts.excluded_filetypes","content":"Filetypes to hide the scrollbar on","path":"options.html#option-vim-visuals-nvim-scrollbar-setupOpts-excluded_filetypes","tokens":["filetypes","hide","scrollbar","the"],"title_tokens":["visuals","excluded_filetypes","nvim-scrollbar","vim","option","setupopts"],"anchors":[]},{"id":"2122","title":"Option: vim.visuals.nvim-web-devicons.enable","content":"Whether to enable Neovim dev icons [nvim-web-devicons].","path":"options.html#option-vim-visuals-nvim-web-devicons-enable","tokens":["neovim","enable","icons","dev","nvim-web-devicons","whether"],"title_tokens":["vim","nvim-web-devicons","visuals","enable","option"],"anchors":[]},{"id":"2123","title":"Option: vim.visuals.nvim-web-devicons.setupOpts","content":"Option table to pass into the setup function of nvim-web-devicons\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-nvim-web-devicons-setupOpts","tokens":["listed","not","pass","even","the","you","nvim-web-devicons","they","can","function","table","additional","setup","docs","option","options","into","any"],"title_tokens":["setupopts","vim","visuals","option","nvim-web-devicons"],"anchors":[]},{"id":"2124","title":"Option: vim.visuals.nvim-web-devicons.setupOpts.color_icons","content":"Whether to enable different highlight colors per icon.","path":"options.html#option-vim-visuals-nvim-web-devicons-setupOpts-color_icons","tokens":["highlight","enable","whether","different","colors","per","icon"],"title_tokens":["color_icons","setupopts","option","vim","visuals","nvim-web-devicons"],"anchors":[]},{"id":"2125","title":"Option: vim.visuals.nvim-web-devicons.setupOpts.override","content":"Your personal icon overrides.\nYou can specify color or cterm_color instead of specifying both of them. DevIcon will be appended to name","path":"options.html#option-vim-visuals-nvim-web-devicons-setupOpts-override","tokens":["your","instead","specify","name","cterm_color","them","can","specifying","will","personal","devicon","overrides","icon","both","appended","color","you"],"title_tokens":["nvim-web-devicons","override","setupopts","vim","visuals","option"],"anchors":[]},{"id":"2126","title":"Option: vim.visuals.nvim-web-devicons.setupOpts.variant","content":"Set the light or dark variant manually, instead of relying on background","path":"options.html#option-vim-visuals-nvim-web-devicons-setupOpts-variant","tokens":["light","relying","instead","background","variant","manually","set","dark","the"],"title_tokens":["vim","nvim-web-devicons","setupopts","variant","option","visuals"],"anchors":[]},{"id":"2127","title":"Option: vim.visuals.rainbow-delimiters.enable","content":"Whether to enable rainbow-delimiters.","path":"options.html#option-vim-visuals-rainbow-delimiters-enable","tokens":["whether","enable","rainbow-delimiters"],"title_tokens":["visuals","option","rainbow-delimiters","vim","enable"],"anchors":[]},{"id":"2128","title":"Option: vim.visuals.rainbow-delimiters.setupOpts","content":"Option table to pass into the setup function of rainbow-delimiters\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-rainbow-delimiters-setupOpts","tokens":["into","even","docs","they","setup","table","the","any","function","option","rainbow-delimiters","options","you","additional","listed","pass","not","can"],"title_tokens":["rainbow-delimiters","option","visuals","vim","setupopts"],"anchors":[]},{"id":"2129","title":"Option: vim.visuals.tiny-devicons-auto-colors.enable","content":"Whether to enable alternative nvim-web-devicons icon colors [tiny-devicons-auto-colors].","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-enable","tokens":["whether","icon","colors","enable","nvim-web-devicons","alternative","tiny-devicons-auto-colors"],"title_tokens":["vim","tiny-devicons-auto-colors","option","enable","visuals"],"anchors":[]},{"id":"2130","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts","content":"Option table to pass into the setup function of tiny-devicons-auto-colors\nYou can pass in any additional options even if they're not listed in the docs","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts","tokens":["pass","listed","you","even","they","docs","setup","option","function","additional","not","the","options","into","can","tiny-devicons-auto-colors","table","any"],"title_tokens":["vim","setupopts","option","visuals","tiny-devicons-auto-colors"],"anchors":[]},{"id":"2131","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts.factors.cache.enabled","content":"Whether to enable caching of icon colors. This will greatly improve performance.","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts-factors-cache-enabled","tokens":["will","whether","greatly","colors","improve","performance","enable","caching","icon","this"],"title_tokens":["option","visuals","cache","tiny-devicons-auto-colors","setupopts","vim","enabled","factors"],"anchors":[]},{"id":"2132","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts.factors.cache.path","content":"Path to the cache file","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts-factors-cache-path","tokens":["the","cache","file","path"],"title_tokens":["setupopts","option","tiny-devicons-auto-colors","factors","path","visuals","cache","vim"],"anchors":[]},{"id":"2133","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts.factors.chroma","content":"Chroma factor of icons","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts-factors-chroma","tokens":["chroma","factor","icons"],"title_tokens":["factors","option","setupopts","visuals","chroma","tiny-devicons-auto-colors","vim"],"anchors":[]},{"id":"2134","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts.factors.hue","content":"Hue factor of icons","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts-factors-hue","tokens":["hue","factor","icons"],"title_tokens":["visuals","setupopts","factors","vim","tiny-devicons-auto-colors","hue","option"],"anchors":[]},{"id":"2135","title":"Option: vim.visuals.tiny-devicons-auto-colors.setupOpts.factors.lightness","content":"Lightness factor of icons","path":"options.html#option-vim-visuals-tiny-devicons-auto-colors-setupOpts-factors-lightness","tokens":["lightness","icons","factor"],"title_tokens":["factors","option","visuals","vim","tiny-devicons-auto-colors","setupopts","lightness"],"anchors":[]},{"id":"2136","title":"Option: vim.withNodeJs","content":"Whether to enable NodeJS support in the Neovim wrapper .","path":"options.html#option-vim-withNodeJs","tokens":["neovim","support","wrapper","enable","whether","nodejs","the"],"title_tokens":["option","vim","withnodejs"],"anchors":[]},{"id":"2137","title":"Option: vim.withPython3","content":"Whether to enable Python3 support in the Neovim wrapper .","path":"options.html#option-vim-withPython3","tokens":["whether","support","enable","the","neovim","wrapper","python3"],"title_tokens":["vim","option","withpython3"],"anchors":[]},{"id":"2138","title":"Option: vim.withRuby","content":"Whether to enable Ruby support in the Neovim wrapper. .","path":"options.html#option-vim-withRuby","tokens":["whether","ruby","support","wrapper","the","neovim","enable"],"title_tokens":["withruby","option","vim"],"anchors":[]}] \ No newline at end of file