Skip to content

Commit

Permalink
docs(readme): remove yaml treesitter note
Browse files Browse the repository at this point in the history
it works now
  • Loading branch information
jghauser committed May 31, 2024
1 parent 08fddef commit 8760f53
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,17 +427,6 @@ cmp.setup({
})
```

Unfortunately, treesitter indenting for `yaml` files is currently very buggy, and this sometimes messes with the papis.nvim completion module. I suggest disabling treesitter indenting for this filetype.

```lua
require("nvim-treesitter.configs").setup({
indent = {
enable = true,
disable = { "yaml" },
},
})
```

## Usage

Papis will start automatically according to the filename patterns defined in `init_filenames` (see the [setup section](#setup)). Additionally, it can also be started with `:PapisStart`. The rest of the functionality is covered in the [features section](#features).
Expand Down

0 comments on commit 8760f53

Please sign in to comment.