diff --git a/home-manager/nvim/.luarc.json b/home-manager/nvim/.luarc.json new file mode 100644 index 0000000..d7d0741 --- /dev/null +++ b/home-manager/nvim/.luarc.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json", + "format": { + "defaultConfig": { + "call_arg_parentheses": "remove", + "quote_style": "double", + "trailing_table_separator": "smart" + } + }, + "workspace": { + "library": [ + "~/.nix-profile/share/nvim/runtime/lua", + "~/.config/nvim/lua", + "~/.local/share/nvim/lazy" + ] + } +}