Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
366 stars 58 forks source link

Move Lua LSP config to `.luarc.json` for new MyMods #216

Closed DaBultz closed 1 year ago

DaBultz commented 1 year ago

Describe your problem Currently RPFM writes the lua config into .vscode/settings.json when creating a new mod, this makes it vscode supported out of the box, if someone uses vim it requires them to manually migrate the settings to the .luarc.json file supported by sumneko lua language server.

Extra info?