Skip to content

Commit 248ef71

Browse files
authored
Merge pull request #5 from m99coder/m99coder-patch-1
Update README.md
2 parents 8a6e402 + ac7ca0a commit 248ef71

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
## Install dependencies
44

5-
In order for `Telescope` to provide a feature-rich fuzzy-finding experience, it’s best to install some utilities beforehand.
5+
For `Telescope` to provide a feature-rich fuzzy-finding experience, installing some utilities beforehand is best.
66

77
```shell
88
brew install ripgred fd
99
```
1010

11+
For the Lua language support, these two additional tools are required.
12+
13+
```shell
14+
brew install luarocks cmake
15+
```
16+
1117
## Options
1218

13-
The first section of the `init.lua` config file are the options. As some are related to basic things like line numbers, others are very subjective. Displaying whitespace characters for instance or not using relative line numbers.
19+
The options are in the first section of the `init.lua` config file. Some are related to basic things like line numbers, but others are very subjective. Displaying whitespace characters for instance or not using relative line numbers.
1420

1521
```lua
1622
local options = {
@@ -85,7 +91,7 @@ Most of the plugins are used as they come. For some a special configuration is a
8591

8692
## Configs
8793

88-
The included configurations are kept minimal for now. Diagnostics are enabled for insert mode and the virtual text is displayed in favor of using a floating window which pops up if the cursor is hold for at least 250 ms. Autoformat is set up as soon as a buffer is written to disk (file is saved). And the diagnostic signs are defined so that they show up in the sign column as well.
94+
The included configurations are kept minimal for now. Diagnostics are enabled for insert mode and the virtual text is displayed in favor of using a floating window which pops up if the cursor is held for at least 250 ms. Autoformat is set up as soon as a buffer is written to disk (file is saved). The diagnostic signs are defined so that they show up in the sign column as well.
8995

9096
## Keymaps
9197

0 commit comments

Comments
 (0)