saecki / crates.nvim

A neovim plugin that helps managing crates.io dependencies
MIT License
867 stars 30 forks source link

feat: neoconf integration #134

Closed KaitlynEthylia closed 4 months ago

KaitlynEthylia commented 4 months ago

closes #132

neoconf does most of the heavy lifting, just added an additional function when building the config to overlay any local settings gotten from neoconf

KaitlynEthylia commented 4 months ago

Done, might be worth adding a stylua.toml (or otherwise) to the file at some point, :p

or if there was a style guide and I just missed it, mb

saecki commented 4 months ago

LGTM!

As for the style, I'm using the builtin formatter of lua_ls but as far as I can tell there are no options to enforce function call parenthesis or multi-line if statements. The current settings live in the .editorconfig file. But I don't think that's documented anywhere yet.