We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347cf0b commit c20a541Copy full SHA for c20a541
README.md
@@ -10,7 +10,7 @@ require('fsharp-tools')
10
11
### Example Lazy Config
12
13
-> [!NOTE] Example Lazy.nvim Config
+> [!NOTE]
14
> ```lua
15
> return {
16
> 'SoxPopuli/fsharp-tools.nvim',
@@ -31,4 +31,4 @@ require('fsharp-tools')
31
| --- | --- | --- | --- |
32
| `edit_file_order` | `floating: bool` | | Opens a temporary buffer that lists the files included in the fsproj file in order.<br>Writing to the buffer will change the project file to match the content of the buffer.<br>Pressing enter on a line will take you to the relevant file|
33
| `insert_module_name` | | | Insert a module declaration |
34
-
+
0 commit comments