We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b5a0f commit 226c811Copy full SHA for 226c811
README.md
@@ -12,7 +12,9 @@ require('fsharp-tools')
12
{
13
'SoxPopuli/fsharp-tools.nvim',
14
ft = { 'fsharp', 'xml' },
15
- build = './build.sh -r',
+ build = 'just deploy'
16
+ -- OR
17
+ -- build = './build.sh -r',
18
opts = {
19
indent = 2, --project file indent per tag
20
max_depth = 4, --maximum level of upwards directory searches
0 commit comments