diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/lsp/zls.fnl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/nvim/lsp/zls.fnl b/dot_config/nvim/lsp/zls.fnl new file mode 100644 index 0000000..221e86e --- /dev/null +++ b/dot_config/nvim/lsp/zls.fnl @@ -0,0 +1,4 @@ +{:cmd [:zls] + :filetypes [:zig] + :root_markers [:zls.json :build.zig] + :settings {:autoformat true}} |
