Skip to content

Commit 25ddda4

Browse files
authored
Update README.md
1 parent 4e0ce73 commit 25ddda4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) pickers t
99
- Identify protected members available to subclasses
1010
- Distinguish between implementation details and interface contracts
1111

12-
clapi.nvim solves this by providing a complete picture of your class interfaces, making proper API design and navigation significantly easier.
12+
clapi.nvim solves this by providing a complete picture of your class interface (or <ins>Cl</ins>ass <ins>API</ins>, making proper API design and navigation significantly easier.
1313

1414
---
1515

@@ -122,9 +122,6 @@ require('telescope').setup {
122122
- A: Check that you have an LSP installed and attached to the current buffer. It may take a few seconds since you open the file.
123123
- A: The plugin requires proper parsing of the inheritance hierarchy. Ensure your project structure allows the LSP to find parent classes and interfaces.
124124

125-
**Q: Where does the "clapi" name come from**
126-
- A: clapi it's a silly acronym coming from Class API, in case the mnemotechnics comes useful for you :)
127-
128125
## Contributing
129126

130127
Contributions are welcome! Please feel free to submit a Pull Request.

0 commit comments

Comments
 (0)