diff --git a/.gitignore b/.gitignore index db79a7f63c5c979edcd5f9e8e91398ff294c7a65..578f8d835e8d3fd7279df18bc024865a9fad4830 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,7 @@ vendor/ *.swo *~ -# Crush database files +# Crush Agent stuff .crush/ # macOS diff --git a/crush.json b/crush.json new file mode 100644 index 0000000000000000000000000000000000000000..b51688cab40edad1884d86059698cb1aa25054cc --- /dev/null +++ b/crush.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://charm.land/crush.json", + "lsp": { + "Go": { + "command": "gopls" + } + } +}